案件组庭审核,已有仲裁员处理

This commit is contained in:
Your Name
2023-10-14 11:32:17 +08:00
parent e509704df0
commit 4b09b21ad8
@@ -21,33 +21,47 @@
>
<p></p>
<!-- <el-form ref="form"> -->
<!-- v-if="isAgreePendTral == 0 || noArbitrator" -->
<div
style="display: inline-flex; margin-bottom: 8px"
>
<!-- v-if="isAgreePendTral == 0 || noArbitrator" -->
<div style="display: inline-flex; margin-bottom: 8px">
<div class="infoIcon"></div>
<div><span v-if="isAgreePendTral == 1">当前案件</span>仲裁员信息列表</div>
<div>
<span v-if="isAgreePendTral == 1">当前案件</span>仲裁员<span
v-if="isAgreePendTral !== 1"
>信息列表</span
>
</div>
</div>
<el-table
:data="dataList"
style="width: 100%"
@selection-change="handleSelectionChange"
>
<!-- v-if="isAgreePendTral == 0 || noArbitrator" -->
<el-table-column type="selection" width="55" v-if="isAgreePendTral == 0"> </el-table-column>
<el-table-column
label="仲裁员姓名"
align="center"
prop="nickName"
:show-overflow-tooltip="true"
/>
<el-table-column
label="介绍"
align="center"
prop="remark"
:show-overflow-tooltip="true"
/>
<!-- <el-table-column
<div v-if="isAgreePendTral == 1" class="nowarbitrator">
<el-tag size="medium">
{{ formateCourtData.arbitratorName }}
</el-tag>
</div>
<div v-if="isAgreePendTral !== 1">
<el-table
:data="dataList"
style="width: 100%"
@selection-change="handleSelectionChange"
>
<!-- v-if="isAgreePendTral == 0 || noArbitrator" -->
<el-table-column
type="selection"
width="55"
v-if="isAgreePendTral == 0"
>
</el-table-column>
<el-table-column
label="仲裁员姓名"
align="center"
prop="nickName"
:show-overflow-tooltip="true"
/>
<el-table-column
label="介绍"
align="center"
prop="remark"
:show-overflow-tooltip="true"
/>
<!-- <el-table-column
label="当前案件数量"
align="center"
prop="currentCaseNum"
@@ -59,15 +73,16 @@
prop="closedCaseNum"
:show-overflow-tooltip="true"
/> -->
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams1.pageNum"
:limit.sync="queryParams1.pageSize"
@pagination="getarbitrAtor"
v-if="isAgreePendTral == 0"
/>
</el-table>
<pagination
v-show="total > 0"
:total="total"
:page.sync="queryParams1.pageNum"
:limit.sync="queryParams1.pageSize"
@pagination="getarbitrAtor"
v-if="isAgreePendTral == 0"
/>
</div>
<!-- </el-form> -->
<div slot="footer" class="dialog-footer">
<el-button
@@ -213,4 +228,7 @@ export default {
background-color: #0072ff;
margin-right: 5px;
}
.nowarbitrator {
margin-left: 4%;
}
</style>