qymljy пре 1 година
родитељ
комит
10209ad289
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/homePage/index.vue

+ 1 - 1
src/views/homePage/index.vue

@@ -43,7 +43,7 @@
       <span>{{contentMsg}}</span>
       <span slot="footer" class="dialog-footer">
       <el-button @click="queryNext" size="small">下次再说</el-button>
-      <el-button v-if="type[0].usertype == '22'" @click="onReminder" size="small">提醒主账号付费</el-button>
+      <el-button v-if="type[0].usertype == '22'" @click="onReminder" size="small">提醒老板</el-button>
       <el-button type="primary" @click="onPay" size="small">去付费</el-button>
   </span>
     </el-dialog>