diff --git a/src/styles/index.scss b/src/styles/index.scss index 1da11e6a..c8385a27 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -218,6 +218,23 @@ el-card{ //card白条宽度 padding: 5px 5px; } +.subTableHeader { + th { + background: #8ff4ea !important; + color: black; + } + tr.el-table__row td { + background-color: #d8e5f6 !important; + } + tr.el-table__row.el-table__row--striped td { + background: #e9f0f9 !important; + } +} + +h3 { + height: 10px !important; + margin: 0px !important; +} .el-table__footer { height: 37px; } diff --git a/src/utils/request.js b/src/utils/request.js index dcdec3af..f9d3fd3e 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.0.106:8005/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.1.231:8005/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index ecf9f1ff..99a7f1b1 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -25,7 +25,7 @@ -

总装调试

+

总装调试

- + - + @@ -67,7 +67,7 @@ {{ scope.row.调试结束时间 }} - +