| | |
| | | span: 12, |
| | | }, |
| | | }, |
| | | { |
| | | field: 'LABEL_NAME', |
| | | component: 'Input', |
| | | label: '模板名称', |
| | | colProps: { |
| | | span: 12, |
| | | }, |
| | | }, |
| | | ], |
| | | ItemColumns: [ |
| | | { |
| | |
| | | type: 'one', |
| | | keyName: 'BAS_LABEL_VAR', |
| | | order: 'VAR_NAME', |
| | | showTbButton: false, |
| | | FnName: '', |
| | | }, |
| | | { |
| | | name: 'BAS_LABEL_VAR_WO', |
| | | code: 'LABEL_ID', |
| | | type: 'one', |
| | | keyName: 'BAS_LABEL_VAR_WO', |
| | | order: '', |
| | | showTbButton: true, |
| | | FnName: 'AddRow', |
| | | }, |
| | | // { |
| | | // name: 'BAS_LABEL_VAR_WO', |
| | | // code: 'LABEL_ID', |
| | | // type: 'one', |
| | | // keyName: 'BAS_LABEL_VAR_WO', |
| | | // order: '', |
| | | // showTbButton: true, |
| | | // FnName: 'AddRow', |
| | | // }, |
| | | ], //drawers是右边弹出增改侧框的名字列表 |
| | | }; |
| | | // const webSocketStore = useWebSocketStore(); |