Browse Source

Merge branch 'feature_20240912_拜访任务添加操作图片和电话' into uat

# Conflicts:
#	src/views/deviceWithin/addStoreVisit.vue
zhujindu 1 year ago
parent
commit
13e50523a9
2 changed files with 452 additions and 352 deletions
  1. 445 346
      src/views/deviceWithin/addStoreVisit.vue
  2. 7 6
      src/views/deviceWithin/taskTips.vue

File diff suppressed because it is too large
+ 445 - 346
src/views/deviceWithin/addStoreVisit.vue


+ 7 - 6
src/views/deviceWithin/taskTips.vue

@@ -11,16 +11,16 @@
 </template>
 </template>
 
 
 <script>
 <script>
-import { ImagePreview } from "vant";
+import { ImagePreview } from 'vant';
 export default {
 export default {
   props: {
   props: {
     contactPhone: {
     contactPhone: {
       type: [String, Number],
       type: [String, Number],
-      default: "",
+      default: '',
     },
     },
     examplePhoto: {
     examplePhoto: {
       type: [String, Number],
       type: [String, Number],
-      default: "",
+      default: '',
     },
     },
   },
   },
   data() {
   data() {
@@ -38,9 +38,10 @@ export default {
 </script>
 </script>
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .tips {
 .tips {
-  position: absolute;
-  right: 0;
-  top: 11px;
+  //   position: absolute;
+  //   right: 0;
+  //   top: 11px;
+  display: inline-block;
   height: 25px;
   height: 25px;
   line-height: 25px;
   line-height: 25px;
   .examples {
   .examples {