diff --git a/manager/src/views/promotion/coupon/coupon.vue b/manager/src/views/promotion/coupon/coupon.vue index c10a40a7..c49959e7 100644 --- a/manager/src/views/promotion/coupon/coupon.vue +++ b/manager/src/views/promotion/coupon/coupon.vue @@ -90,16 +90,15 @@ export default { { title: "活动名称", key: "promotionName", - + width: 120, fixed: "left", }, { title: "优惠券名称", key: "couponName", - - tooltip: true, - }, - { + width: 120, + tooltip: true + }, { title: "面额/折扣", key: "price", width: 120, @@ -121,10 +120,9 @@ export default { width: 150, render: (h, params) => { return h( - "div", - params.row.receivedNum + "/" + params.row.publishNum - ); + "div", params.row.receivedNum + "/" + params.row.publishNum) }, + minWidth:130, }, { title: "优惠券类型", @@ -168,6 +166,7 @@ export default { }, }); }, + minWidth:150, }, { title: "状态", @@ -202,13 +201,14 @@ export default { ), ]); }, + minWidth:70, }, { title: "操作", slot: "action", align: "center", fixed: "right", - width: 100, + minWidth: 140 }, ], data: [], // 表单数据 diff --git a/seller/src/views/goods/goods-seller/goods.vue b/seller/src/views/goods/goods-seller/goods.vue index c6d6a59a..c20f5c3e 100644 --- a/seller/src/views/goods/goods-seller/goods.vue +++ b/seller/src/views/goods/goods-seller/goods.vue @@ -224,7 +224,7 @@ export default { { title: "商品编号", key: "sn", - width: 200, + width: 100, tooltip: true, }, { @@ -336,6 +336,7 @@ export default { title: "操作", key: "action", align: "center", + fixed: "right", width: 200, render: (h, params) => { let enableOrDisable = ""; diff --git a/seller/src/views/goods/goods-seller/goodsOperation.vue b/seller/src/views/goods/goods-seller/goodsOperation.vue index 6368a8af..dfcac8cc 100644 --- a/seller/src/views/goods/goods-seller/goodsOperation.vue +++ b/seller/src/views/goods/goods-seller/goodsOperation.vue @@ -310,25 +310,36 @@ kg - - - - - - 卖家承担运费 - - - 使用物流规则 - - - - - - - + + + + + + 卖家承担运费 + + + 使用物流规则 + + + + + +

其他信息

diff --git a/seller/src/views/order/order/exportOrderDeliver.vue b/seller/src/views/order/order/exportOrderDeliver.vue index ab0d7c51..cac35602 100644 --- a/seller/src/views/order/order/exportOrderDeliver.vue +++ b/seller/src/views/order/order/exportOrderDeliver.vue @@ -40,8 +40,12 @@