|
|
@@ -334,6 +334,10 @@
|
|
|
</van-collapse-item>
|
|
|
</van-collapse>
|
|
|
</van-tab>
|
|
|
+ <!-- 质感服务商档案 -->
|
|
|
+ <van-tab title="服务商档案" name="outsidePlan" v-if="list.storeCategory == 'C108'">
|
|
|
+ <ZGattributeDetail :storeCode="list.storeCode"></ZGattributeDetail>
|
|
|
+ </van-tab>
|
|
|
<van-tab title="属性信息" name="outsidePlan">
|
|
|
<!-- 金牌店档案信息 -->
|
|
|
<template v-if="list.ifJpStoreType == '1' && list.storeArchives">
|
|
|
@@ -650,8 +654,9 @@ import uploadImg from '@/components/viewaddreddUploadImg.vue';
|
|
|
import helpPage from './helpPage.vue';
|
|
|
import { getPosition, getMapPoi, getkeywordPoi, getTicketFun } from '@/utils/TXApiFun';
|
|
|
import { getOrderUrlByStoreId } from '@/api/inventory';
|
|
|
+import ZGattributeDetail from './ZGattributeDetail.vue';
|
|
|
export default {
|
|
|
- components: { uploadImg, mapmarker, viewUploadImg, helpPage },
|
|
|
+ components: { uploadImg, mapmarker, viewUploadImg, helpPage, ZGattributeDetail },
|
|
|
data() {
|
|
|
return {
|
|
|
addresssb: '',
|