合并修改
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
申请人:
|
||||
</view>
|
||||
<uni-tooltip :content="defalutVal.applicationName">
|
||||
<view class="textHidden">
|
||||
{{defalutVal.applicationName}}
|
||||
</view>
|
||||
<view class="textHidden">
|
||||
{{defalutVal.applicationName}}
|
||||
</view>
|
||||
</uni-tooltip>
|
||||
</view>
|
||||
<view class="listItem" style="margin-top:22rpx">
|
||||
@@ -31,9 +31,9 @@
|
||||
被申请人:
|
||||
</view>
|
||||
<uni-tooltip :content="defalutVal.respondentName">
|
||||
<view class="textHidden">
|
||||
{{defalutVal.respondentName}}
|
||||
</view>
|
||||
<view class="textHidden">
|
||||
{{defalutVal.respondentName}}
|
||||
</view>
|
||||
</uni-tooltip>
|
||||
</view>
|
||||
<view class="listItem">
|
||||
@@ -53,7 +53,7 @@
|
||||
<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
|
||||
<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
|
||||
:key="item.id"
|
||||
v-if="item.id == defalutVal.caseFlowId && checkPermi([item.buttonAuthFlag])&& (defalutVal.appOperatorFlag == 1 || defalutVal.resOperatorFlag == 1 || defalutVal.otherFlag == 1)">{{ item.nodeName }}</button>
|
||||
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>
|
||||
<!-- <button class="btnItem" type="primary" size="mini" @tap="confirmationEvidence">确认证据</button>
|
||||
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
||||
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
||||
@@ -142,9 +142,9 @@
|
||||
}
|
||||
},
|
||||
// 案件质证
|
||||
caseCrossExamin(){
|
||||
caseCrossExamin() {
|
||||
uni.navigateTo({
|
||||
url:`/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
||||
url: `/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
||||
})
|
||||
},
|
||||
// 案件详情以及操作
|
||||
@@ -334,7 +334,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.textHidden{
|
||||
|
||||
.textHidden {
|
||||
width: 300rpx;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user