|
@@ -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>
|