Browse Source

Merge branch 'vfeat/20250103-商家分红设置' into dev

GuYun-D 2 months ago
parent
commit
aef3bb4de8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/rm-bank/merchant-dividends/index.vue

+ 1 - 1
src/views/rm-bank/merchant-dividends/index.vue

@@ -7,7 +7,7 @@
         <el-form-item>
           <el-button type="primary" plain @click="search">查询</el-button>
           <el-button plain @click="clear">重置</el-button>
-          <el-button type="primary" plain @click="$refs.merchantDividendsModalRef && $refs.merchantDividendsModalRef.show()">新增俱乐部</el-button>
+          <el-button type="primary" plain @click="$refs.merchantDividendsModalRef && $refs.merchantDividendsModalRef.show()">新增商家分红</el-button>
         </el-form-item>
       </el-form>
     </div>