Browse Source

bug修复

chenrui 3 years ago
parent
commit
7993f06280
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchasingManagement/purchaseOrder/edit.vue

+ 1 - 1
src/views/purchasingManagement/purchaseOrder/edit.vue

@@ -101,7 +101,7 @@
                     :src="record.productMainPic && record.productMainPic.imageUrl?(record.productMainPic.imageUrl+'?x-oss-process=image/resize,h_30,m_lfit'):defImg"
                     width="30"
                     height="30"
-                    class="imageUrl"
+                    style="cursor: pointer;"
                     @click="handlePicDetail(record)" />
                 </template>
                 <!-- 产品编码 -->