修改 商品范围列表时间展示问题
This commit is contained in:
parent
e89144afb4
commit
85d5b7aaac
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue