فهرست منبع

fix(bugs): 链接字段

tangning 2 سال پیش
والد
کامیت
422e1f9e74

+ 1 - 1
src/views/customer/scene.vue

@@ -14,7 +14,7 @@
         </template>
         </template>
         
         
         <template #herf="{ record }">
         <template #herf="{ record }">
-          <a :href="record.url">{{record.sceneName}}</a>
+          <a :href="record.thumb" target="_blank">{{record.sceneName}}</a>
         </template>
         </template>
         <template #action="{ record }">
         <template #action="{ record }">
           <TableAction
           <TableAction

+ 1 - 1
src/views/productOperation/cameraScene.vue

@@ -14,7 +14,7 @@
         </template>
         </template>
 
 
         <template #href="{ record }">
         <template #href="{ record }">
-          <a v-if="record.sceneName" :href="record.url">{{record.sceneName}}</a>
+          <a v-if="record.sceneName" target="_blank" :href="record.thumb">{{record.sceneName}}</a>
           <span v-else>-</span>
           <span v-else>-</span>
         </template>
         </template>
         <template #action="{ record }">
         <template #action="{ record }">

+ 1 - 1
src/views/productOperation/sxz.vue

@@ -4,7 +4,7 @@
       <!-- <a-button type="primary" @click="exportExcel"> 导出1</a-button> -->
       <!-- <a-button type="primary" @click="exportExcel"> 导出1</a-button> -->
     </template>
     </template>
     <template #href="{ record }">
     <template #href="{ record }">
-          <a v-if="record.name" :href="record.url">{{record.name}}</a>
+          <a v-if="record.sceneName" target="_blank" :href="record.thumb">{{record.sceneName}}</a>
           <span v-else>-</span>
           <span v-else>-</span>
     </template>
     </template>
     <template #action="{ record }">
     <template #action="{ record }">

+ 1 - 1
src/views/productOperation/viewKankan.vue

@@ -4,7 +4,7 @@
       <!-- <a-button type="primary" @click="exportExcel"> 导出1</a-button> -->
       <!-- <a-button type="primary" @click="exportExcel"> 导出1</a-button> -->
     </template>
     </template>
     <template #href="{ record }">
     <template #href="{ record }">
-          <a v-if="record.name" :href="record.url">{{record.name}}</a>
+          <a v-if="record.name" target="_blank" :href="record.share">{{record.name}}</a>
           <span v-else>-</span>
           <span v-else>-</span>
     </template>
     </template>
     <template #action="{ record }">
     <template #action="{ record }">