Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
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
pseer
gxpt_web
Commits
df87109c
Commit
df87109c
authored
Oct 20, 2023
by
YG8999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保洁分配
parent
11e79dd5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/system/cleanConsumer/index.vue
+2
-2
cleanConsumer.vue
src/views/system/store/cleanConsumer.vue
+1
-1
selectConsumer.vue
src/views/system/store/selectConsumer.vue
+1
-1
No files found.
src/views/system/cleanConsumer/index.vue
View file @
df87109c
...
...
@@ -81,7 +81,7 @@
<el-table
v-loading=
"loading"
:data=
"consumerList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"
微信用户"
align=
"center"
prop=
"openId
"
/>
<el-table-column
label=
"
账号"
align=
"center"
prop=
"account
"
/>
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"手机号"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"角色类型"
align=
"center"
prop=
"roleType"
>
...
...
@@ -226,7 +226,7 @@ export default {
reset
()
{
this
.
form
=
{
id
:
null
,
openId
:
null
,
account
:
null
,
nickName
:
null
,
phone
:
null
,
level
:
null
,
...
...
src/views/system/store/cleanConsumer.vue
View file @
df87109c
...
...
@@ -69,7 +69,7 @@
<el-table
v-loading=
"loading"
:data=
"consumerList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"
微信用户"
align=
"center"
prop=
"openId
"
/>
<el-table-column
label=
"
账号"
align=
"center"
prop=
"account
"
/>
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"手机号"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"角色类型"
align=
"center"
prop=
"roleType"
>
...
...
src/views/system/store/selectConsumer.vue
View file @
df87109c
...
...
@@ -28,7 +28,7 @@
<el-row>
<el-table
@
row-click=
"clickRow"
ref=
"table"
:data=
"consumerList"
@
selection-change=
"handleSelectionChange"
height=
"260px"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"
微信用户"
align=
"center"
prop=
"openId
"
/>
<el-table-column
label=
"
账号"
align=
"center"
prop=
"account
"
/>
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"手机号"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"角色类型"
align=
"center"
prop=
"roleType"
>
...
...
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