Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
7f4f5599e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/workOrder/orderHome/index.vue

+ 1 - 1
src/views/workOrder/orderHome/index.vue

@@ -6,7 +6,7 @@
     </div>
     <div class="container_top">
       <div class="tab" v-for="(item, index) in tabs" :key="index" @click="openOrder(item.type, item.title)">
-        <el-image class="img" :src="$showImgUrl(item.url)" fit="fit"></el-image>
+        <el-image class="img" :src="item.url" fit="fit"></el-image>
         <div class="text">
           <div class="title">{{ item.title }}</div>
           <div class="num">{{ item.num }}</div>