| | |
| | | }, |
| | | { |
| | | label: "只读", |
| | | prop: "readonlyFlag", |
| | | prop: "readOnlyFlag", |
| | | }, |
| | | { |
| | | label: "列表排序", |
| | |
| | | }, |
| | | { |
| | | label: "只读", |
| | | prop: "readonlyFlag", |
| | | prop: "readOnlyFlag", |
| | | cell: false, |
| | | edit: "switch" |
| | | }, |
| | |
| | | }, |
| | | { |
| | | label: "多行文本", |
| | | prop: "textareaFlag", |
| | | prop: "textAreaFlag", |
| | | cell: false, |
| | | edit: "switch" |
| | | }, |
| | |
| | | value: 'tableDisplayFlag', |
| | | label: '列表显示' |
| | | }, { |
| | | value: 'readonlyFlag', |
| | | value: 'readOnlyFlag', |
| | | label: '只读' |
| | | }, { |
| | | value: 'sortAttrFlag', |
| | | label: '列表排序' |
| | | }, { |
| | | value: 'textareaFlag', |
| | | value: 'textAreaFlag', |
| | | label: '多行文本' |
| | | }, { |
| | | value: 'imageFlag', |