Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
995aa358
Commit
995aa358
authored
Nov 03, 2020
by
zhanglongtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示修改
parent
1f38ed88
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
zh-CN.js
i18n/locale/zh-CN.js
+2
-1
add.vue
pages/produce/execute/taskTime/add.vue
+1
-1
index.vue
pages/produce/workHour/index.vue
+1
-1
No files found.
i18n/locale/zh-CN.js
View file @
995aa358
...
@@ -1485,7 +1485,8 @@ export default {
...
@@ -1485,7 +1485,8 @@ export default {
beginTime
:
'开始时间'
,
beginTime
:
'开始时间'
,
endTime
:
'结束时间'
,
endTime
:
'结束时间'
,
planEndTime
:
'计划结束时间'
,
planEndTime
:
'计划结束时间'
,
action
:
'操作'
action
:
'操作'
,
subWorkHourStatus
:
'工时状态'
},
},
product_level
:
{
product_level
:
{
name
:
'名称'
,
name
:
'名称'
,
...
...
pages/produce/execute/taskTime/add.vue
View file @
995aa358
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
<Row>
<Row>
<Col
span=
"24"
style=
"text-align: right; height: 60px; line-height: 60px"
>
<Col
span=
"24"
style=
"text-align: right; height: 60px; line-height: 60px"
>
<Button
@
click=
"handleClose"
class=
"mr20"
>
取消
</Button>
<Button
@
click=
"handleClose"
class=
"mr20"
>
取消
</Button>
<Button
type=
"primary"
@
click=
"handleSubmit"
v-noClick
>
确认
</Button>
<Button
type=
"primary"
@
click=
"handleSubmit"
v-noClick
>
保存
</Button>
</Col>
</Col>
</Row>
</Row>
</div>
</div>
...
...
pages/produce/workHour/index.vue
View file @
995aa358
...
@@ -226,7 +226,7 @@ export default {
...
@@ -226,7 +226,7 @@ export default {
},
},
{
{
key
:
"subWorkHourStatus"
,
key
:
"subWorkHourStatus"
,
title
:
"subWorkHourStatus"
,
title
:
this
.
l
(
"subWorkHourStatus"
)
,
align
:
"center"
,
align
:
"center"
,
high
:
true
,
high
:
true
,
code
:
"workHour.status"
,
code
:
"workHour.status"
,
...
...
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