shuishen
2023-04-01 fb62da02ec5aface8728f17d1b8d4314049e7d3d
src/views/home/components/rightContainer.vue
@@ -9,8 +9,8 @@
                <div class="table-box" v-show="!showMJL">
                    <el-table size="small" :height="tableHeight" :data="schedulingList" style="width: 100%"
                        :header-cell-style="{ 'text-align': 'center' }"
                        :cell-style="{ 'text-align': 'center', borderColor: '#324e75' }"
                        :row-class-name="tableRowClassName">
                        :cell-style="{ 'text-align': 'center', borderColor: '#324e75' }" :row-class-name="tableRowClassName"
                        empty-text="暂无值班信息">
                        <el-table-column prop="dept" label="值班单位"></el-table-column>
                        <el-table-column prop="person" label="姓名"></el-table-column>
                        <el-table-column prop="contact" label="联系方式"></el-table-column>
@@ -437,7 +437,7 @@
                //暂无数据
                option = {
                    title: {
                        text: "暂无数据",
                        text: "暂无案件数据",
                        x: "center",
                        y: "center",
                        textStyle: {