修改时间信息
This commit is contained in:
parent
110cec8841
commit
5926e462c7
|
|
@ -130,7 +130,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '系统录入时间',
|
label: '系统录入时间',
|
||||||
prop: 'contractUploadDate',
|
prop: 'createTime',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '系统录入时间',
|
label: '系统录入时间',
|
||||||
prop: 'updateTime',
|
prop: 'createTime',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue