@ -16,6 +16,7 @@
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div>
</div>
<smyd :showDialog="showDialog" :id="rowId" @close="close" />
</template>
@ -1,6 +1,11 @@
<template>
<div class="table">
<el-table v-if="list.length > 0" :data="list" max-height="363px" height="363px">
<el-table
v-if="list.length > 0"
:data="list"
max-height="363px"
height="363px"
>
<el-table-column label="序号" type="index" width="80" />
<el-table-column label="不满意事项类型" prop="scope" width="190" />
<el-table-column label="不满意事项描述" prop="problemDesc" width="" />
@ -12,20 +17,27 @@
</el-table-column>
</el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<div
v-else
style="width: 100%; height: 100%; text-align: center; padding-top: 120px"
<img
width="268px"
height="128px"
src="~@/assets/images/overview/zanwu.png"
/>
<Smyd :showDialog="showDialog" :id="rowId" @close="close" />
<script>
import smyd from "@/views/dataBoard/cpts/details/smyd.vue";
import Smyd from "@/views/dataBoard/cpts/details/smyd.vue";
export default {
name: "economize",
components: {
smyd,
Smyd,
},
data() {
return {