宽度调整

This commit is contained in:
Chopper
2021-06-08 11:33:06 +08:00
parent e32e2a92cd
commit b543ff8278
2 changed files with 16 additions and 13 deletions

View File

@@ -138,13 +138,13 @@ export default {
{
title: "活动名称",
key: "promotionName",
minWidth: 120,
width: 120,
fixed: "left",
},
{
title: "优惠券名称",
key: "couponName",
minWidth: 120,
width: 120,
tooltip: true
}, {
title: "面额/折扣",
@@ -168,7 +168,8 @@ export default {
render: (h, params) => {
return h(
"div", params.row.receivedNum + "/" + params.row.publishNum)
}
},
minWidth:130,
},
{
title: "优惠券类型",
@@ -210,6 +211,7 @@ export default {
{innerHTML: params.row.startTime + "<br/>" + params.row.endTime}
});
},
minWidth:150,
},
{
title: "状态",
@@ -243,13 +245,14 @@ export default {
),
]);
},
minWidth:70,
},
{
title: "操作",
slot: "action",
align: "center",
fixed: "right",
width: 80
minWidth: 140
},
],
data: [], // 表单数据