|
@@ -646,7 +646,7 @@ import { isTypeof, LOCAL_STORAGE_CURR, downLoadImage, isHttpHeaderURL, datepicke
|
|
|
inputTagVisible: false,
|
|
inputTagVisible: false,
|
|
|
inputTagValue: '',
|
|
inputTagValue: '',
|
|
|
inputPriField: '',
|
|
inputPriField: '',
|
|
|
- select_list: this.selectList,
|
|
|
|
|
|
|
+
|
|
|
transferPages: {
|
|
transferPages: {
|
|
|
pageSize: 20, // 默认每页的数据量
|
|
pageSize: 20, // 默认每页的数据量
|
|
|
currentPage: 1, // 当前页码
|
|
currentPage: 1, // 当前页码
|
|
@@ -658,7 +658,10 @@ import { isTypeof, LOCAL_STORAGE_CURR, downLoadImage, isHttpHeaderURL, datepicke
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
- computed: {
|
|
|
|
|
|
|
+ computed: {
|
|
|
|
|
+ select_list() {
|
|
|
|
|
+ return this.selectList
|
|
|
|
|
+ },
|
|
|
formItemStyle() {
|
|
formItemStyle() {
|
|
|
let rv = ''
|
|
let rv = ''
|
|
|
const curConfig = this.inputItem[this.inputType]
|
|
const curConfig = this.inputItem[this.inputType]
|
|
@@ -1311,4 +1314,9 @@ import { isTypeof, LOCAL_STORAGE_CURR, downLoadImage, isHttpHeaderURL, datepicke
|
|
|
content: ' ';
|
|
content: ' ';
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ .em-form-item__label {
|
|
|
|
|
+ white-space:pre;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ line-height: 20px;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|