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
df222dea
Commit
df222dea
authored
Sep 10, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
870fbec3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
index.vue
src/views/mes/pro/secretSend/index.vue
+18
-0
index.vue
src/views/system/user/index.vue
+1
-1
worker.vue
src/views/system/user/profile/worker.vue
+0
-1
No files found.
src/views/mes/pro/secretSend/index.vue
0 → 100644
View file @
df222dea
<
template
>
<div
class=
"app-container"
>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
created
()
{
},
methods
:
{
}
}
</
script
>
\ No newline at end of file
src/views/system/user/index.vue
View file @
df222dea
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
</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>
<workunitSelect
:
userId=
"form.userId"
:
id=
"id"
ref=
"workunitSelectRef"
@
reflash=
"workerFlash"
/>
<workunitSelect
:id=
"id"
ref=
"workunitSelectRef"
@
reflash=
"workerFlash"
/>
<el-table
v-loading=
"loading"
:data=
"userList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"userList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"50"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"50"
align=
"center"
/>
<el-table-column
label=
"用户名称"
align=
"center"
key=
"userName"
prop=
"userName"
v-if=
"columns[1].visible"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"用户名称"
align=
"center"
key=
"userName"
prop=
"userName"
v-if=
"columns[1].visible"
:show-overflow-tooltip=
"true"
/>
...
...
src/views/system/user/profile/worker.vue
View file @
df222dea
...
@@ -52,7 +52,6 @@
...
@@ -52,7 +52,6 @@
</el-input>
</el-input>
<workunitSelects
<workunitSelects
ref=
"WorkunitSelect"
ref=
"WorkunitSelect"
:userId=
"userId"
@
onSelected=
"onworkunitSelected"
@
onSelected=
"onworkunitSelected"
></workunitSelects>
></workunitSelects>
</el-form-item>
</el-form-item>
...
...
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