From 44cb62ea744df9576d3591a96868364af2a2ffa0 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 07 十一月 2023 18:15:24 +0800 Subject: [PATCH] 11 --- src/views/project/fundcheck/performanceCheck/index.vue | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/views/project/fundcheck/performanceCheck/index.vue b/src/views/project/fundcheck/performanceCheck/index.vue index af1bc82..6e6b569 100644 --- a/src/views/project/fundcheck/performanceCheck/index.vue +++ b/src/views/project/fundcheck/performanceCheck/index.vue @@ -64,12 +64,11 @@ </el-select> </el-form-item> </el-col> - </el-row> <el-row> <el-col :span="5"> <el-form-item - label-width="120px" + label-width="120px" label="鐢宠鏉愭枡鐘舵��" prop="checkstatus" style="float: left" @@ -113,6 +112,17 @@ :data="donateconsolationfundList" @selection-change="handleSelectionChange" > + <el-table-column type="selection" width="45"> </el-table-column> + <el-table-column + label="涓◣璁$畻鎯呭喌" + align="center" + prop="recordstatus" + width="200" + > + <template slot-scope="scope"> + <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" /> + </template> + </el-table-column> <el-table-column label="鐢宠鏃ユ湡" width="180" @@ -311,7 +321,9 @@ "sys_finsubject", "sys_financeitemtype", "sys_consolationfundlevel", - "sys_stage_type" + "sys_stage_type", + "sys_performance_type", + "sys_tax" ], data() { return { @@ -387,7 +399,7 @@ } ], checkmaterials: [ - { + { value: 1, label: "鏉愭枡寰呭鏍�" }, -- Gitblit v1.9.3