|
@@ -7,7 +7,7 @@
|
|
|
<template #slot-apply="{scope}">
|
|
<template #slot-apply="{scope}">
|
|
|
|
|
|
|
|
<template v-if="scope.row.status == 1">
|
|
<template v-if="scope.row.status == 1">
|
|
|
- <el-button type="text" @click="showModalFn(scope.row)">待审核</el-button>
|
|
|
|
|
|
|
+ <el-button type="text" @click="showModalFn(scope.row)">审核</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
</template>
|
|
</template>
|
|
@@ -130,13 +130,13 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'cashName',
|
|
prop: 'cashName',
|
|
|
- label: '姓名',
|
|
|
|
|
|
|
+ label: '收款人姓名',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
width: '120'
|
|
width: '120'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'cashAccount',
|
|
prop: 'cashAccount',
|
|
|
- label: '帐号',
|
|
|
|
|
|
|
+ label: '收款人帐号',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
width: '130'
|
|
width: '130'
|
|
|
},
|
|
},
|