ソースを参照

fix:修改静默户余额展示

lazy 3 週間 前
コミット
9b17dc22fe
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/accountCenter/cyAccountManage/components/PaymentAccount.vue

+ 1 - 1
src/views/accountCenter/cyAccountManage/components/PaymentAccount.vue

@@ -11,7 +11,7 @@
         <el-table-column type="index" label="序号" width="200" />
         <el-table-column v-if="$route.query.type === 'see'" prop="silentAccountNumber" label="账户编号" />
         <el-table-column v-if="$route.query.type === 'see'" prop="accountName" label="账户名称" />
-        <el-table-column v-if="$route.query.type === 'see'" prop="accountNumber" label="余额">
+        <el-table-column v-if="$route.query.type === 'see'" prop="balance" label="余额">
           <template slot-scope="scope">
             <cy-amount-input v-model="scope.row.balance" :disabled="disabled" />
           </template>