预约报到按钮权限限制

main
xuechunyuan 3 years ago
parent 7e65501391
commit 9449364797
  1. 2
      src/views/booklist/index.vue

@ -12,7 +12,7 @@
</template>
<template slot-scope="{row}" slot="menu">
<el-button type="text" @click="handleRegister"
:disabled="row.apmStatus == 3 ? true : row.status == 1 ? true : false">预约报道</el-button>
:disabled="row.apmStatus == 2 ? false : true">预约报道</el-button>
</template>
</avue-crud>
<el-drawer :visible.sync="isRegister" :append-to-body="true" :direction="direction" class="my-info-dialog"

Loading…
Cancel
Save