Browse Source

’更新’

master
j1ack 2 years ago
parent
commit
626de6d87e
  1. 12
      src/views/merchant/merchant/index.vue
  2. BIN
      正式kakapay.zip
  3. BIN
      测试kakapay.zip

12
src/views/merchant/merchant/index.vue

@ -58,11 +58,7 @@
<el-table-column label="商户名称" align="center" prop="username" /> <el-table-column label="商户名称" align="center" prop="username" />
<el-table-column label="商户ID" align="center" prop="merchantNo" /> <el-table-column label="商户ID" align="center" prop="merchantNo" />
<el-table-column :label="'押金'" align="center" prop="securityDepositAmount">
<template slot-scope="scope">
{{ parseFloat(NumberDiv(scope.row.securityDepositAmount, 100)).toFixed(2) }}
</template>
</el-table-column>
<el-table-column :label="'余额'" align="center" prop="balance"> <el-table-column :label="'余额'" align="center" prop="balance">
<template slot-scope="scope"> <template slot-scope="scope">
@ -82,6 +78,12 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="'押金'" align="center" prop="securityDepositAmount">
<template slot-scope="scope">
{{ parseFloat(NumberDiv(scope.row.securityDepositAmount, 100)).toFixed(2) }}
</template>
</el-table-column>
<el-table-column label="状态" align="center" prop="status" width="140px"> <el-table-column label="状态" align="center" prop="status" width="140px">
<template slot-scope="scope"> <template slot-scope="scope">
<el-switch v-model="scope.row.status" active-text="" inactive-text="" :active-value="1" :inactive-value="0" <el-switch v-model="scope.row.status" active-text="" inactive-text="" :active-value="1" :inactive-value="0"

BIN
正式kakapay.zip

Binary file not shown.

BIN
测试kakapay.zip

Binary file not shown.
Loading…
Cancel
Save