|
@@ -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>
|