Commit 8a943341 authored by 小费同学阿's avatar 小费同学阿 💬

缴费金额字号

parent 0023d04e
...@@ -1278,7 +1278,13 @@ color: #333333;" ...@@ -1278,7 +1278,13 @@ color: #333333;"
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div style="color: #FF9D4E; width: 100%;text-align: right;margin-top: 15px"> <div
style="font-size: 0.875rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #FF9D4E;
line-height: 1.5625rem;width: 100%;text-align: right;margin-top: 15px"
>
待缴费金额:{{ formatAmount(amountToBePaid) }} 待缴费金额:{{ formatAmount(amountToBePaid) }}
</div> </div>
</div> </div>
......
...@@ -229,7 +229,6 @@ ...@@ -229,7 +229,6 @@
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import { listRegister, getDepartment, checkPet, getDoctorment } from '@/api/business/register' import { listRegister, getDepartment, checkPet, getDoctorment } from '@/api/business/register'
import { getInfo } from '@/api/login' import { getInfo } from '@/api/login'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment