From 85d5b7aaacc8c882c76b1b57f6492460bcc0da0a Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 30 May 2022 14:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E5=88=97=E8=A1=A8=E6=97=B6=E9=97=B4=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/commodity/commodity.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/exchangecode/commodity/commodity.js b/src/pages/exchangecode/commodity/commodity.js index d69db321..1fc6b9d7 100644 --- a/src/pages/exchangecode/commodity/commodity.js +++ b/src/pages/exchangecode/commodity/commodity.js @@ -54,7 +54,7 @@ const Column = [ }, { title: '有效时间段', - width: '450px', + width: '500px', prop: 'effectDate', name: 'effectDate', type: 'normal' @@ -78,7 +78,7 @@ const Column = [ name: 'create_time', type: 'normal', prop: 'create_time', - width: 'auto' + width: '250px' }, { title: '类型', @@ -229,7 +229,6 @@ export default class commoditylist extends React.Component { //删除 deleteFn(e, row) { let _self = this - Sweetalert.confirm({ type: 'warning', closeBtn: true,