瀏覽代碼

调整

master
zouhantao 2 天之前
父節點
當前提交
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…
取消
儲存