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
8f7fd585
Commit
8f7fd585
authored
Jul 15, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
ef1ac88c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
relatePop.vue
src/components/relatePop.vue
+1
-1
ruleDetail.vue
src/components/ruleDetail.vue
+3
-2
No files found.
src/components/relatePop.vue
View file @
8f7fd585
...
...
@@ -6,7 +6,7 @@
:before-close=
"closePop"
:width=
"$store.state.product.ruleMemberFilterClose==0?'1200px':'900px'"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"上架规则"
name=
"list"
>
<div
class=
"tab-pane-container"
>
<div
class=
"search-wrap"
>
...
...
src/components/ruleDetail.vue
View file @
8f7fd585
...
...
@@ -7,7 +7,7 @@
size=
"small"
v-loading=
"loading"
>
<el-form-item
label=
"上架规则名称"
prop=
"ruleTitle"
>
<el-form-item
label=
"上架规则名称
1
"
prop=
"ruleTitle"
>
<el-input
maxlength=
"30"
show-word-limit
...
...
@@ -151,6 +151,7 @@ export default {
btnLoading
:
false
,
uuid
:
''
,
memberTypeTotal
:
0
,
};
},
computed
:
{
...
...
@@ -165,7 +166,7 @@ export default {
}
},
canShowStoreSelector
()
{
return
this
.
uuid
||
this
.
isAdd
||
this
.
memberType
==
3
||
this
.
memberType
==
2
;
return
this
.
isDialog
||
this
.
uuid
||
this
.
isAdd
||
this
.
memberType
==
3
||
this
.
memberType
==
2
;
},
},
mounted
()
{
...
...
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