File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
src/views/mall/trade/brokerage Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 96
96
align =" center"
97
97
prop =" unfreezeTime"
98
98
:formatter =" dateFormatter"
99
- width =" 170px "
99
+ width =" 180px "
100
100
/>
101
101
<el-table-column
102
102
label =" 创建时间"
103
103
align =" center"
104
104
prop =" createTime"
105
105
:formatter =" dateFormatter"
106
- width =" 170px "
106
+ width =" 180px "
107
107
/>
108
108
</el-table >
109
109
<!-- 分页 -->
Original file line number Diff line number Diff line change 77
77
align =" center"
78
78
prop =" createTime"
79
79
:formatter =" dateFormatter"
80
- width =" 170px "
80
+ width =" 180px "
81
81
/>
82
82
</el-table >
83
83
<!-- 分页 -->
Original file line number Diff line number Diff line change 67
67
align =" center"
68
68
prop =" bindUserTime"
69
69
:formatter =" dateFormatter"
70
- width =" 170px "
70
+ width =" 180px "
71
71
/>
72
72
</el-table >
73
73
<!-- 分页 -->
Original file line number Diff line number Diff line change 109
109
align =" center"
110
110
prop =" brokerageTime"
111
111
:formatter =" dateFormatter"
112
- width =" 170px "
112
+ width =" 180px "
113
113
/>
114
114
<el-table-column label =" 上级推广员编号" align =" center" prop =" bindUserId" width =" 150px" />
115
115
<el-table-column
116
116
label =" 推广员绑定时间"
117
117
align =" center"
118
118
prop =" bindUserTime"
119
119
:formatter =" dateFormatter"
120
- width =" 170px "
120
+ width =" 180px "
121
121
/>
122
122
<el-table-column label =" 操作" align =" center" width =" 150px" fixed =" right" >
123
123
<template #default =" scope " >
Original file line number Diff line number Diff line change 104
104
<template #default =" scope " >
105
105
<div v-if =" scope.row.type === BrokerageWithdrawTypeEnum.WALLET.type" > 余额 </div >
106
106
<div v-else >
107
- {{ getDictLabel(DICT_TYPE.BROKERAGE_WITHDRAW_TYPE, scope.row.type) }}账号:
108
- {{ scope.row.accountNo }}
107
+ {{ getDictLabel(DICT_TYPE.BROKERAGE_WITHDRAW_TYPE, scope.row.type) }}
108
+ < span v-if = " scope.row.accountNo " >账号: {{ scope.row.accountNo }}</ span >
109
109
</div >
110
110
<template v-if =" scope .row .type === BrokerageWithdrawTypeEnum .BANK .type " >
111
111
<div >真实姓名:{{ scope.row.name }}</div >
117
117
</template >
118
118
</template >
119
119
</el-table-column >
120
- <el-table-column label =" 收款码" align =" left" prop =" accountQrCodeUrl" width =" 70px" >
120
+ <el-table-column label =" 收款码" align =" left" prop =" accountQrCodeUrl" min- width =" 70px" >
121
121
<template #default =" scope " >
122
122
<el-image
123
+ v-if =" scope.row.accountQrCodeUrl"
123
124
:src =" scope.row.accountQrCodeUrl"
124
125
class =" w-40px h-40px"
125
126
:preview-src-list =" [scope.row.accountQrCodeUrl]"
126
127
preview-teleported
127
128
/>
129
+ <span v-else >无</span >
128
130
</template >
129
131
</el-table-column >
130
132
<el-table-column
You can’t perform that action at this time.
0 commit comments