修改 商品范围列表时间展示问题
This commit is contained in:
parent
e89144afb4
commit
85d5b7aaac
|
@ -54,7 +54,7 @@ const Column = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '有效时间段',
|
title: '有效时间段',
|
||||||
width: '450px',
|
width: '500px',
|
||||||
prop: 'effectDate',
|
prop: 'effectDate',
|
||||||
name: 'effectDate',
|
name: 'effectDate',
|
||||||
type: 'normal'
|
type: 'normal'
|
||||||
|
@ -78,7 +78,7 @@ const Column = [
|
||||||
name: 'create_time',
|
name: 'create_time',
|
||||||
type: 'normal',
|
type: 'normal',
|
||||||
prop: 'create_time',
|
prop: 'create_time',
|
||||||
width: 'auto'
|
width: '250px'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '类型',
|
title: '类型',
|
||||||
|
@ -229,7 +229,6 @@ export default class commoditylist extends React.Component {
|
||||||
//删除
|
//删除
|
||||||
deleteFn(e, row) {
|
deleteFn(e, row) {
|
||||||
let _self = this
|
let _self = this
|
||||||
|
|
||||||
Sweetalert.confirm({
|
Sweetalert.confirm({
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
closeBtn: true,
|
closeBtn: true,
|
||||||
|
|
Loading…
Reference in New Issue