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
bc5a982a
Commit
bc5a982a
authored
Dec 01, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 库存提示文案按钮
parent
b0900716
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
convenSet.vue
src/views/setting/convenSet.vue
+2
-2
No files found.
src/views/setting/convenSet.vue
View file @
bc5a982a
...
...
@@ -33,12 +33,12 @@
<el-checkbox
label=
"2"
>
协管门店
</el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item
prop=
"openAutoShelf"
label=
"库存提示文案
展示
"
>
<el-form-item
prop=
"openAutoShelf"
label=
"库存提示文案"
>
<!--
<el-radio-group
v-model=
"form.stockShow"
>
<el-radio
:label=
"0"
>
不展示
</el-radio>
<el-radio
:label=
"1"
>
展示
</el-radio>
</el-radio-group>
-->
<el-checkbox
style=
"vertical-align: top;margin-right: 10px"
v-model=
"form.stockShow"
:true-label=
"1"
:false-label=
"0"
>
</el-checkbox><span
class=
"stock_tip"
>
展示
</span
>
<el-checkbox
style=
"vertical-align: top;margin-right: 10px"
v-model=
"form.stockShow"
:true-label=
"1"
:false-label=
"0"
>
展示
</el-checkbox
>
<div
v-show=
"form.stockShow"
class=
"stock_tip"
>
库存少于
<el-input-number
v-model=
"form.stockShowAmount"
class=
"stock_tip_ipt"
controls-position=
"right"
:min=
"1"
/>
件,展示为【即将兑光】
</div>
<div
class=
"layout--tips"
>
开启后,库存提示文案将在积分商城商品列表页展示。
...
...
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