瀏覽代碼

fix: 增加剔除权限

zh 2 年之前
父節點
當前提交
d34865bcf0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/basic_data/dailyWarehouseRent.vue

+ 1 - 1
src/views/basic_data/dailyWarehouseRent.vue

@@ -135,7 +135,7 @@ export default {
       return (_h, { row, index, column }) => {
         return (
           <div class='operation-btns'>
-            {!this.$checkBtnRole('del', this.$route.meta.roles) ? (
+            {this.$checkBtnRole('tichu', this.$route.meta.roles) ? (
               <el-popconfirm
                 title='确定剔除吗?'
                 onOnConfirm={() => {