fix:修复了不能按处理时间搜索的bug
This commit is contained in:
@@ -92,7 +92,7 @@ const searchConfig = reactive([
|
||||
component: 'el-date-picker',
|
||||
}, {
|
||||
label: '处理时间',
|
||||
prop: 'te',
|
||||
prop: 'processedTime',
|
||||
props: {
|
||||
placeholder: '请选择',
|
||||
clearable: true,
|
||||
|
||||
Reference in New Issue
Block a user