Your Name 2 лет назад
Родитель
Сommit
e1b5a49d1a

+ 7
- 7
src/views/awardManagement/listofAwards.vue Просмотреть файл

@@ -44,21 +44,21 @@
44 44
                     <!-- <el-button size="mini" type="text" icon="el-icon-reading" v-if="scope.row.caseStatus == 10" @click="showModel(scope.row, 0)"
45 45
                         v-hasPermi="['monitor:online:forceLogout']">生成裁决书</el-button> -->
46 46
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 11" @click="showModel(scope.row, 1)"
47
-                        v-hasPermi="['monitor:online:forceLogout']">核查</el-button>
47
+                        v-hasPermi="['awardManagement:list:check']">核查</el-button>
48 48
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 12" @click="showModel(scope.row, 2)"
49
-                        v-hasPermi="['monitor:online:forceLogout']">确认裁决书</el-button>
49
+                        v-hasPermi="['awardManagement:list:confirmaward']">确认裁决书</el-button>
50 50
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 13" @click="showModel(scope.row, 3)"
51
-                        v-hasPermi="['monitor:online:forceLogout']">签名</el-button>
51
+                        v-hasPermi="['awardManagement:list:sign']">签名</el-button>
52 52
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 14" @click="showaffixModel(scope.row, 4)"
53
-                        v-hasPermi="['monitor:online:forceLogout']">用印申请</el-button>
53
+                        v-hasPermi="['awardManagement:list:signprint']">用印申请</el-button>
54 54
                         <!-- v-if="scope.row.caseStatus > 15" -->
55 55
                     <el-button size="mini" type="text" icon="el-icon-truck" v-if="scope.row.caseStatus > 15" @click="showDeliveryModel(scope.row, 4)"
56
-                        v-hasPermi="['monitor:online:forceLogout']">快递信息</el-button>
56
+                        v-hasPermi="['delivery:list:detail']">快递信息</el-button>
57 57
                         <!-- v-if="scope.row.caseStatus == 15"   送达裁决书 -->
58 58
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 15" @click="showMailaward(scope.row)"
59
-                        v-hasPermi="['monitor:online:forceLogout']">送达裁决书</el-button>
59
+                        v-hasPermi="['awardManagement:list:sendaward']">送达裁决书</el-button>
60 60
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 16" @click="showCasefilingModel(scope.row, 6)"
61
-                        v-hasPermi="['monitor:online:forceLogout']">案件归档</el-button>
61
+                        v-hasPermi="['awardManagement:list:file']">案件归档</el-button>
62 62
                     <!-- <el-button size="mini" type="text" icon="el-icon-reading" 
63 63
                         @click="showModel(scope.row, 0)" v-hasPermi="['monitor:online:forceLogout']">生成裁决书</el-button>
64 64
                     <el-button size="mini" type="text" icon="el-icon-edit" 

+ 1
- 1
src/views/caseFiling/archiveList.vue Просмотреть файл

@@ -90,7 +90,7 @@
90 90
             type="text"
91 91
             icon="el-icon-reading"
92 92
             @click="showDetail(scope.row)"
93
-            v-hasPermi="['monitor:online:forceLogout']"
93
+            v-hasPermi="['caseFiles:list:detail']"
94 94
             >归档详情</el-button
95 95
           >
96 96
         </template>

+ 21
- 20
src/views/caseManagement/caseList.vue Просмотреть файл

@@ -69,7 +69,7 @@
69 69
           icon="el-icon-plus"
70 70
           size="mini"
71 71
           @click="filingApplication"
72
-          v-hasPermi="['monitor:job:add']"
72
+          v-hasPermi="['caseManagement:list:add']"
73 73
           >案件录入</el-button
74 74
         >
75 75
         <el-button
@@ -78,7 +78,7 @@
78 78
           icon="el-icon-plus"
79 79
           size="mini"
80 80
           @click="batchApplication"
81
-          v-hasPermi="['monitor:job:add']"
81
+          v-hasPermi="['caseManagement:list:import']"
82 82
           >案件批量导入</el-button
83 83
         >
84 84
       </el-col>
@@ -100,7 +100,7 @@
100 100
       <el-table-column
