duy 1 hete
szülő
commit
7688056994
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/tasks/hc-data.vue

+ 1 - 1
src/views/tasks/hc-data.vue

@@ -203,7 +203,7 @@ const getContractInfoList = async ()=>{
 const sbTableKey = ref(activeName)
 const sbTableData = ref([
     { icon: 'time', label: '待办任务', key: 'key1' },
-    //  { icon: 'file-edit', label: '电签中', key: 'key4' },
+     { icon: 'file-edit', label: '电签中', key: 'key4' },
     { icon: 'calendar-check', label: '已办任务', key: 'key2' },
     { icon: 'user-shared', label: '我发起的', key: 'key3' },
 ])