feat(walletConfig): 币种配置列表移除国家列
This commit is contained in:
parent
3e5878c299
commit
0c17dfcc3a
|
@ -39,14 +39,13 @@
|
|||
<img class="bgImg" :src="scope.row.backgroundImg" alt="">
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" prop="pkCountry" :label="'国家'">
|
||||
<!-- <el-table-column align="center" prop="pkCountry" :label="'国家'">
|
||||
<template slot-scope="scope">
|
||||
<div class="tem">
|
||||
<img :src="scope.row.nationalFlag2" alt="">
|
||||
<!-- <div>{{ scope.row.pkCountryName }}</div> -->
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column align="center" prop="accountName" label="账户名称" />
|
||||
<el-table-column align="center" prop="fieldValueVal" label="账户属性" />
|
||||
<el-table-column align="center" prop="accountFame" label="转化币种" />
|
||||
|
@ -96,13 +95,13 @@
|
|||
align="center"
|
||||
prop="effectiveDate"
|
||||
:label="'生效日期'"
|
||||
width="150"
|
||||
width="160"
|
||||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="creationTime"
|
||||
:label="'创建日期'"
|
||||
width="150"
|
||||
width="160"
|
||||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
|
|
Loading…
Reference in New Issue