update
Esse commit está contido em:
pai
5974e7026e
commit
e848be2a35
@ -170,7 +170,12 @@ export default {
|
||||
{ width: 256, prop: 'code', label: '设备编码' },
|
||||
{ prop: 'location', label: '位置' },
|
||||
{ prop: 'responsiblePeopleName', label: '负责人' },
|
||||
{ prop: 'dueTime', label: '有效期至' },
|
||||
{
|
||||
prop: 'dueDate',
|
||||
label: '有效期至',
|
||||
filter: (val) =>
|
||||
val != null ? moment(val).format('yyyy-MM-DD HH:mm:ss') : '--',
|
||||
},
|
||||
{ prop: 'remark', label: '备注' },
|
||||
],
|
||||
searchBarFormConfig: [
|
||||
@ -250,8 +255,8 @@ export default {
|
||||
[
|
||||
{
|
||||
datetime: true,
|
||||
label: '有效期至',
|
||||
prop: 'dueTime',
|
||||
label: '有效期',
|
||||
prop: 'dueDate',
|
||||
bind: { clearable: true },
|
||||
},
|
||||
{},
|
||||
|
Carregando…
Referência em uma nova issue
Block a user