Commit 8cbbee8f authored by 徐一鸣's avatar 徐一鸣

服务超市详情字段修改

parent 1748d1e8
...@@ -180,9 +180,9 @@ export default { ...@@ -180,9 +180,9 @@ export default {
this.specificationData = specificationData; this.specificationData = specificationData;
this.providerData = { this.providerData = {
organization_name: datas.organization_name, organization_name: datas.organization_name,
picture_path: datas.userInfo.picture_path, picture_path: datas.organization_picture,
user_name: datas.userInfo.user_name, user_name: datas.register_user_info.user_name,
phone: datas.userInfo.phone, phone: datas.register_user_info.phone,
}; };
this.commentsData = datas.scoreDetail; this.commentsData = datas.scoreDetail;
}) })
......
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
type: "text", type: "text",
value: datas.descript, value: datas.descript,
}, },
{ /* {
name: "服务属性", // TODO: replace name: "服务属性", // TODO: replace
type: "list", type: "list",
value: [ value: [
...@@ -131,14 +131,14 @@ export default { ...@@ -131,14 +131,14 @@ export default {
value: "禁用", value: "禁用",
}, },
], ],
}, }, */
]; ];
this.specificationData = specificationData; this.specificationData = specificationData;
this.providerData = { this.providerData = {
organization_name: datas.organization_name, organization_name: datas.organization_name,
picture_path: datas.userInfo.picture_path, picture_path: datas.organization_picture,
user_name: datas.userInfo.user_name, user_name: datas.register_user_info.user_name,
phone: datas.userInfo.phone, phone: datas.register_user_info.phone,
}; };
this.commentsData = datas.scoreDetail; this.commentsData = datas.scoreDetail;
}) })
......
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
type: "text", type: "text",
value: datas.descript, value: datas.descript,
}, },
{ /* {
name: "微服务响应列表", // TODO: replace name: "微服务响应列表", // TODO: replace
type: "table", type: "table",
value: { value: {
...@@ -125,14 +125,14 @@ export default { ...@@ -125,14 +125,14 @@ export default {
}, },
], ],
}, },
}, }, */
]; ];
this.specificationData = specificationData; this.specificationData = specificationData;
this.providerData = { this.providerData = {
organization_name: datas.organization_name, organization_name: datas.organization_name,
picture_path: datas.userInfo.picture_path, picture_path: datas.organization_picture,
user_name: datas.userInfo.user_name, user_name: datas.register_user_info.user_name,
phone: datas.userInfo.phone, phone: datas.register_user_info.phone,
}; };
this.commentsData = datas.scoreDetail; this.commentsData = datas.scoreDetail;
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment