Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
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
ximai
mes-ui
Commits
480f34b2
Commit
480f34b2
authored
Jan 16, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
13411175
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
index.vue
src/views/mes/proTable/productProcess/index.vue
+5
-0
index.vue
src/views/system/user/index.vue
+2
-2
No files found.
src/views/mes/proTable/productProcess/index.vue
View file @
480f34b2
...
@@ -82,6 +82,11 @@
...
@@ -82,6 +82,11 @@
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
<
el
-
table
v
-
loading
=
"loadingRight"
:
data
=
"tbodysRight"
border
:
max
-
height
=
"tableHeightSecond"
style
=
"margin-left: 15px"
>
<
el
-
table
v
-
loading
=
"loadingRight"
:
data
=
"tbodysRight"
border
:
max
-
height
=
"tableHeightSecond"
style
=
"margin-left: 15px"
>
<
el
-
table
-
column
:
label
=
"$t('排产次数')"
align
=
"center"
prop
=
"taskBatch"
>
<
template
slot
-
scope
=
"scope"
>
{{
scope
.
row
.
taskBatch
.
split
(
'-'
).
length
>
1
?
scope
.
row
.
taskBatch
.
split
(
'-'
)[
scope
.
row
.
taskBatch
.
split
(
'-'
).
length
-
1
]:
''
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"$t('报工人员')"
align
=
"center"
prop
=
"nickName"
><
/el-table-column
>
<
el
-
table
-
column
:
label
=
"$t('报工人员')"
align
=
"center"
prop
=
"nickName"
><
/el-table-column
>
<
el
-
table
-
column
:
label
=
"$t('报工数量')"
align
=
"center"
prop
=
"quantityFeedback"
><
/el-table-column
>
<
el
-
table
-
column
:
label
=
"$t('报工数量')"
align
=
"center"
prop
=
"quantityFeedback"
><
/el-table-column
>
<
el
-
table
-
column
:
label
=
"$t('合格数量')"
align
=
"center"
prop
=
"quantityQualify"
><
/el-table-column
>
<
el
-
table
-
column
:
label
=
"$t('合格数量')"
align
=
"center"
prop
=
"quantityQualify"
><
/el-table-column
>
...
...
src/views/system/user/index.vue
View file @
480f34b2
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
v-hasPermi=
"['system:user:copy']"
v-hasPermi=
"['system:user:copy']"
>
{{
$t
(
'权限复制'
)
}}
</el-button>
>
{{
$t
(
'权限复制'
)
}}
</el-button>
</el-col>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
<el-button
:loading=
"syncLoading"
:loading=
"syncLoading"
type=
"primary"
type=
"primary"
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
@
click=
"handleSynchronism"
@
click=
"handleSynchronism"
v-hasPermi=
"['mes:md:mditem:edit']"
v-hasPermi=
"['mes:md:mditem:edit']"
>
{{
$t
(
'common.sync'
)
}}
</el-button>
>
{{
$t
(
'common.sync'
)
}}
</el-button>
</el-col>
</el-col>
-->
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
:columns=
"columns"
></right-toolbar>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
:columns=
"columns"
></right-toolbar>
</el-row>
</el-row>
...
...
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