Commit 719cd912 authored by 高滢's avatar 高滢

feat(检测方案): 模板

parent d88db3b3
......@@ -293,7 +293,7 @@ export default {
if (name == 'name') {
window.open(row.file);
} else if (name == 'keypointname') {
window.open('/pdfjs/web/viewer.html?file=' + process.env.VUE_APP_IMAGE_API + row.keypointFile)
window.open(process.env.VUE_APP_IMAGE_API + row.keypointFile)
//window.open(process.env.VUE_APP_IMAGE_API + row.keypointFile)
}
},
......
......@@ -52,7 +52,6 @@
></el-input>
</el-form-item>
</el-form>
<el-form
class="form"
:model="dialogManger"
......
......@@ -497,7 +497,8 @@
:underline="false"
style="font-size: 12px; vertical-align: baseline"
@click="importTemplate"
>下载模板</el-link
>
下载模板</el-link
>
</div>
</el-upload>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment