Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_electricity
Project
Project
Details
Activity
Releases
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
zhengke
jz_electricity
Commits
fb525886
Commit
fb525886
authored
Jun 04, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a823e153
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
goods.vue
src/components/sallCenter/plugin/goods.vue
+10
-0
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+2
-1
No files found.
src/components/sallCenter/plugin/goods.vue
View file @
fb525886
...
...
@@ -488,6 +488,16 @@
<el-form-item
v-show=
"data.addGoodsType == 0"
label=
"商品数量"
>
<el-input
size=
"small"
v-model
.
number=
"data.goodsLength"
type=
"number"
></el-input>
</el-form-item>
<el-form-item
v-show=
"data.addGoodsType == 0"
label=
"产品类型"
>
<el-radio
v-model=
"data.goodType"
:label=
"1"
>
酒店产品
</el-radio>
<el-radio
v-model=
"data.goodType"
:label=
"2"
>
餐食产品
</el-radio>
<el-radio
v-model=
"data.goodType"
:label=
"3"
>
景点产品
</el-radio>
<el-radio
v-model=
"data.goodType"
:label=
"4"
>
线路产品
</el-radio>
</el-form-item>
<el-form-item
v-show=
"data.addGoodsType == 0"
label=
"商品类型"
>
<el-radio
v-model=
"data.orderByType"
:label=
"1"
>
日期
</el-radio>
<el-radio
v-model=
"data.orderByType"
:label=
"2"
>
点击量
</el-radio>
</el-form-item>
<el-form-item
v-show=
"data.addGoodsType == 1"
label=
"商品列表"
>
<draggable
v-model=
"data.list"
class=
"goods-list"
style=
"display:flex;"
>
<div
class=
"goods-item"
v-for=
"(goods,goodsIndex) in data.list"
:key=
"goodsIndex"
>
...
...
src/components/sallCenter/templateEdit.vue
View file @
fb525886
...
...
@@ -745,7 +745,8 @@
Id
:
'goods'
,
isCked
:
false
,
data
:
{
goodType
:
1
,
//1酒店 2餐厅 3门票
goodType
:
1
,
//产品类型(1酒店 2餐厅 3门票,4线路)
orderByType
:
1
,
//排序类型(1-日期,2-点击量)
showCat
:
false
,
//显示分类
catPosition
:
'top'
,
//分类栏位置
catStyle
:
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