|
|
@@ -150,7 +150,7 @@
|
|
|
label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button @click="invoice=scope.row,dialogVisible2=true,invoice.reject_reason=''" class="edit" type="text"
|
|
|
- :disabled="form.order_status==2||form.order_status==3||form.order_status==4">审核</el-button>
|
|
|
+ :disabled="scope.row.signup_status==2||scope.row.signup_status==3||scope.row.signup_status==4">审核</el-button>
|
|
|
<el-button @click="invoice=scope.row,dialogVisible=true" type="text">发票详情</el-button>
|
|
|
<el-button @click="proof_img=scope.row.proof_img,dialogVisible3=true" type="text" >入住凭证</el-button>
|
|
|
<el-button @click="dialogVisible1=true,getReason(scope.row)" type="text" >驳回原因</el-button>
|