chenrui  2 년 전
부모
커밋
403a667ffc
1개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  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"