jwyu 1 year ago
parent
commit
d5cf0d5971
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataEntry_manage/databaseComponents/batchComputedV2.vue

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/batchComputedV2.vue

@@ -279,7 +279,7 @@
                         height="500px"
                         v-loading="listLoading"
                     >
-                        <el-table-column type="selection" min-width="50" align="center" v-if="!operationForm.view"/>
+                        <el-table-column type="selection" min-width="50" align="center"/>
                         <el-table-column label="指标全称" show-overflow-tooltip align="center" prop="EdbName"/>
                         <el-table-column label="最新日期" align="center" prop="EndDate" width="120px" />
                         <el-table-column label="最新值" align="center" show-overflow-tooltip prop="EndValue" width="80px"/>