Commit 92e680d4 authored by 李志鸣's avatar 李志鸣

fix(酸洗-磷化): 修复菜单名称及页面标题文字错误

parent 90b0d471
......@@ -13,9 +13,10 @@ module.exports = {
// 代理后端服务器
proxyTable: {
'/host': {
target: 'http://10.100.172.150:9108', // 设置你调用的接口域名和端口号 别忘了加http
// target: 'http://10.100.172.150:9108', // 设置你调用的接口域名和端口号 别忘了加http
// target: 'http://192.168.43.244:8888', // 东伟服务器地址
// target: 'http://192.168.43.153:8080', // 训浩服务器
target: 'http://192.168.43.98:8080', // 本地服务器
changeOrigin: true,
pathRewrite: {
'^/host': ''//这里理解成用‘/host’代替target里面的地址,后面组件中我们掉接口时直接用api代替 比如我要调用'http://40.00.100.100:3002/user/add',直接写‘/api/user/add’即可
......
......@@ -27,7 +27,7 @@ export default {
LaneBasic: '车道基础数据',
// 化验室报告
Laboratory: '化验室报告',
Pickling: '酸-磷化线槽液日常检测报告',
Pickling: '酸-磷化线槽液日常检测报告',
ElectrophoresisTank: '电泳槽液日常检测报告',
Pretreatment: '前处理槽液日常检测报告',
// 涂装生产计划
......
......@@ -101,7 +101,7 @@
},
// 点击搜索组件重置按钮
doResetClick (searchValue) {
this.searchList = { ...searchList, filters: [] }
this.searchList = { ...searchValue, filters: [] }
this.tableConfig.paginationConfig.currentPage = 1
this.tableConfig.paginationConfig.pageSize = 20
// 获取表格数据
......
......@@ -81,7 +81,7 @@
},
// 点击搜索组件重置按钮
doResetClick (searchValue) {
this.searchList = { ...searchList, filters: [] }
this.searchList = { ...searchValue, filters: [] }
this.tableConfig.paginationConfig.currentPage = 1
this.tableConfig.paginationConfig.pageSize = 20
// 获取表格数据
......
......@@ -2,7 +2,7 @@
<div class="page-pack">
<div class="title-pack clear-float pl-15 pr-15">
<div class="float-left">
<span class="page-title-text">-磷化线槽液日常检测报告</span>
<span class="page-title-text">-磷化线槽液日常检测报告</span>
</div>
<div class="float-right page-refresh">
<span @click="doRefreshClick" class="pointer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment