소스 검색

调整

master
zouhantao 3 일 전
부모
커밋
5c9cc7c0f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/messagePush/messageManagement/informationApproval/index.vue

+ 1
- 1
src/views/messagePush/messageManagement/informationApproval/index.vue 파일 보기

@@ -29,7 +29,7 @@
<el-button type="success" @click="handleData(scope, 'detail')" size="small">
详情
</el-button>
<el-button type="primary" @click="handleData(scope, 'edit')" size="small">
<el-button v-if="scope.row.status === '审核中'" type="primary" @click="handleData(scope, 'edit')" size="small">
编辑
</el-button>
<el-button type="primary" @click="handleData(scope, 'toExamine')" size="small"

Loading…
취소
저장