Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
中通客车项目
zhongtong-avi-web
Commits
92e680d4
Commit
92e680d4
authored
Nov 03, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(酸洗-磷化): 修复菜单名称及页面标题文字错误
parent
90b0d471
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
index.js
config/index.js
+2
-1
route.js
src/lang/zh/route.js
+1
-1
list.vue
src/views/DeviceRunning/DeviceFaultRecord/list.vue
+1
-1
list.vue
src/views/DeviceRunning/DeviceRunningTime/list.vue
+1
-1
list.vue
src/views/Laboratory/Pickling/list.vue
+1
-1
No files found.
config/index.js
View file @
92e680d4
...
...
@@ -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’即可
...
...
src/lang/zh/route.js
View file @
92e680d4
...
...
@@ -27,7 +27,7 @@ export default {
LaneBasic
:
'车道基础数据'
,
// 化验室报告
Laboratory
:
'化验室报告'
,
Pickling
:
'酸
化
-磷化线槽液日常检测报告'
,
Pickling
:
'酸
洗
-磷化线槽液日常检测报告'
,
ElectrophoresisTank
:
'电泳槽液日常检测报告'
,
Pretreatment
:
'前处理槽液日常检测报告'
,
// 涂装生产计划
...
...
src/views/DeviceRunning/DeviceFaultRecord/list.vue
View file @
92e680d4
...
...
@@ -101,7 +101,7 @@
},
// 点击搜索组件重置按钮
doResetClick
(
searchValue
)
{
this
.
searchList
=
{
...
search
List
,
filters
:
[]
}
this
.
searchList
=
{
...
search
Value
,
filters
:
[]
}
this
.
tableConfig
.
paginationConfig
.
currentPage
=
1
this
.
tableConfig
.
paginationConfig
.
pageSize
=
20
// 获取表格数据
...
...
src/views/DeviceRunning/DeviceRunningTime/list.vue
View file @
92e680d4
...
...
@@ -81,7 +81,7 @@
},
// 点击搜索组件重置按钮
doResetClick
(
searchValue
)
{
this
.
searchList
=
{
...
search
List
,
filters
:
[]
}
this
.
searchList
=
{
...
search
Value
,
filters
:
[]
}
this
.
tableConfig
.
paginationConfig
.
currentPage
=
1
this
.
tableConfig
.
paginationConfig
.
pageSize
=
20
// 获取表格数据
...
...
src/views/Laboratory/Pickling/list.vue
View file @
92e680d4
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment