diff --git a/src/views/modules/satisfaction/detail/eventInfo.vue b/src/views/modules/satisfaction/detail/eventInfo.vue index 581411779..e968a2094 100644 --- a/src/views/modules/satisfaction/detail/eventInfo.vue +++ b/src/views/modules/satisfaction/detail/eventInfo.vue @@ -1,49 +1,329 @@ \ No newline at end of file + +.f-m-top29 { + margin-top: 29px; + padding-left: 20px; +} + +.f-left8 { + margin-left: 8px; +} + +.f-font-color { + color: #000; + font-weight: 400; +} \ No newline at end of file diff --git a/src/views/modules/satisfaction/detail/index.vue b/src/views/modules/satisfaction/detail/index.vue index 03412a8e9..0b21db30a 100644 --- a/src/views/modules/satisfaction/detail/index.vue +++ b/src/views/modules/satisfaction/detail/index.vue @@ -112,10 +112,10 @@ - +
- +
关闭 @@ -177,11 +177,6 @@ export default { showView: false, }; }, - props: { - resiId: { - type: String, - }, - }, computed: { maxTableHeight() { const h = this.clientHeight - this.searchH - 275 + this.iframeHeight; @@ -199,7 +194,6 @@ export default { changeDDisabled() { return !this.formData.unitId; }, - eventInfo, }, watch: {}, mounted() { @@ -329,6 +323,7 @@ export default { //查看 async handleWatch(row) { + this.resiId = row.resiId; this.showView = true; }, @@ -527,4 +522,11 @@ export default { font-size: 40px; color: #fff; } + +::v-deep .el-dialog__body { + position: relative; + max-height: 83vh; + -webkit-box-sizing: border-box; + box-sizing: border-box; +}