Commit 30fd49e1 authored by 仇晓婷's avatar 仇晓婷

附件详情

parent 101410e6
<template>
<div class="files-list">
<div class="files-view">
<Tag v-for="(item, index) in nameList" :key="index" :name="item.id">
<a @click="downFile(item)" target="_blank">{{ item.fileName }}</a>
</Tag>
......@@ -80,6 +80,7 @@ export default {
},
};
</script>
<style scoped>
<style lang="less">
.files-view {
}
</style>
......@@ -409,7 +409,7 @@ export default {
viewFiles(row) {
console.log(row);
this.parms.eid = row.attachment;
this.modal1 = true;
},
ok() {
......
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