归档详情显示修复
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user