|
|
@@ -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,7 +53,7 @@
|
|
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>
|
|
|
@@ -142,9 +142,9 @@
|
|
142
|
142
|
}
|
|
143
|
143
|
},
|
|
144
|
144
|
// 案件质证
|
|
145
|
|
- caseCrossExamin(){
|
|
|
145
|
+ caseCrossExamin() {
|
|
146
|
146
|
uni.navigateTo({
|
|
147
|
|
- url:`/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
|
|
147
|
+ url: `/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
|
148
|
148
|
})
|
|
149
|
149
|
},
|
|
150
|
150
|
// 案件详情以及操作
|
|
|
@@ -334,7 +334,8 @@
|
|
334
|
334
|
}
|
|
335
|
335
|
}
|
|
336
|
336
|
}
|
|
337
|
|
- .textHidden{
|
|
|
337
|
+
|
|
|
338
|
+ .textHidden {
|
|
338
|
339
|
width: 300rpx;
|
|
339
|
340
|
text-overflow: ellipsis;
|
|
340
|
341
|
overflow: hidden;
|