@@ -4,6 +4,7 @@
title="附件列表"
width="70%"
:close-on-click-modal="false"
+ :append-to-body="true"
:visible.sync="visible">
<div v-if="attachList">
<e-desc column="3" style="margin-bottom: 20px">
title="检验项目"
<el-table
:data="dataList"
@@ -83,8 +84,8 @@
this.visible = false
},
async init (dataList) {
- this.visible = true
this.dataList = dataList
+ this.visible = true
formatInspectionMethod (row) {
if (!row.inspectionMethod) return ''
@@ -99,5 +100,7 @@
</script>
<style scoped>
-
+.el-dialog__wrapper {
+ background: none;
+}
</style>
@@ -3,6 +3,7 @@
title="查看"
:visible.sync="visible"
@close="onChose"
>