|
|
@@ -186,7 +186,7 @@
|
|
|
<el-dialog v-model="modiFication" title="修改费用金额" width="300" center>
|
|
|
<div class="d-flex a-c">
|
|
|
<span class="flex1" style="white-space: nowrap;">参会费用:</span>
|
|
|
- <el-input v-model.number="participationFee" placeholder="请填写费用金额" />
|
|
|
+ <el-input v-model="participationFee" placeholder="请填写费用金额" />
|
|
|
</div>
|
|
|
<template #footer>
|
|
|
<div class="dialog-footer">
|