|
|
@ -54,8 +54,7 @@ export const ItemPull = useCrudSchemas( |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
|
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
@ -142,7 +141,7 @@ export const ItemPull = useCrudSchemas( |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
@ -188,14 +187,21 @@ export const ItemPull = useCrudSchemas( |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '拉动方式', |
|
|
|
field: 'pullType', |
|
|
|
sort: 'custom', |
|
|
|
field: 'pullTypeList', |
|
|
|
dictType: DICT_TYPE.PULL_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
isSearch: true, |
|
|
|
// dictAllOption:true,// 全选按钮
|
|
|
|
// dictAllValue:'全选',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 120 |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
componentProps: { |
|
|
|
multiple: true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|