Parcourir la source

调整

master
zouhantao il y a 2 jours
Parent
révision
5c9cc7c0f2

+ 1
- 1
src/views/messagePush/messageManagement/informationApproval/index.vue Voir le fichier

@@ -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"

Chargement…
Annuler
Enregistrer