Sfoglia il codice sorgente

Merge branch 'hcb' of SH-Arbitrate/miniapp into dev

hanchaobo 2 anni fa
parent
commit
c65df955fd

+ 13
- 11
pages/handlecase/component/list.vue Vedi File

@@ -21,9 +21,9 @@
21 21
 				申请人:
22 22
 			</view>
23 23
 			<uni-tooltip :content="defalutVal.applicationName">
24
-			<view class="textHidden">
25
-				{{defalutVal.applicationName}}	 
26
-			</view>
24
+				<view class="textHidden">
25
+					{{defalutVal.applicationName}}
26
+				</view>
27 27
 			</uni-tooltip>
28 28
 		</view>
29 29
 		<view class="listItem" style="margin-top:22rpx">
@@ -31,9 +31,9 @@
31 31
 				被申请人:
32 32
 			</view>
33 33
 			<uni-tooltip :content="defalutVal.respondentName">
34
-			<view class="textHidden">
35
-				{{defalutVal.respondentName}}
36
-			</view>
34
+				<view class="textHidden">
35
+					{{defalutVal.respondentName}}
36
+				</view>
37 37
 			</uni-tooltip>
38 38
 		</view>
39 39
 		<view class="listItem">
@@ -53,14 +53,15 @@
53 53
 			<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
54 54
 			<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
55 55
 				:key="item.id"
56
-				v-if="item.id == defalutVal.caseFlowId && checkPermi([item.buttonAuthFlag])&& (defalutVal.appOperatorFlag == 1 || defalutVal.resOperatorFlag == 1 || defalutVal.otherFlag == 1)">{{ item.nodeName }}</button>
56
+				v-if="item.id == defalutVal.caseFlowId && checkPermi([item.buttonAuthFlag])&& (defalutVal.appOperatorFlag == 1 || defalutVal.resOperatorFlag == 1 || defalutVal.otherFlag == 1 || defalutVal.agentFlag == 1 || defalutVal.mediatorFlag == 1)">{{ item.nodeName }}</button>
57 57
 			<!-- <button class="btnItem" type="primary" size="mini" @tap="confirmationEvidence">确认证据</button>
58 58
 			<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
59 59
 			<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
60 60
 			<button class="btnItem" type="primary" size="mini" @tap="chooseMethod">选择仲裁方式</button> -->
61 61
 		</view>
62 62
 		<view class="btn" v-if="sysType == 1">
63
-			<button v-if="defalutVal.caseStatus==4 && checkPermi(['caseManagement:list:examin'])" class="btnItem" type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
63
+			<button v-if="defalutVal.caseStatus==4 && checkPermi(['caseManagement:list:examin'])" class="btnItem"
64
+				type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
64 65
 		</view>
65 66
 	</view>
66 67
 </template>
@@ -141,9 +142,9 @@
141 142
 				}
142 143
 			},
143 144
 			// 案件质证
144
-			caseCrossExamin(){
145
+			caseCrossExamin() {
145 146
 				uni.navigateTo({
146
-					url:`/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
147
+					url: `/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
147 148
 				})
148 149
 			},
149 150
 			// 案件详情以及操作
@@ -327,7 +328,8 @@
327 328
 			}
328 329
 		}
329 330
 	}
330
-	.textHidden{	
331
+
332
+	.textHidden {
331 333
 		width: 300rpx;
332 334
 		text-overflow: ellipsis;
333 335
 		overflow: hidden;

+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
File diff suppressed because it is too large
Vedi File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
File diff suppressed because it is too large
Vedi File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
File diff suppressed because it is too large
Vedi File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-icons/components/uni-icons/uni-icons.js.map
File diff suppressed because it is too large
Vedi File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-list/components/uni-list-item/uni-list-item.js.map
File diff suppressed because it is too large
Vedi File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-list/components/uni-list/uni-list.js.map
File diff suppressed because it is too large
Vedi File


+ 1
- 1
unpackage/dist/dev/mp-weixin/project.config.json Vedi File

@@ -19,7 +19,7 @@
19 19
     "condition": false
20 20
   },
21 21
   "compileType": "miniprogram",
22
-  "libVersion": "3.1.1",
22
+  "libVersion": "3.4.3",
23 23
   "appid": "wx91cb8459dca561b4",
24 24
   "projectname": "智慧仲裁",
25 25
   "condition": {},

+ 1
- 1
unpackage/dist/dev/mp-weixin/project.private.config.json Vedi File

@@ -3,6 +3,6 @@
3 3
   "projectname": "miniapp",
4 4
   "setting": {
5 5
     "compileHotReLoad": true,
6
-    "urlCheck": false
6
+    "urlCheck": true
7 7
   }
8 8
 }