'页面UI优化'
This commit is contained in:
@@ -546,8 +546,8 @@ export default {
|
|||||||
// 是否进行缴费
|
// 是否进行缴费
|
||||||
payStatus(val) {
|
payStatus(val) {
|
||||||
this.getDetail({ id: val.id });
|
this.getDetail({ id: val.id });
|
||||||
// this.payTitle = "缴费";
|
this.payTitle = "缴费";
|
||||||
this.openPay = true;
|
this.openPay = true;
|
||||||
},
|
},
|
||||||
getDetail(parms) {
|
getDetail(parms) {
|
||||||
caseApplicationDetail(parms).then((res) => {
|
caseApplicationDetail(parms).then((res) => {
|
||||||
|
|||||||
@@ -19,6 +19,10 @@
|
|||||||
<el-tag type="warning" v-if="noArbitrator">当前案件未指定仲裁员,请先指定仲裁员!</el-tag>
|
<el-tag type="warning" v-if="noArbitrator">当前案件未指定仲裁员,请先指定仲裁员!</el-tag>
|
||||||
<p></p>
|
<p></p>
|
||||||
<!-- <el-form ref="form"> -->
|
<!-- <el-form ref="form"> -->
|
||||||
|
<div v-if="isAgreePendTral == 0 || noArbitrator" style="display:inline-flex; margin-bottom: 8px;">
|
||||||
|
<div class="infoIcon"></div>
|
||||||
|
<div>仲裁员信息列表</div>
|
||||||
|
</div>
|
||||||
<el-table
|
<el-table
|
||||||
:data="dataList"
|
:data="dataList"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
@@ -192,4 +196,10 @@ export default {
|
|||||||
color: #959595;
|
color: #959595;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.infoIcon {
|
||||||
|
width: 4px;
|
||||||
|
// height: 17px;
|
||||||
|
background-color: #0072ff;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -18,9 +18,11 @@
|
|||||||
<el-descriptions-item label="被申请人">{{
|
<el-descriptions-item label="被申请人">{{
|
||||||
form.respondentName
|
form.respondentName
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="案件状态">{{
|
<el-descriptions-item label="案件状态">
|
||||||
form.caseStatusName
|
<el-tag size="mini" type='danger' effect="dark">
|
||||||
}}</el-descriptions-item>
|
{{ form.caseStatusName }}
|
||||||
|
</el-tag>
|
||||||
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="申请人仲裁诉求">{{
|
<el-descriptions-item label="申请人仲裁诉求">{{
|
||||||
form.arbitratClaims
|
form.arbitratClaims
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user