mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m11): expand v-permission to all CRUD pages
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
@keyup.enter="load"
|
||||
/>
|
||||
<el-button type="primary" :loading="loading" @click="load">查询</el-button>
|
||||
<el-button type="success" @click="goNew">新建交付批次</el-button>
|
||||
<el-button v-permission="'delivery:rw'" type="success" @click="goNew">新建交付批次</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user