소스 검색

调整参数

yfh 4 시간 전
부모
커밋
9ea635aeb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/company/companyRecharge/index.vue

+ 1 - 1
src/views/company/companyRecharge/index.vue

@@ -44,7 +44,7 @@
           type="primary"
           icon="el-icon-edit"
           @click="handleRecharge"
-          v-hasPermi="['company:companyRecharge:Recharge']"
+          v-hasPermi="['company:companyRecharge:recharge']"
         >充值</el-button>
       </el-col>
 	  <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>