xuzhancheng пре 3 недеља
родитељ
комит
942e6972d8

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerReportCheck/index.vue

@@ -274,7 +274,7 @@
       <el-table-column label="操作" align="center" min-width="150px" fixed="right">
         <template #default="scope">
           <div class="flex flex-col gap-1">
-            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 详情 </el-button>
+            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 审核 </el-button>
           </div>
         </template>
       </el-table-column>

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerReportRatify/index.vue

@@ -271,7 +271,7 @@
       <el-table-column label="操作" align="center" min-width="150px" fixed="right">
         <template #default="scope">
           <div class="flex flex-col gap-1">
-            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 详情 </el-button>
+            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 审批 </el-button>
           </div>
         </template>
       </el-table-column>

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/pipeReportCheck/index.vue

@@ -321,7 +321,7 @@
       <el-table-column label="操作" align="center" min-width="150px" fixed="right">
         <template #default="scope">
           <div class="flex flex-col gap-1">
-            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 详情 </el-button>
+            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 审核 </el-button>
           </div>
         </template>
       </el-table-column>

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/pipeReportRatify/index.vue

@@ -293,7 +293,7 @@
       <el-table-column label="操作" align="center" min-width="150px" fixed="right">
         <template #default="scope">
           <div class="flex flex-col gap-1">
-            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 详情 </el-button>
+            <el-button link type="primary" @click="handleEdit(scope.row.id)"> 审批 </el-button>
           </div>
         </template>
       </el-table-column>