商家端商品列表展示宽度优化

master
Chopper 2021-06-09 09:32:25 +08:00
parent 99f4634ef7
commit b7a2a681c2
1 changed files with 2 additions and 1 deletions

View File

@ -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 = "";