qianlishi
parent 95fd2b0b27
commit a1651c07bd

@ -783,20 +783,6 @@ export default {
this.queryParams.pageSize = val; this.queryParams.pageSize = val;
this.handleQueryPageList(); this.handleQueryPageList();
}, },
// table
thumbnailUrl(row, field) {
// return 'http://10.108.3.123:9090/tms/file/download/79ee7e8b-2a9a-4142-b06d-706ac8089205'
// if (row.filePath) {
// if (row.filePath.endsWith('xlsx') || row.filePath.endsWith('xls')) {
// return fileExcel;
// } else if (row.filePath.endsWith('pdf')) {
// return filePdf;
// }
// return process.env.VUE_APP_BASE_API + '/tms/file/download/' + row.fileId;
// } else {
// return logo;
// }
},
// //
fieldLabel(columnConfig) { fieldLabel(columnConfig) {
let objUnitText = ""; let objUnitText = "";
@ -828,6 +814,7 @@ export default {
}, },
// //
fieldValueByAnjiInput(value, columnConfig) { fieldValueByAnjiInput(value, columnConfig) {
console.log(1);
const localStorageUnit = this.getSettingByName("unit_conversion"); const localStorageUnit = this.getSettingByName("unit_conversion");
let objUnitConversion = ""; let objUnitConversion = "";
let objUnitKeepPoint = ""; let objUnitKeepPoint = "";

@ -356,6 +356,9 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.el-select {
width: 100%;
}
.el-select-dropdown__item.selected { .el-select-dropdown__item.selected {
text-align: center; text-align: center;
} }

Loading…
Cancel
Save