修改 商品范围列表时间展示问题

This commit is contained in:
wangsongsole 2022-05-30 14:29:27 +08:00
parent e89144afb4
commit 85d5b7aaac
1 changed files with 2 additions and 3 deletions

View File

@ -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,