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
mes
mes-ui
Commits
cc650387
Commit
cc650387
authored
Sep 10, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-ui
into dev
parents
53fd4c3b
98545490
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
workunitSelect.vue
src/views/system/user/profile/workunitSelect.vue
+2
-2
workunitSelect1.vue
src/views/system/user/profile/workunitSelect1.vue
+3
-3
No files found.
src/views/system/user/profile/workunitSelect.vue
View file @
cc650387
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
@
selection-change=
"handleSelectionChange"
@
selection-change=
"handleSelectionChange"
>
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"工作单元名称"
align=
"center"
prop=
"workunitName"
/>
<el-table-column
label=
"工作单元编码"
align=
"center"
prop=
"workunitCode"
/>
<el-table-column
label=
"工作中心名称"
align=
"center"
prop=
"workstationName"
/>
<el-table-column
label=
"工作中心名称"
align=
"center"
prop=
"workstationName"
/>
<el-table-column
label=
"工作单元编码"
align=
"center"
prop=
"workunitCode"
/>
<el-table-column
label=
"工作单元名称"
align=
"center"
prop=
"workunitName"
/>
</el-table>
</el-table>
<pagination
v-show=
"total > 0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
<pagination
v-show=
"total > 0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
@
pagination=
"getList"
/>
@
pagination=
"getList"
/>
...
...
src/views/system/user/profile/workunitSelect1.vue
View file @
cc650387
...
@@ -68,15 +68,15 @@
...
@@ -68,15 +68,15 @@
>
>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"工作
中心名称"
width=
"180"
prop=
"workstation
Name"
/>
<el-table-column
label=
"工作
单元名称"
align=
"center"
prop=
"workunit
Name"
/>
<el-table-column
<el-table-column
label=
"工作单元编码"
label=
"工作单元编码"
width=
"200"
align=
"center"
align=
"center"
prop=
"workunitCode"
prop=
"workunitCode"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
/>
/>
<el-table-column
label=
"工作
单元名称"
align=
"center"
prop=
"workunit
Name"
/>
<el-table-column
label=
"工作
中心名称"
prop=
"workstation
Name"
/>
</el-table>
</el-table>
<pagination
<pagination
v-show=
"total > 0"
v-show=
"total > 0"
...
...
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