Bläddra i källkod

9月12日杨青

杨青 1 år sedan
förälder
incheckning
9f4168f2e5
1 ändrade filer med 7 tillägg och 6 borttagningar
  1. 7 6
      src/xt_pages/user/Sitemap.vue

+ 7 - 6
src/xt_pages/user/Sitemap.vue Visa fil

@@ -3,13 +3,13 @@
3 3
     <div class='content_top' style="width: 100%;margin-bottom: 20px;border-bottom:1px solid #DCDFE6;padding-bottom:10px">
4 4
       <div style="font-size: 20px;">血管通路位点标记</div>
5 5
       <div>
6
-        <el-button type="primary">操作说明</el-button>
6
+        <!-- <el-button type="primary">操作说明</el-button> -->
7 7
       </div>
8 8
     </div>
9 9
 
10 10
     <div style="width:80%;margin:auto;">
11 11
       <div style="margin-bottom:30px;width: 100%; position: relative;">
12
-        <!-- <el-button type="primary" style="margin-right:20px;" @click="open">更换图片</el-button> -->
12
+        <el-button type="primary" style="margin-right:20px;" @click="open">更换图片</el-button>
13 13
         <el-button type="primary" style="margin-right:20px;" @click="add" v-show="!append">添加/修改位点标记</el-button>
14 14
         <el-button type="primary" @click="printtup">打印</el-button>
15 15
         <div style="display: inline-block;position: absolute;right: 10px;">
@@ -344,7 +344,7 @@ export default{
344 344
       av_bkx:0,
345 345
       av_bky:0,
346 346
       
347
-      fileList:[],
347
+      fileList:[],//上传图片
348 348
       uploadData: { token: '', key: '' },
349 349
       qiniuDomain: 'https://images.shengws.com/',
350 350
       puncture_text:[{text:'穿刺角度',width:70},{text:'卡夫距导管出口距离cm',width:158},{text:'动脉端向心穿刺',width:116},{text:'动脉端离心穿刺',width:116},
@@ -405,9 +405,9 @@ export default{
405 405
       this.append = false
406 406
       this.centerDialogVisible = false
407 407
     },
408
-    // open(){
409
-    //   this.imgDialogVisible = true
410
-    // },
408
+    open(){
409
+      this.imgDialogVisible = true
410
+    },
411 411
    
412 412
     a_item(e,val){
413 413
       console.log('asdfasdf222',this.Aarr);
@@ -890,6 +890,7 @@ export default{
890 890
       console.log('111',err);
891 891
       this.$message.error(err)
892 892
       this.loading.close()
893
+      this.imgDialogVisible=false
893 894
       return false
894 895
     },
895 896
     handleAvatarSuccess(res, file) {