zouyu
5 天以前 1c0863efe062af3ebcdecb8c10568d779f5c8295
src/views/tool/gen/editTable.vue
@@ -5,7 +5,7 @@
        <basic-info-form ref="basicInfo" :info="info" />
      </el-tab-pane>
      <el-tab-pane label="字段信息" name="columnInfo">
        <el-table ref="dragTable" :data="columns" row-key="columnId" :max-height="tableHeight">
        <el-table ref="dragTable" :data="columns" row-key="columnId" :max-height="tableHeight" stripe>
          <el-table-column label="序号" type="index" min-width="5%"/>
          <el-table-column
            label="字段列名"