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