|
@@ -27,17 +27,17 @@
|
|
|
<div>收款人手机号:{{ scope.row.phone_of_payee }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="created_at" show-overflow-tooltip label="申请时间" min-width="200px">
|
|
|
+ <el-table-column prop="created_at" show-overflow-tooltip label="添加时间" min-width="200px">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="checked_at" label="审核时间" show-overflow-tooltip min-width="200px">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="status_str" label="状态" show-overflow-tooltip>
|
|
|
+ <!-- <el-table-column prop="checked_at" label="审核时间" show-overflow-tooltip min-width="200px">
|
|
|
+ </el-table-column> -->
|
|
|
+ <!-- <el-table-column prop="status_str" label="状态" show-overflow-tooltip>
|
|
|
<template #default="scope">
|
|
|
<el-text class="mx-1" :type="colorType(scope.row)">{{ scope.row.status_str }}</el-text>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="remark" label="备注" show-overflow-tooltip min-width="200px">
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
+ <!-- <el-table-column prop="remark" label="备注" show-overflow-tooltip min-width="200px">
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="操作" width="200">
|
|
|
<template #default="scope">
|
|
|
<el-button link type="primary" v-if="scope.row.status == 1" size="small" @click="open(scope.row)"
|