Browse Source

去掉aql是否可用

master_hella_20240701
liuchen864 4 months ago
parent
commit
eca63c1038
  1. 36
      src/views/qms/aql/aql.data.ts

36
src/views/qms/aql/aql.data.ts

@ -553,24 +553,24 @@ export const Aql = useCrudSchemas(reactive<CrudSchema[]>([
width: 175
}
},
{
label: '是否可用',
field: 'available',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
},
table: {
width: 110
}
},
// {
// label: '是否可用',
// field: 'available',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string', // 默认都是字符串类型其他暂不考虑
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// },
// table: {
// width: 110
// }
// },
{
label: '操作',
field: 'action',

Loading…
Cancel
Save