edit
This commit is contained in:
parent
c11af61266
commit
6e8d835619
|
@ -519,7 +519,7 @@
|
||||||
<span v-else style="color:rgb(237, 64, 20)">-{{ scope.row.number }}</span>
|
<span v-else style="color:rgb(237, 64, 20)">-{{ scope.row.number }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="balance" label="保证金结余" min-width="100" />
|
<el-table-column prop="balance" label="缴费结余" min-width="100" />
|
||||||
<el-table-column label="缴费截图" min-width="90" prop="image">
|
<el-table-column label="缴费截图" min-width="90" prop="image">
|
||||||
<template scope="scope">
|
<template scope="scope">
|
||||||
<el-image
|
<el-image
|
||||||
|
|
Loading…
Reference in New Issue