Ver código fonte

代码生成字段描述可编辑

RuoYi 5 anos atrás
pai
commit
f18b3bc6be
1 arquivos alterados com 5 adições e 6 exclusões
  1. 5 6
      ruoyi-ui/src/views/tool/gen/editTable.vue

+ 5 - 6
ruoyi-ui/src/views/tool/gen/editTable.vue

@@ -13,12 +13,11 @@
             min-width="10%"
             min-width="10%"
             :show-overflow-tooltip="true"
             :show-overflow-tooltip="true"
           />
           />
-          <el-table-column
-            label="字段描述"
-            prop="columnComment"
-            min-width="10%"
-            :show-overflow-tooltip="true"
-          />
+          <el-table-column label="字段描述" min-width="10%">
+            <template slot-scope="scope">
+              <el-input v-model="scope.row.columnComment"></el-input>
+            </template>
+          </el-table-column>
           <el-table-column
           <el-table-column
             label="物理类型"
             label="物理类型"
             prop="columnType"
             prop="columnType"