Browse Source

更新kformdesign源码-添加表名显示

lph 1 year ago
parent
commit
21c3723281

+ 2 - 0
ruoyi-ui/src/components/updateModule/k-form-design/packages/components/KFormDesign/module/formItemProperties.vue

@@ -33,6 +33,8 @@
               :key="item.tableName"
               :label="item.tableComment"
               :value="item.tableName">
+              <span style="float: left">{{ item.tableComment }}</span>
+      <span style="float: right; color: #8492a6; font-size: 13px">{{ item.tableName }}</span>
             </el-option>
           </el-select>
         </a-form-item>