Merge pull request 'dd' (#121) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/121
This commit is contained in:
2024-09-28 12:39:56 +00:00
4 changed files with 89 additions and 38 deletions

View File

@@ -81,10 +81,10 @@ const searchConfig = reactive([
component: 'el-input',
},
{
label: '创建日期',
label: '创建时间',
prop: 'createdTime',
props: {
placeholder: '请选择',
placeholder: '请选择创建时间',
type: 'datetime',
clearable: true,
checkStrictly: true,
@@ -96,18 +96,22 @@ const searchConfig = reactive([
label: '处理时间',
prop: 'processedTime',
props: {
placeholder: '请选择',
placeholder: '请选择处理时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}, {
label: '完成时间',
prop: 'completionTime',
props: {
placeholder: '请选择',
placeholder: '请选择完成时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}

View File

@@ -72,30 +72,37 @@ const searchConfig = reactive([
component: 'el-input',
},
{
label: '创建日期',
prop: 'createTime',
label: '创建时间',
prop: 'createdTime',
props: {
placeholder: '请选择',
placeholder: '请选择创建时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}, {
},
{
label: '处理时间',
prop: 'processedTime',
props: {
placeholder: '请选择',
placeholder: '请选择处理时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}, {
label: '完成时间',
prop: 'completionTime',
props: {
placeholder: '请选择',
placeholder: '请选择完成时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}
@@ -167,7 +174,7 @@ const tableConfig = reactive({
align: 'center'
},
{
prop: 'createTime',
prop: 'createdTime',
label: '创建时间',
align: 'center',
width: 200

View File

@@ -72,30 +72,37 @@ const searchConfig = reactive([
component: 'el-input',
},
{
label: '创建日期',
prop: 'createTime',
label: '创建时间',
prop: 'createdTime',
props: {
placeholder: '请选择',
placeholder: '请选择创建时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}, {
},
{
label: '处理时间',
prop: 'processedTime',
props: {
placeholder: '请选择',
placeholder: '请选择处理时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}, {
label: '完成时间',
prop: 'completionTime',
props: {
placeholder: '请选择',
placeholder: '请选择完成时间',
type: 'datetime',
clearable: true,
checkStrictly: true
checkStrictly: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
component: 'el-date-picker',
}
@@ -167,7 +174,7 @@ const tableConfig = reactive({
align: 'center'
},
{
prop: 'createTime',
prop: 'createdTime',
label: '创建时间',
align: 'center',
width: 200