Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
8cbbee8f
Commit
8cbbee8f
authored
Jun 15, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务超市详情字段修改
parent
1748d1e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
src/pages/service_shop/sjfwDetail.vue
src/pages/service_shop/sjfwDetail.vue
+3
-3
src/pages/service_shop/skfwDetail.vue
src/pages/service_shop/skfwDetail.vue
+5
-5
src/pages/service_shop/zhfwDetail.vue
src/pages/service_shop/zhfwDetail.vue
+5
-5
No files found.
src/pages/service_shop/sjfwDetail.vue
View file @
8cbbee8f
...
...
@@ -180,9 +180,9 @@ export default {
this
.
specificationData
=
specificationData
;
this
.
providerData
=
{
organization_name
:
datas
.
organization_name
,
picture_path
:
datas
.
userInfo
.
picture_path
,
user_name
:
datas
.
userI
nfo
.
user_name
,
phone
:
datas
.
userI
nfo
.
phone
,
picture_path
:
datas
.
organization_picture
,
user_name
:
datas
.
register_user_i
nfo
.
user_name
,
phone
:
datas
.
register_user_i
nfo
.
phone
,
};
this
.
commentsData
=
datas
.
scoreDetail
;
})
...
...
src/pages/service_shop/skfwDetail.vue
View file @
8cbbee8f
...
...
@@ -97,7 +97,7 @@ export default {
type
:
"
text
"
,
value
:
datas
.
descript
,
},
{
/*
{
name: "服务属性", // TODO: replace
type: "list",
value: [
...
...
@@ -131,14 +131,14 @@ export default {
value: "禁用",
},
],
},
},
*/
];
this
.
specificationData
=
specificationData
;
this
.
providerData
=
{
organization_name
:
datas
.
organization_name
,
picture_path
:
datas
.
userInfo
.
picture_path
,
user_name
:
datas
.
userI
nfo
.
user_name
,
phone
:
datas
.
userI
nfo
.
phone
,
picture_path
:
datas
.
organization_picture
,
user_name
:
datas
.
register_user_i
nfo
.
user_name
,
phone
:
datas
.
register_user_i
nfo
.
phone
,
};
this
.
commentsData
=
datas
.
scoreDetail
;
})
...
...
src/pages/service_shop/zhfwDetail.vue
View file @
8cbbee8f
...
...
@@ -96,7 +96,7 @@ export default {
type
:
"
text
"
,
value
:
datas
.
descript
,
},
{
/*
{
name: "微服务响应列表", // TODO: replace
type: "table",
value: {
...
...
@@ -125,14 +125,14 @@ export default {
},
],
},
},
},
*/
];
this
.
specificationData
=
specificationData
;
this
.
providerData
=
{
organization_name
:
datas
.
organization_name
,
picture_path
:
datas
.
userInfo
.
picture_path
,
user_name
:
datas
.
userI
nfo
.
user_name
,
phone
:
datas
.
userI
nfo
.
phone
,
picture_path
:
datas
.
organization_picture
,
user_name
:
datas
.
register_user_i
nfo
.
user_name
,
phone
:
datas
.
register_user_i
nfo
.
phone
,
};
this
.
commentsData
=
datas
.
scoreDetail
;
})
...
...
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