2 커밋 ac82ab4d98 ... 24ad84a58f

작성자 SHA1 메시지 날짜
  GuYun-D 24ad84a58f Merge branch 'vfeat/20250103-商家分红设置' 6 달 전
  GuYun-D bd336f0e2c 2025.01.06-修改新增商家分红按钮文本 6 달 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>