002201 2 năm trước cách đây
mục cha
commit
fead83f7f9
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/purchase/task/first-direct/index.vue

+ 4 - 4
src/views/purchase/task/first-direct/index.vue

@@ -75,9 +75,7 @@ export default {
       }
     },
   },
-  created() {
-    console.log("tableColumns", this.tableColumns);
-  },
+  created() {},
   mounted() {},
   destroyed() {},
 };
@@ -146,7 +144,9 @@ export default {
               v-model="scope.row[cItem.key]"
               :size="size"
               :min="cItem.min(item)"
-              :max="cItem.max(item)"+              :placeholder="cItem.placeholder"
+              :max="cItem.max(item)"
+              +
+              :placeholder="cItem.placeholder"
               :controls-position="cItem.controlsPosition"
               style="width: 90%"
             ></el-input-number>