duy 2 сар өмнө
parent
commit
e80a0f7be6

+ 4 - 4
src/views/file/records.vue

@@ -25,7 +25,7 @@
                 <HcTooltip keys="file_records_btn_upload_scanned_files">
                     <el-button type="primary" hc-btn @click="uploadModalClick">上传案卷</el-button>
                 </HcTooltip>
-                <!-- <HcTooltip keys="file_records_btn_split">
+                <HcTooltip keys="file_records_btn_split">
                     <el-badge :value="taskMount" class="ml-1 mr-4 cursor-pointer" :offset="[5, 5]" @click.native.stop="taskCountClick">
                         <el-button hc-btn style="background-color: #8B5CF6; border-color: #8B5CF6; color:white" @click.native.stop="splitClick">分解文件</el-button>
                         <template #content="{ value }">
@@ -34,7 +34,7 @@
                             </div>
                         </template>
                     </el-badge>
-                </HcTooltip> -->
+                </HcTooltip>
                 <HcTooltip keys="file_records_btn_moves">
                     <el-button type="primary" hc-btn @click="movesClick">跨目录移动</el-button>
                 </HcTooltip>
@@ -346,7 +346,7 @@ onMounted(() => {
 
     getSecurityLevel()
 
-    // getSplitInfo()
+    getSplitInfo()
 })
 
 //替换文件
@@ -482,7 +482,7 @@ const tableColumn = ref([])
 //设置表头
 const setTableColumns = () => {
     tableColumn.value = [
-        // { key:'splitStatus', name: '分解状态', width: 80, align: 'center' },
+        { key:'splitStatus', name: '分解状态', width: 80, align: 'center' },
         { key:'fileNumber', name: '档号', width: 160, align: 'center' },
         { key:'name', name: '案卷题名' },
         { key:'secretLevel', name: '密级', width: 80, align: 'center' },