diff --git a/src/styles/index.scss b/src/styles/index.scss index 7a4f2451..1da11e6a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -218,3 +218,11 @@ el-card{ //card白条宽度 padding: 5px 5px; } +.el-table__footer { + height: 37px; +} +.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td { + background-color: rgb(126,172,237); + font-weight:bold; + color: black; +} diff --git a/src/utils/request.js b/src/utils/request.js index 8eaacaf2..ca0340f5 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, + baseURL: `http://localhost:8005/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue index 74e3c374..12faf6c8 100644 --- a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue +++ b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue @@ -164,7 +164,6 @@ export default { this.machineValue ? check2 = 1 : check2 = 0 this.groupValue ? check3 = 1 : check3 = 0 searchProjectTotal(1, this.projectValue, check2, this.machineValue, check3, this.groupValue).then(response => { - console.log(response.data) this.tableData1 = response.data }) } else {