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