|
|
|
@ -107,10 +107,10 @@ |
|
|
|
<el-table-column prop="operation" :label="t('common_list.operation')" fixed="right" width="140px"> |
|
|
|
<template #default="scope"> |
|
|
|
<div class="operation"> |
|
|
|
<el-button v-if="scope.row.status === 10" type="primary" text |
|
|
|
<!-- <el-button v-if="scope.row.status === 10" type="primary" text |
|
|
|
@click="showBackDialog(scope.row)"> |
|
|
|
{{ t('common.withdraw') }} |
|
|
|
</el-button> |
|
|
|
</el-button> --> |
|
|
|
<el-button v-if="scope.row.status === 11" type="primary" text |
|
|
|
@click="showEditDialog(scope.row)"> |
|
|
|
{{ t('common.edit') }} |
|
|
|
|