duy пре 1 недеља
родитељ
комит
7688056994
1 измењених фајлова са 1 додато и 1 уклоњено
  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' },
 ])