|
|
|
|
|
|
150
|
<el-button size="mini" type="text" icon="el-icon-check" @click="courtreviewRow(scope.row)" v-if="scope.row.caseStatus == 5 &&
|
150
|
<el-button size="mini" type="text" icon="el-icon-check" @click="courtreviewRow(scope.row)" v-if="scope.row.caseStatus == 5 &&
|
|
151
|
checkPermi(['caseManagement:list:checkgroup']) && btnStatus
|
151
|
checkPermi(['caseManagement:list:checkgroup']) && btnStatus
|
|
152
|
">组庭审核</el-button>
|
152
|
">组庭审核</el-button>
|
|
153
|
- <el-button size="mini" type="text" icon="el-icon-sort" @click="choosetrialmethodRow(scope.row)" v-if="scope.row.caseStatus == 7 &&
|
|
|
|
154
|
- checkPermi(['caseManagement:list:checkarbitrationway']) && btnStatus
|
|
|
|
155
|
- ">审核仲裁方式</el-button>
|
|
|
|
|
|
153
|
+ <el-button size="mini" type="text" icon="el-icon-sort" @click="choosetrialmethodRow(scope.row)">审核仲裁方式</el-button>
|
|
156
|
<el-button size="mini" type="text" icon="el-icon-edit-outline" @click="adjudicaterecordRow(scope.row)" v-if="scope.row.caseStatus == 9 &&
|
154
|
<el-button size="mini" type="text" icon="el-icon-edit-outline" @click="adjudicaterecordRow(scope.row)" v-if="scope.row.caseStatus == 9 &&
|
|
157
|
scope.row.arbitratMethod == 2 &&
|
155
|
scope.row.arbitratMethod == 2 &&
|
|
158
|
checkPermi(['caseManagement:list:hear']) && btnStatus
|
156
|
checkPermi(['caseManagement:list:hear']) && btnStatus
|