|
@@ -44,20 +44,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|
|
{
|
|
|
title: '是否可见',
|
|
|
field: 'visible',
|
|
|
- table: {
|
|
|
- slots: {
|
|
|
- default: 'visible_default'
|
|
|
- }
|
|
|
- },
|
|
|
- form: {
|
|
|
- component: 'RadioButton',
|
|
|
- componentProps: {
|
|
|
- options: [
|
|
|
- { label: '是', value: true },
|
|
|
- { label: '否', value: false }
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
+ dictType: DICT_TYPE.INFRA_BOOLEAN_STRING,
|
|
|
+ dictClass: 'boolean'
|
|
|
},
|
|
|
{
|
|
|
title: t('form.remark'),
|