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

附件详情

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