File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 80
80
<!-- 列表 -->
81
81
<ContentWrap >
82
82
<el-table v-loading =" loading" :data =" list" :show-overflow-tooltip =" true" :stripe =" true" >
83
+ <el-table-column align =" center" label =" ID" min-width =" 180" prop =" id" />
83
84
<el-table-column align =" center" label =" 封面" min-width =" 80" prop =" picUrl" >
84
85
<template #default =" { row } " >
85
86
<el-image :src =" row.picUrl" class =" h-30px w-30px" @click =" imagePreview(row.picUrl)" />
Original file line number Diff line number Diff line change 121
121
label =" 创建时间"
122
122
align =" center"
123
123
prop =" createTime"
124
- width =" 180 "
124
+ width =" 170 "
125
125
:formatter =" dateFormatter"
126
126
/>
127
127
<el-table-column label =" 支付金额" align =" center" prop =" payPrice" width =" 100" >
157
157
</p >
158
158
</template >
159
159
</el-table-column >
160
- <el-table-column label =" 退款状态" align =" center" prop =" status" >
160
+ <el-table-column label =" 退款状态" align =" center" prop =" status" width = " 100 " >
161
161
<template #default =" scope " >
162
162
<dict-tag :type =" DICT_TYPE.PAY_REFUND_STATUS" :value =" scope.row.status" />
163
163
</template >
You can’t perform that action at this time.
0 commit comments