Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
568ccd57
Commit
568ccd57
authored
Jul 15, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
8f7fd585
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
relatePop.vue
src/components/relatePop.vue
+1
-0
ruleDetail.vue
src/components/ruleDetail.vue
+9
-3
No files found.
src/components/relatePop.vue
View file @
568ccd57
...
...
@@ -4,6 +4,7 @@
:key=
"updateDialog"
:visible
.
sync=
"dialogTableVisible"
:before-close=
"closePop"
:append-to-body=
"true"
:width=
"$store.state.product.ruleMemberFilterClose==0?'1200px':'900px'"
>
<el-tabs
v-model=
"activeName"
>
...
...
src/components/ruleDetail.vue
View file @
568ccd57
...
...
@@ -7,7 +7,7 @@
size=
"small"
v-loading=
"loading"
>
<el-form-item
label=
"上架规则名称
1
"
prop=
"ruleTitle"
>
<el-form-item
label=
"上架规则名称"
prop=
"ruleTitle"
>
<el-input
maxlength=
"30"
show-word-limit
...
...
@@ -80,8 +80,11 @@
@
editShow=
"hasEditGicPeople=true"
/>
<el-form-item
v-show=
"ruleForm.memberType === 2"
prop=
"selectedGroupIds"
>
<el-button
v-if=
"!selectedGroupIds"
size=
"small"
@
click=
"groupVisible = true"
>
添加分组
</el-button>
<gic-new-member-group
:visiable
.
sync=
"groupVisible"
:selectedIds=
"selectedGroupIds"
@
change=
"confirmGroupDialog"
/>
<el-button
v-if=
"!selectedGroupIds"
size=
"small"
@
click=
"addMemberGroup"
>
添加分组
</el-button>
<gic-new-member-group
:visiable
.
sync=
"groupVisible"
:selectedIds=
"selectedGroupIds"
@
change=
"confirmGroupDialog"
ref=
"newMemberGroup"
/>
</el-form-item>
<div>
<el-form-item
style=
"margin-top:50px"
v-show=
"!isDialog"
>
...
...
@@ -177,6 +180,9 @@ export default {
this
.
memberTypeNum
();
},
methods
:
{
addMemberGroup
()
{
this
.
groupVisible
=
true
;
},
/** 门店筛选器 */
storeChange
(
storeId
)
{
this
.
uuid
=
storeId
;
...
...
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