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
e2520f48
Commit
e2520f48
authored
Nov 06, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
52596ec3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
ServiceManageEdit.vue
src/components/offlineService/ServiceManageEdit.vue
+2
-2
storesManage.vue
src/components/offlineService/storesManage.vue
+5
-5
No files found.
src/components/offlineService/ServiceManageEdit.vue
View file @
e2520f48
...
...
@@ -75,7 +75,7 @@
</el-input>
<el-button
class=
"button-new-tag"
size=
"mini"
@
click=
"showInput"
>
+ 标签
</el-button>
</el-form-item>
<el-form-item
label=
"虚拟预约数"
>
<el-form-item
label=
"虚拟预约数"
style=
"display:none;"
>
<el-input
v-model=
"addMsg.FictitiousReserveNum"
@
keyup
.
native=
"checkInteger(addMsg,'FictitiousReserveNum')"
class=
"w400"
size=
"small"
placeholder=
"请输入预约次数"
maxlength=
"20"
/>
</el-form-item>
...
...
@@ -181,7 +181,7 @@
Major
:
''
,
//职务
ServiceStatus
:
1
,
// 启用/禁用 状态1启用 2禁用
Telephone
:
''
,
//电话
FictitiousReserveNum
:
''
,
//虚拟预约数
FictitiousReserveNum
:
0
,
//虚拟预约数
WorkYears
:
''
,
//工作年限
Introduction
:
''
//简介
},
...
...
src/components/offlineService/storesManage.vue
View file @
e2520f48
...
...
@@ -23,19 +23,19 @@
</el-table-column>
<el-table-column
prop=
"Name"
label=
"门店名称"
>
</el-table-column>
<el-table-column
label=
"封面图"
width=
"1
1
0"
>
<el-table-column
label=
"封面图"
width=
"1
8
0"
>
<template
slot-scope=
"scope"
>
<el-image
:src=
"getIconLink(scope.row.CoverImg)"
style=
"
width:80px;
height:80px;"
<el-image
:src=
"getIconLink(scope.row.CoverImg)"
style=
"height:80px;"
:preview-src-list=
"[getIconLink(scope.row.CoverImg)]"
></el-image>
</
template
>
</el-table-column>
<el-table-column
prop=
"Tel"
label=
"联系方式"
width=
"
12
0"
>
<el-table-column
prop=
"Tel"
label=
"联系方式"
width=
"
20
0"
>
</el-table-column>
<el-table-column
prop=
"Address"
label=
"门店地址"
width=
"220"
>
<el-table-column
prop=
"Address"
label=
"门店地址"
>
</el-table-column>
<el-table-column
prop=
"LngLat"
label=
"经纬度"
width=
"220"
>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<img
@
click=
"EditstoreManage(scope.row)"
class=
"operatImg"
src=
"../../assets/img/userman/edit.png"
alt=
""
>
<img
@
click=
"RemovestoreManage(scope.row)"
class=
"operatImg"
src=
"../../assets/img/userman/del.png"
...
...
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