归档详情显示修复

This commit is contained in:
Your Name
2023-10-13 14:06:48 +08:00
parent a332dfa891
commit d263a8ce3a
6 changed files with 47 additions and 47 deletions
@@ -21,20 +21,20 @@
>
<p></p>
<!-- <el-form ref="form"> -->
<!-- v-if="isAgreePendTral == 0 || noArbitrator" -->
<div
v-if="isAgreePendTral == 0 || noArbitrator"
style="display: inline-flex; margin-bottom: 8px"
>
<div class="infoIcon"></div>
<div>仲裁员信息列表</div>
<div><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"> </el-table-column>
<!-- 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"