归档详情显示修复

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
+9 -5
View File
@@ -11,7 +11,7 @@
clearable
@keyup.enter.native="handleQuery"
/> -->
<el-cascader :options="options" @change="changeDept" :props="{ checkStrictly: true }" clearable></el-cascader>
<el-cascader v-model="queryParams.nameId" :options="options" @change="changeDept" :props="{ checkStrictly: true }" clearable></el-cascader>
</el-form-item>
<el-form-item label="案件状态" prop="caseStatus">
<el-select v-model="queryParams.caseStatus" placeholder="请选择案件状态" clearable @keyup.enter.native="handleQuery">
@@ -97,10 +97,11 @@
v-if="scope.row.caseStatus == 7" v-hasPermi="['caseManagement:list:checkarbitrationway']">审核仲裁方式</el-button>
<el-button size="mini" type="text" icon="el-icon-edit-outline" @click="adjudicaterecordRow(scope.row)"
v-if="scope.row.caseStatus == 9 && scope.row.arbitratMethod == 2"
v-hasPermi="['caseManagement:list:hear']">书面审理</el-button>
>书面审理</el-button>
<!-- v-hasPermi="['caseManagement:list:hear']" -->
<el-button size="mini" type="text" icon="el-icon-service" @click="trialcourtRow(scope.row)"
v-if="scope.row.caseStatus == 8 && scope.row.arbitratMethod == 1"
v-hasPermi="['caseManagement:list:hear']">开庭审理</el-button>
>开庭审理</el-button>
<el-button size="mini" type="text" icon="el-icon-document" @click="generateawardRow(scope.row)"
v-if="scope.row.caseStatus == 10" v-hasPermi="['caseManagement:list:createaward']">生成裁决书</el-button>
<!-- <el-button
@@ -207,9 +208,10 @@ export default {
caseNum: undefined,
// caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10],
hearDate: "",
// hearDate: "",
caseStatus: null,
applicantName: "",
nameId: '',
pageNum: 1,
pageSize: 10,
},
@@ -295,7 +297,9 @@ export default {
resetQuery() {
this.resetForm("queryForm");
(this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10]),
this.getcaseApply(this.queryParams);
this.queryParams.applicantName = '',
this.queryParams.nameId = '',
this.getcaseApply(this.queryParams);
},
// 案件录入
filingApplication() {
@@ -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"