Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
张伯涛
NLT-e-cigarette
Commits
2fb476fe
Commit
2fb476fe
authored
Jun 20, 2022
by
秦嘉
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e55e8597
363ae71c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
index.vue
src/components/Breadcrumb/index.vue
+1
-1
element-ui.scss
src/styles/element-ui.scss
+3
-0
ModelDetails.vue
src/views/productionInfo/ModelDetails.vue
+10
-1
No files found.
src/components/Breadcrumb/index.vue
View file @
2fb476fe
...
...
@@ -99,7 +99,7 @@ export default {
margin-left
:
10px
;
.no-redirect
{
color
:
#
97a8be
;
color
:
#
8A8A8A
;
cursor
:
text
;
}
}
...
...
src/styles/element-ui.scss
View file @
2fb476fe
...
...
@@ -233,6 +233,9 @@ body .el-table th.gutter{
.el-select
.el-input.is-focus
.el-input__inner
{
border-color
:
#D20A10
}
.el-pagination__sizes
.el-input
.el-input__inner
:hover
{
border-color
:
#D20A10
!
important
;
}
// input框点击后红色边框
.el-input__inner
{
&
:focus
{
...
...
src/views/productionInfo/ModelDetails.vue
View file @
2fb476fe
...
...
@@ -8,7 +8,7 @@
<div
class=
"labelName"
>
Factory
</div>
</div>
<div
style=
"width: 200px"
>
{{
factory
}}
{{
getFactory
(
factory
)
}}
</div>
</el-form-item>
<el-form-item
class=
"labelHeight"
label=
"成品料号"
prop=
"modelCode"
style=
"margin-left: 20px"
>
...
...
@@ -1215,6 +1215,15 @@ export default {
this
.
positionList
=
list
this
.
openConfiguring
=
false
}
},
// 区域工厂中文转换
getFactory
(
factory
)
{
switch
(
factory
)
{
case
'NB'
:
return
'北京'
case
'NOSZ'
:
return
'苏州'
}
}
}
}
...
...
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