fix
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<a-input
|
||||
allow-clear
|
||||
:maxlength="11"
|
||||
:disabled="form.phone !== ''"
|
||||
|
||||
placeholder="请输入手机号"
|
||||
v-model:value="form.phone"
|
||||
/>
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
</template>
|
||||
<template v-if="column.key === 'balance'">
|
||||
<span class="ele-text-success">
|
||||
¥{{ formatNumber(record.balance) }}
|
||||
¥{{ record.balance==null?'0.00':formatNumber(record.balance) }}
|
||||
</span>
|
||||
</template>
|
||||
<!-- <template v-if="column.key === 'introduction'">-->
|
||||
|
||||
Reference in New Issue
Block a user