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,