Esse commit está contido em:
lb 2024-01-03 09:10:29 +08:00
commit e848be2a35

Ver arquivo

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