Browse Source

EAM所有的BUG提交

master
叶佳兴 2 weeks ago
parent
commit
200c6ebdaa
  1. 17
      src/views/eam/item/applicationRecord/applicationRecordMain.data.ts
  2. 18
      src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

17
src/views/eam/item/applicationRecord/applicationRecordMain.data.ts

@ -45,6 +45,23 @@ export const ApplicationRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
},
},
{
label: '是否已审批',
field: 'isApprove',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
isSearch: true,
isTable: true,
isForm: false,
table: {
width: 150
},
tableForm: {
type: 'Select',
disabled: false
}
},
{
label: '审批时间',
field: 'approveTime',

18
src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

@ -43,7 +43,23 @@ export const ItemApplyMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false,
isSearch: false,
},
{
label: '是否已审批',
field: 'isApprove',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
isSearch: true,
isTable: true,
isForm: false,
table: {
width: 150
},
tableForm: {
type: 'Select',
disabled: false
}
},
{
label: '状态',
field: 'status',

Loading…
Cancel
Save