From aca7c994977ecb1cc8fb3b7740a04192135a40a9 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 04 九月 2023 15:04:20 +0800 Subject: [PATCH] modified: .env.development modified: src/views/CNAS/nonConformanceManage/index.vue modified: src/views/CNAS/reviewAnnualPlan/index.vue modified: src/views/CNAS/satisfactionSurveys/index.vue modified: src/views/experiment/checkTheReport/index.vue modified: src/views/experiment/inspectionApplication/index.vue modified: src/views/experiment/nonConformanceReview/index.vue modified: src/views/experiment/nonConformingFeedback/index.vue modified: src/views/experiment/reportAuditing/index.vue modified: src/views/inspectionManagement/commissionInspection/index.vue modified: src/views/inspectionManagement/reportForInspection/index.vue modified: src/views/laboratory/ledger/index.vue modified: src/views/laboratory/measure/index.vue modified: src/views/laboratory/personnel/index.vue modified: src/views/laboratory/role/index.vue modified: src/views/message/toDo/index.vue --- src/views/experiment/checkTheReport/index.vue | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src/views/experiment/checkTheReport/index.vue b/src/views/experiment/checkTheReport/index.vue index 9552c34..97a2491 100644 --- a/src/views/experiment/checkTheReport/index.vue +++ b/src/views/experiment/checkTheReport/index.vue @@ -26,10 +26,9 @@ <div class="search-bar"> <el-radio-group v-model="checkStatus" @change="handleRadioChange"> <el-radio-button>鍏ㄩ儴</el-radio-button> - <el-radio-button label="0">寰呮彁浜�</el-radio-button> - <el-radio-button label="1">寰呭鏍�</el-radio-button> - <el-radio-button label="2">寰呯瀛�</el-radio-button> - <el-radio-button label="3">宸插畬鎴�</el-radio-button> + <el-radio-button label="0">寰呭鏍�</el-radio-button> + <el-radio-button label="1">寰呯瀛�</el-radio-button> + <el-radio-button label="2">宸插畬鎴�</el-radio-button> </el-radio-group> <el-checkbox v-model="checked" style="margin-left: 20px">浠呯湅鎴戠殑</el-checkbox> </div> @@ -44,12 +43,12 @@ </div> </el-dialog> <div class="table-box"> - <el-table ref="reportTable" :max-height="800" :cell-style="{ textAlign: 'center' }" :header-cell-style="{ + <el-table ref="reportTable" :max-height="800" :cell-style="{ textAlign: 'left' }" :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', - textAlign: 'center', + textAlign: 'left', }" :data="reportTable" @selection-change="handleSelectionChange" style="width: 100%"> <el-table-column type="selection" min-width="5%" /> <el-table-column prop="type" label="鎶ュ憡绫诲瀷" min-width="5%"> @@ -86,15 +85,14 @@ <el-table-column prop="status" label="瀹℃壒鐘舵��" min-width="8%"> <template slot-scope="scope"> <span> - <el-tag type="info">{{ - scope.row.status == 0 - ? "寰呮彁浜�" - : scope.row.status == 1 - ? "寰呭鏍�" - : scope.row.status == 2 - ? "浠g瀛�" - : "宸插畬鎴�" - }}</el-tag> + <el-tag type="info"> + {{ + scope.row.status == 0 + ? "寰呭鏍�" + : scope.row.status == 1 + ? "浠g瀛�" : "宸插畬鎴�" + }} + </el-tag> </span> </template></el-table-column> <el-table-column prop="conclusion" label="妫�楠岀粨璁�" min-width="8%"> -- Gitblit v1.9.3