Browse Source

增加文案

weiximei 6 years ago
parent
commit
2231ed647e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      VUECODE/smart-property-manage/src/views/bill/add/index.vue

+ 1
- 0
VUECODE/smart-property-manage/src/views/bill/add/index.vue View File

68
         layout="total, sizes, prev, pager, next, jumper"
68
         layout="total, sizes, prev, pager, next, jumper"
69
         @size-change="handleSizeChange"
69
         @size-change="handleSizeChange"
70
         @current-change="handleCurrentChange"/>
70
         @current-change="handleCurrentChange"/>
71
+      <span style="color: #99a9bf;font-size: 15px;">点击发送后账单会发送给对应家庭,家庭中的成员都可以查看到他们家的收费项,缴费成功无法线上退款,只能线下当面退款,请先保存为草稿,核对无误后再发送账单给住户</span>
71
       <el-form-item style="margin-top: 20px;">
72
       <el-form-item style="margin-top: 20px;">
72
         <el-button @click="submitForm('ruleForm', 2)">保存草稿</el-button>
73
         <el-button @click="submitForm('ruleForm', 2)">保存草稿</el-button>
73
         <el-button type="primary" @click="submitForm('ruleForm', 0)">发送账单</el-button>
74
         <el-button type="primary" @click="submitForm('ruleForm', 0)">发送账单</el-button>