Browse Source

去掉aql是否可用

master_hella_20240701
liuchen864 6 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 width: 175
} }
}, },
{ // {
label: '是否可用', // label: '是否可用',
field: 'available', // field: 'available',
sort: 'custom', // sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE, // dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', // 默认都是字符串类型其他暂不考虑 // dictClass: 'string', // 默认都是字符串类型其他暂不考虑
form: { // form: {
component: 'Switch', // component: 'Switch',
value: 'TRUE', // value: 'TRUE',
componentProps: { // componentProps: {
inactiveValue: 'FALSE', // inactiveValue: 'FALSE',
activeValue: 'TRUE' // activeValue: 'TRUE'
} // }
}, // },
table: { // table: {
width: 110 // width: 110
} // }
}, // },
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',

Loading…
Cancel
Save