fix : 修改所有工单创建时间参数

This commit is contained in:
2024-09-28 20:23:42 +08:00
parent 26dcadc0c0
commit 75917c2e5b

View File

@@ -82,7 +82,7 @@ const searchConfig = reactive([
},
{
label: '创建日期',
prop: 'createTime',
prop: 'createdTime',
props: {
placeholder: '请选择',
type: 'datetime',
@@ -186,7 +186,7 @@ const tableConfig = reactive({
align: 'center'
},
{
prop: 'createTime',
prop: 'createdTime',
label: '创建时间',
align: 'center',
width: 200