@@ -156,7 +156,7 @@
<el-button
v-if="scope.row.status==1"
size="mini"
- type="info"
+ type="success"
title="已确认">
<i class="el-icon-check"></i></el-button>
@@ -479,7 +479,7 @@ export default {
},
//判断id
judgmentId(val){
- if(val==233||val==21||val==20){
+ if(val==233||val==21||val==22){
return true
}