Explorar o código

11/04 审核中按钮修改

Xiao_Mo %!s(int64=4) %!d(string=hai) anos
pai
achega
5461ed87e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/teamDetail/teamList.vue

+ 1 - 1
src/views/teamDetail/teamList.vue

@@ -201,7 +201,7 @@
                 <!-- 审核中 编辑 -->
                 <el-button type="text"
                            v-if="scope.row.status == 'AUDIT' && permission('teamDetail/audit/update')"
-                           @click="lookTeamDetail(scope.row)">编辑</el-button>
+                           @click="lookTeamDetail(scope.row)">审核</el-button>
                 <!-- 编辑中 编辑 -->
                 <el-button type="text"
                            v-if="scope.row.status == 'DRAFT' && permission('teamDetail/draft/update')"