From 5fd5990fcb9ae26820e341d6431613ecbfee9072 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 17 十二月 2024 09:35:13 +0800 Subject: [PATCH] 已审核 --- src/views/doctor/examination/index.vue | 11 +++-------- src/views/doctor/bgsh/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/views/doctor/bgsh/index.vue b/src/views/doctor/bgsh/index.vue index e615e8c..c700ebb 100644 --- a/src/views/doctor/bgsh/index.vue +++ b/src/views/doctor/bgsh/index.vue @@ -168,10 +168,10 @@ align="center" prop="tjStatus" :show-overflow-tooltip="true" - width="50px" + width="80px" > <template slot-scope="scope"> - <span>{{ scope.row.tjStatus == "1" ? "宸叉" : "鏈" }}</span> + <span>{{ scope.row.tjStatus == "1" ? "宸插鏍�" : "鏈" }}</span> </template> </el-table-column> <el-table-column diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index d388efc..13320bc 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -208,7 +208,7 @@ </el-table-column> </el-table> </div> - <div style="width: 38%"> + <div style="width: 40%"> <el-table v-loading="loading" border @@ -343,12 +343,7 @@ </div> <div v-if="jyjc == 1"> - <div - style=" - text-align: center; - background-color: #aad8df; - " - ></div> + <div style="text-align: center; background-color: #aad8df"></div> <div class="check-result-container"> <div class="check-item"> <div class="check-title">妫�鏌ユ墍瑙侊細</div> @@ -374,7 +369,7 @@ </div> </div> </el-drawer> - + <div class="pag"> <div class="pag1"> <!-- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :pager-count="5" :current-page.sync="currentPage1" :current-page="page" -- Gitblit v1.8.0