Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
06248750
Commit
06248750
authored
Oct 31, 2018
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
aaafb3e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/test/dmStore/index.vue
+3
-3
No files found.
src/test/dmStore/index.vue
View file @
06248750
<
template
>
<section
class=
"dm-store"
>
<el-select
v-model=
"
leftValu
e"
placeholder=
"请选择"
class=
"w200 inline-block"
>
<el-select
v-model=
"
storeTyp
e"
placeholder=
"请选择"
class=
"w200 inline-block"
>
<el-option
v-for=
"(v,i) in leftList"
:key=
"i"
:label=
"v.label"
:value=
"v.value"
></el-option>
</el-select>
<option-type
v-if=
"storeType === 1"
:uuid=
"newUuid"
></option-type>
<option-tags
v-if=
"storeType === 2"
:uuid=
"newUuid"
></option-tags>
<option-area
v-if=
"storeType === 3"
:uuid=
"newUuid"
></option-area>
<option-group
v-if=
"storeType === 4"
:uuid=
"newUuid"
></option-group>
<option-part
v-if=
"
leftValu
e === 5"
:uuid=
"newUuid"
></option-part>
<option-part
v-if=
"
storeTyp
e === 5"
:uuid=
"newUuid"
></option-part>
</section>
</
template
>
...
...
@@ -38,7 +38,7 @@ export default {
},
data
()
{
return
{
leftValu
e
:
0
,
// 一级选择值
storeTyp
e
:
0
,
// 一级选择值
leftList
:[
// 一级列表
{
label
:
'所有门店'
,
value
:
0
},
{
label
:
'门店类型'
,
value
:
1
},
...
...
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