101 101
         label="申请人(机构)"
102 102
         align="center"
103
-        prop="caseAffiliates[0].name"
103
+        prop="applicantName"
104 104
         :show-overflow-tooltip="true"
105 105
       />
106 106
       <el-table-column
@@ -139,7 +139,7 @@
139 139
             type="text"
140 140
             icon="el-icon-zoom-in"
141 141
             @click="detailRow(scope.row)"
142
-            v-hasPermi="['monitor:online:forceLogout']"
142
+            v-hasPermi="['caseManagement:list:detail']"
143 143
             >详情</el-button
144 144
           >
145 145
           <!-- 案件日志 -->
@@ -148,7 +148,7 @@
148 148
             type="text"
149 149
             icon="el-icon-notebook-2"
150 150
             @click="caselogRow(scope.row)"
151
-            v-hasPermi="['monitor:online:forceLogout']"
151
+            v-hasPermi="['caseLog:list:detail']"
152 152
             >案件日志</el-button
153 153
           >
154 154
           <el-button
@@ -157,7 +157,7 @@
157 157
             icon="el-icon-edit"
158 158
             @click="editRow(scope.row)"
159 159
             v-if="scope.row.caseStatus == 0"
160
-            v-hasPermi="['monitor:online:forceLogout']"
160
+            v-hasPermi="['caseManagement:list:update']"
161 161
             >修改</el-button
162 162
           >
163 163
           <el-button
@@ -166,7 +166,7 @@
166 166
             icon="el-icon-check"
167 167
             @click="onsubmitRow(scope.row)"
168 168
             v-if="scope.row.caseStatus == 0"
169
-            v-hasPermi="['monitor:online:forceLogout']"
169
+            v-hasPermi="['caseManagement:list:submit']"
170 170
             >提交</el-button
171 171
           >
172 172
           <el-button
@@ -175,7 +175,7 @@
175 175
             icon="el-icon-delete"
176 176
             @click="deleteRow(scope.row)"
177 177
             v-if="scope.row.caseStatus == 0"
178
-            v-hasPermi="['monitor:online:forceLogout']"
178
+            v-hasPermi="['caseManagement:list:delete']"
179 179
             >删除</el-button
180 180
           >
181 181
           <el-button
@@ -184,7 +184,7 @@
184 184
             icon="el-icon-view"
185 185
             @click="filingreviewRow(scope.row)"
186 186
             v-if="scope.row.caseStatus == 1"
187
-            v-hasPermi="['monitor:online:forceLogout']"
187
+            v-hasPermi="['caseManagement:list:check']"
188 188
             >立案审查</el-button
189 189
           >
190 190
           <el-button
@@ -193,7 +193,7 @@
193 193
             icon="el-icon-tickets"
194 194
             @click="payStatus(scope.row)"
195 195
             v-if="scope.row.caseStatus == 2"
196
-            v-hasPermi="['monitor:online:forceLogout']"
196
+            v-hasPermi="['caseManagement:list:pay']"
197 197
             >缴费</el-button
198 198
           >
199 199
 
@@ -211,7 +211,7 @@
211 211
             icon="el-icon-s-check"
212 212
             @click="courtconfirmationRow(scope.row)"
213 213
             v-if="scope.row.caseStatus == 6"
214
-            v-hasPermi="['caseManagement:caseList:commit']"
214
+            v-hasPermi="['caseManagement:list:confirmgroup']"
215 215
             >组庭确认</el-button
216 216
           >
217 217
           <el-button
@@ -220,7 +220,7 @@
220 220
             icon="el-icon-check"
221 221
             @click="courtreviewRow(scope.row)"
222 222
             v-if="scope.row.caseStatus == 5"
223
-            v-hasPermi="['monitor:online:forceLogout']"
223
+            v-hasPermi="['caseManagement:list:checkgroup']"
224 224
             >组庭审核</el-button
225 225
           >
226 226
           <el-button
@@ -229,7 +229,7 @@
229 229
             icon="el-icon-sort"
230 230
             @click="choosetrialmethodRow(scope.row)"
231 231
             v-if="scope.row.caseStatus == 7"
