feat(m11): expand v-permission to all CRUD pages

This commit is contained in:
2026-05-25 14:46:42 +08:00
parent 85d2b85b6a
commit 0062b20ea1
11 changed files with 22 additions and 22 deletions
@@ -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>