fix : 修改所有工单创建时间参数
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user