232
-            v-hasPermi="['monitor:online:forceLogout']"
232
+            v-hasPermi="['caseManagement:list:checkarbitrationway']"
233 233
             >审核仲裁方式</el-button
234 234
           >
235 235
           <el-button
@@ -238,7 +238,7 @@
238 238
             icon="el-icon-edit-outline"
239 239
             @click="adjudicaterecordRow(scope.row)"
240 240
             v-if="scope.row.caseStatus == 9 && scope.row.arbitratMethod == 2"
241
-            v-hasPermi="['monitor:online:forceLogout']"
241
+            v-hasPermi="['caseManagement:list:hear']"
242 242
             >书面审理</el-button
243 243
           >
244 244
           <el-button
@@ -247,7 +247,7 @@
247 247
             icon="el-icon-service"
248 248
             @click="trialcourtRow(scope.row)"
249 249
             v-if="scope.row.caseStatus == 8 && scope.row.arbitratMethod == 1 "
250
-            v-hasPermi="['monitor:online:forceLogout']"
250
+            v-hasPermi="['caseManagement:list:hear']"
251 251
             >开庭审理</el-button
252 252
           >
253 253
           <el-button
@@ -256,10 +256,10 @@
256 256
             icon="el-icon-document"
257 257
             @click="generateawardRow(scope.row)"
258 258
             v-if="scope.row.caseStatus == 10"
259
-            v-hasPermi="['monitor:online:forceLogout']"
259
+            v-hasPermi="['caseManagement:list:createaward']"
260 260
             >生成裁决书</el-button
261 261
           >
262
-          <el-button
262
+          <!-- <el-button
263 263
             size="mini"
264 264
             type="text"
265 265
             icon="el-icon-receiving"
@@ -267,7 +267,7 @@
267 267
             v-if="scope.row.caseStatus == 16"
268 268
             v-hasPermi="['monitor:online:forceLogout']"
269 269
             >归档</el-button
270
-          >
270
+          > -->
271 271
         </template>
272 272
       </el-table-column>
273 273
     </el-table>
@@ -416,7 +416,8 @@ export default {
416 416
       // 查询参数
417 417
       queryParams: {
418 418
         caseNum: undefined,
419
-        caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
419
+        // caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
420
+        caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10],
420 421
         hearDate: "",
421 422
         caseStatus: null,
422 423
         applicantName: "",
@@ -487,7 +488,7 @@ export default {
487 488
     /** 重置按钮操作 */
488 489
     resetQuery() {
489 490
       this.resetForm("queryForm");
490
-      (this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10, 16]),
491
+      (this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10]),
491 492
         this.getcaseApply(this.queryParams);
492 493
     },
493 494
     // 案件录入

+ 2
- 2
src/views/paymentManagement/paymentList.vue Просмотреть файл

@@ -96,7 +96,7 @@
96 96
             type="text"
97 97
             icon="el-icon-zoom-in"
98 98
             @click="paymentconfirmationRow(scope.row)"
99
-            v-hasPermi="['monitor:online:forceLogout']"
99
+            v-hasPermi="['paymentManagement:list:payconfirm']"
100 100
             >缴费确认</el-button
101 101
           >
102 102
           <el-button
@@ -104,7 +104,7 @@
104 104
             type="text"
105 105
             icon="el-icon-edit"
106 106
             @click="viewpaymentformRow(scope.row)"
107
-            v-hasPermi="['monitor:online:forceLogout']"
107
+            v-hasPermi="['paymentManagement:list:detail']"
108 108
             >查看缴费单</el-button
109 109
           >
110 110
         </template>

+ 2
- 2
vue.config.js Просмотреть файл

@@ -11,8 +11,8 @@ const name = process.env.VUE_APP_TITLE || '智慧仲裁管理系统' // 网页
11 11
 
12 12
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
13 13
 
14
-const API = 'http://121.40.189.20:9001'  //测试
15
-// const API = 'http://192.168.3.18:9001'  //B
14
+// const API = 'http://121.40.189.20:9001'  //测试
15
+const API = 'http://192.168.3.18:9001'  //B
16 16
 // const API = 'http://192.168.3.77:8080' //Q
17 17
 
18 18
 // vue.config.js 配置说明