Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
9a4aa4e5
Commit
9a4aa4e5
authored
Oct 29, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5f7d4c01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
serviceProductList.vue
src/components/offlineService/serviceProductList.vue
+1
-6
storesManage.vue
src/components/offlineService/storesManage.vue
+2
-6
No files found.
src/components/offlineService/serviceProductList.vue
View file @
9a4aa4e5
...
...
@@ -112,12 +112,7 @@
</el-table-column>
<el-table-column
prop=
"SellingPrice"
width=
"100"
sortable
label=
"售价"
>
</el-table-column>
<el-table-column
prop=
"InventoryNum"
width=
"100"
sortable
label=
"库存"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.InventoryNum==0"
style=
"color:red"
>
售罄
</span>
<span
v-else
>
{{
scope
.
row
.
InventoryNum
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"UpdateDate"
width=
"110"
label=
"是否加入快速购买"
>
<
template
slot-scope=
"scope"
>
<el-switch
@
change=
"Edit(scope.row,10)"
v-model=
"scope.row.IsQuickBuy"
active-color=
"#409EFF"
...
...
src/components/offlineService/storesManage.vue
View file @
9a4aa4e5
...
...
@@ -112,7 +112,7 @@
</div>
</div>
</el-form-item>
<el-form-item
label=
"门店轮播图"
prop=
"NavImg"
>
<el-form-item
label=
"门店轮播图"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"建议尺寸:750 * 360"
placement=
"top"
>
<el-button
size=
"mini"
@
click=
"choicImg=true,commonIndex=2"
>
选择图片
</el-button>
</el-tooltip>
...
...
@@ -248,11 +248,7 @@
message
:
'请添加门店封面图'
,
trigger
:
'change'
}],
NavImg
:
[{
required
:
true
,
message
:
'请添加门店轮播图'
,
trigger
:
'change'
}],
},
};
},
...
...
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