|
@@ -470,16 +470,16 @@
|
|
|
v-if="(scope.row.examineStatus == 'OK' ||scope.row.examineStatus == 'AMEND') && isCustomer"
|
|
|
@click="replenishClick(scope.row.depositManageId)">补充资料</el-button> -->
|
|
|
<el-button type="text" class="textColor"
|
|
|
- v-if="scope.row.examineStatus == 'WAIT_REVIEW' && $checkBtnRole('examine', $route.meta.roles)"
|
|
|
+ v-if="scope.row.dataState == 'WAIT_REVIEW' && scope.row.examineStatus == 'OK' && $checkBtnRole('examine', $route.meta.roles)"
|
|
|
@click="reexamineClick(scope.row.depositManageId)">复核</el-button>
|
|
|
|
|
|
<el-button type="text" class="textColor" v-if="
|
|
|
scope.row.examineStatus == 'SAVE' ||
|
|
|
scope.row.examineStatus == 'OK' ||
|
|
|
scope.row.examineStatus == 'FAIL' ||
|
|
|
- scope.row.examineStatus == 'WAIT_REVIEW' ||
|
|
|
- scope.row.examineStatus == 'REVIEW' ||
|
|
|
- scope.row.examineStatus == 'AMEND'
|
|
|
+ scope.row.dataState == 'WAIT_REVIEW' ||
|
|
|
+ scope.row.dataState == 'REVIEW' ||
|
|
|
+ scope.row.dataState == 'AMEND'
|
|
|
|
|
|
" @click="infoFn(scope.row.depositManageId)">详情</el-button>
|
|
|
</template>
|
|
@@ -864,7 +864,7 @@ export default {
|
|
|
},
|
|
|
// 切换radio
|
|
|
changeRadioFn(v) {
|
|
|
- if (!v) {
|
|
|
+ if (v) {
|
|
|
this.screenForm.dataStates = []
|
|
|
}
|
|
|
this.examine = v
|