Hua hai 3 meses
pai
achega
b8fea8a854

+ 2 - 2
ruoyi-ui/src/views/service/info/shenhe.vue

@@ -202,7 +202,7 @@
           <el-table-column prop="audit" label="测试状态" width="100">
             <template #default="scope">
               <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
-                测试
+                测试成功
               </div>
               <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">
                 测试失败
@@ -362,7 +362,7 @@
                 <el-table-column prop="audit" label="测试状态" width="100">
                   <template #default="scope">
                     <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
-                      测试
+                      测试成功
                     </div>
                     <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">
                       测试失败

+ 2 - 2
ruoyi-ui/src/views/service/info/test.vue

@@ -105,7 +105,7 @@
           <el-table-column prop="audit" label="测试状态" width="100">
             <template #default="scope">
               <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
-                测试
+                测试成功
               </div>
               <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">
                 测试失败
@@ -255,7 +255,7 @@
                 <el-table-column prop="audit" label="测试状态" width="100">
                   <template #default="scope">
                     <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
-                      测试
+                      测试成功
                     </div>
                     <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">
                       测试失败