chenrui  2 năm trước cách đây
mục cha
commit
403a667ffc
1 tập tin đã thay đổi với 8 bổ sung3 xóa
  1. 8 3
      src/components/Table/index.vue

+ 8 - 3
src/components/Table/index.vue

@@ -238,9 +238,14 @@
                         </el-option>
                       </el-select>
                     </template>
-                    <!-- <template v-else-if="item.dataType == 'longtext'">
-                      <el-input size="small" :rows="1" type="textarea" v-model="tableForm[item.columnName]"></el-input>
-                    </template> -->
+                    <template v-else-if="item.dataType == 'longtext'">
+                      <el-input
+                        size="small"
+                        :rows="1"
+                        type="textarea"
+                        v-model="tableForm[item.columnName]"
+                      ></el-input>
+                    </template>
                     <template v-else>
                       <el-input
                         size="small"