商家端商品列表展示宽度优化
parent
99f4634ef7
commit
b7a2a681c2
|
@ -226,7 +226,7 @@ export default {
|
||||||
{
|
{
|
||||||
title: "商品编号",
|
title: "商品编号",
|
||||||
key: "sn",
|
key: "sn",
|
||||||
width: 200,
|
width: 100,
|
||||||
tooltip: true,
|
tooltip: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -338,6 +338,7 @@ export default {
|
||||||
title: "操作",
|
title: "操作",
|
||||||
key: "action",
|
key: "action",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
fixed: "right",
|
||||||
width: 200,
|
width: 200,
|
||||||
render: (h, params) => {
|
render: (h, params) => {
|
||||||
let enableOrDisable = "";
|
let enableOrDisable = "";
|
||||||
|
|
Loading…
Reference in New Issue