Ben Lin
2025-03-05 abbc201b41a1a25a19ccf7cff8df633dadcf5d88
src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
@@ -135,6 +135,14 @@
              span: 12,
            },
          },
          {
            field: 'LABEL_NAME',
            component: 'Input',
            label: '模板名称',
            colProps: {
              span: 12,
            },
          },
        ],
        ItemColumns: [
          {
@@ -185,18 +193,18 @@
          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();