Explorar el Código

feature_20260513_新建专业五金店

zhujindu hace 2 días
padre
commit
74f8a90586

+ 1 - 1
src/views/storeManagement/storeAdd.vue

@@ -339,7 +339,7 @@
                         :uploadid="uploadid2"
                         :imgArr="fromValue.img"
                         @newimgarr="newimgarr1"
-                        :imgText="fromValue.ifJzStoreType != 1 ? '门照' : '家装前台照片'"
+                        :imgText="fromValue.ifJzStoreType != 1 ? '门照' : '家装前台照片'"
                         :type="1"
                         ref="uploadImgVStore"></upload-img>
                     </div>

+ 1 - 1
src/views/storeManagement/storeDetail.vue

@@ -222,7 +222,7 @@
                   :src="setImgSrc(list.img)"
                   @click="deleteImgs(list.img)" />
                 <p style="text-align: center">
-                  {{ list.ifJzStoreType != 1 ? '建店时门照' : '家装前台照片' }}
+                  {{ list.ifJzStoreType != 1 ? '建店时门照' : '家装前台照片' }}
                 </p>
               </div>
               <div v-else>

+ 1 - 1
src/views/storeManagement/storeEdit.vue

@@ -338,7 +338,7 @@
                         :uploadid="uploadid2"
                         :imgArr="fromValue.img"
                         @newimgarr="newimgarr1"
-                        :imgText="fromValue.ifJzStoreType != 1 ? '门照' : '家装前台照片'"
+                        :imgText="fromValue.ifJzStoreType != 1 ? '门照' : '家装前台照片'"
                         :disabled="true"
                         :type="1"></upload-img>
                     </div>