From a750f21d3be0da35b3a1ef47905b4bbbeac117e8 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 31 八月 2023 18:00:19 +0800
Subject: [PATCH] bug修复

---
 src/views/experiment/inspectionApplication/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/experiment/inspectionApplication/index.vue b/src/views/experiment/inspectionApplication/index.vue
index a3ea6ff..841c940 100644
--- a/src/views/experiment/inspectionApplication/index.vue
+++ b/src/views/experiment/inspectionApplication/index.vue
@@ -56,11 +56,11 @@
 							:data="inspectionTable">
 							<el-table-column type="selection" min-width="30px" />
 							<el-table-column prop="icode" label="鐢宠鍗曞彿" min-width="150px" />
-							<el-table-column prop="type" label="妫�楠岀被鍨�" min-width="80px">
+							<el-table-column prop="type" label="妫�楠岀被鍨�" min-width="100px">
 								<template slot-scope="scope">
-									<div v-if="scope.row.type === 0"><span>鍘熸潗鏂欐楠�</span></div>
-									<div v-if="scope.row.type === 1"><span>濮旀墭妫�楠�</span></div>
-									<div v-if="scope.row.type === 2"><span>鎴愬搧妫�楠�</span></div>
+									<div v-if="scope.row.type === 0"><el-tag type="success">鍘熸潗鏂欐楠�</el-tag></div>
+									<div v-if="scope.row.type === 2"><el-tag>濮旀墭妫�楠�</el-tag></div>
+									<div v-if="scope.row.type === 1"><el-tag type="warning">鎴愬搧妫�楠�</el-tag></div>
 								</template>
 							</el-table-column>
 							<el-table-column prop="formTime" label="鏉ユ枡鏃ユ湡" min-width="90px" />

--
Gitblit v1.9.3