Explorar o código

Merge branch 'master_zyh' into test_zyh

zhouyuhao hai 7 meses
pai
achega
16f200fcaa
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/ContainerStatus/src/ContainerStatus.vue

+ 2 - 2
src/components/ContainerStatus/src/ContainerStatus.vue

@@ -69,9 +69,9 @@ watch(
       <img :src="emptyImg" :class="{ 'is-dark': themeStore.theme === 'dark' }" alt="empty" />
       <div class="empty-text" style="">No data</div>
     </div>
-    <div class="footer">
+    <div class="footer" v-if="props.website">
       Tracking on carrier website:
-      <a href="http://www.rcjgroup.com/" target="_blank" class="link">http://www.rcjgroup.com/</a>
+      <a :href="props.website" target="_blank" class="link">{{ props.website }}</a>
     </div>
   </div>
 </template>