|
|
@@ -51,7 +51,7 @@
|
|
51
|
51
|
v-hasPermi="['caseManagement:list:add']">案件录入</el-button>
|
|
52
|
52
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="compressedPackages"
|
|
53
|
53
|
v-hasPermi="['caseManagement:list:zip']"
|
|
54
|
|
- >案件压缩包导入</el-button>
|
|
|
54
|
+ >导入压缩包</el-button>
|
|
55
|
55
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="batchApplication"
|
|
56
|
56
|
v-hasPermi="['caseManagement:list:import']">案件批量导入</el-button>
|
|
57
|
57
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(2)"
|
|
|
@@ -117,13 +117,13 @@
|
|
117
|
117
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="undoRow(scope.row,1)" v-if="(scope.row.updateSubmitStatus == 1 || scope.row.updateSubmitStatus == 3) && scope.row.caseStatus > 0 && checkPermi(['caseManagement:list:undo'])">撤销修改</el-button>
|
|
118
|
118
|
<el-button size="mini" type="text" icon="el-icon-check" @click="onsubmitRow(scope.row)" v-if="scope.row.caseStatus == 0 &&
|
|
119
|
119
|
checkPermi(['caseManagement:list:submit']) && btnStatus
|
|
120
|
|
- ">提交</el-button>
|
|
|
120
|
+ ">提交案件</el-button>
|
|
121
|
121
|
<!-- <el-button size="mini" type="text" icon="el-icon-delete" @click="deleteRow(scope.row)" v-if="scope.row.caseStatus == 0 &&
|
|
122
|
122
|
checkPermi(['caseManagement:list:delete']) && btnStatus
|
|
123
|
123
|
">删除</el-button> -->
|
|
124
|
124
|
<el-button size="mini" type="text" icon="el-icon-view" @click="filingreviewRow(scope.row)" v-if="scope.row.caseStatus == 1 &&
|
|
125
|
125
|
checkPermi(['caseManagement:list:check']) && btnStatus
|
|
126
|
|
- ">立案审查</el-button>
|
|
|
126
|
+ ">审查案件</el-button>
|
|
127
|
127
|
<!-- <el-button size="mini" type="text" icon="el-icon-tickets" @click="payStatus(scope.row)"
|
|
128
|
128
|
v-if="scope.row.caseStatus == 2" v-hasPermi="['caseManagement:list:pay']">缴费</el-button> -->
|
|
129
|
129
|
<el-button size="mini" type="text" icon="el-icon-tickets" @click="payStatus(scope.row)" v-if="scope.row.caseStatus == 2 &&
|
|
|
@@ -146,7 +146,7 @@
|
|
146
|
146
|
<el-button size="mini" type="text" icon="el-icon-s-check" @click="reviewRevocation(scope.row)" v-if="scope.row.updateSubmitStatus == 2 && checkPermi(['caseManagement:list:reviewRevocation'])">审核撤销</el-button>
|
|
147
|
147
|
<el-button size="mini" type="text" icon="el-icon-s-check" @click="courtconfirmationRow(scope.row)" v-if="scope.row.caseStatus == 6 &&
|
|
148
|
148
|
checkPermi(['caseManagement:list:confirmgroup']) && btnStatus
|
|
149
|
|
- ">组庭确认</el-button>
|
|
|
149
|
+ ">确认组庭</el-button>
|
|
150
|
150
|
<el-button size="mini" type="text" icon="el-icon-check" @click="courtreviewRow(scope.row)" v-if="scope.row.caseStatus == 5 &&
|
|
151
|
151
|
checkPermi(['caseManagement:list:checkgroup']) && btnStatus
|
|
152
|
152
|
">组庭审核</el-button>
|
|
|
@@ -167,12 +167,12 @@
|
|
167
|
167
|
@click="evidenceUpload(scope.row)">证据修改</el-button> -->
|
|
168
|
168
|
<el-button size="mini" type="text" icon="el-icon-edit" v-if="(scope.row.caseStatus < 10 && scope.row.caseStatus != 2 && scope.row.caseStatus != 0) &&
|
|
169
|
169
|
checkPermi(['caseManagement:list:evidenceUpdate']) && btnStatus"
|
|
170
|
|
- @click="evidenceUpload(scope.row)">证据修改</el-button>
|
|
|
170
|
+ @click="evidenceUpload(scope.row)">修改证据</el-button>
|
|
171
|
171
|
<el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 31 && btnStatus && checkPermi(['caseManagement:list:timer'])"
|
|
172
|
|
- @click="timeUpdata(scope.row)">开庭时间</el-button>
|
|
|
172
|
+ @click="timeUpdata(scope.row)">设定开庭时间</el-button>
|
|
173
|
173
|
<el-button size="mini" type="text" icon="el-icon-lock"
|
|
174
|
174
|
v-if="checkPermi(['caseManagement:list:lock']) && scope.row.lockStatus == 0 && btnStatus"
|
|
175
|
|
- @click="lockClick(scope.row)">锁定</el-button>
|
|
|
175
|
+ @click="lockClick(scope.row)">锁定案件</el-button>
|
|
176
|
176
|
<el-button size="mini" type="text" icon="el-icon-unlock"
|
|
177
|
177
|
v-if="checkPermi(['caseManagement:list:lock']) && scope.row.lockStatus == 1 && btnStatus"
|
|
178
|
178
|
@click="ulockClick(scope.row)">解锁</el-button>
|