1
0
tangning 7 ماه پیش
والد
کامیت
d37cdd1165
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/view/material/index.vue

+ 2 - 1
src/view/material/index.vue

@@ -70,7 +70,7 @@
           >
             <div type="primary" :disabled="!!file">
               <div>点击或拖拽文件上传</div>
-              <div class="">支持 pdf、word 格式图片上传</div>
+              <div class="">支持 pdf、word 上传</div>
             </div>
           </el-upload>
           <el-button class="w-full mt-4" @click="handleRecords(-1)">在线填写</el-button>
@@ -243,6 +243,7 @@ const handleCommand = (command: string | number | object, item) => {
       handleDel(item)
       break;
     default:
+      window.open(item.filesUrl)
       console.log("other", command);
   }
   // ElMessage(`click on item ${command}`)