This commit is contained in:
messi
2024-08-20 18:45:41 +08:00
parent 0885d828e6
commit 4c5ffb4c8a
7 changed files with 226 additions and 53 deletions
@@ -62,7 +62,7 @@
<a-input
allow-clear
:maxlength="11"
:disabled="form.phone !== ''"
placeholder="请输入手机号"
v-model:value="form.phone"
/>
+1 -1
View File
@@ -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'">-->