duy %!s(int64=2) %!d(string=hai) anos
pai
achega
b5a271599e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/home/components/TaskTable.vue

+ 1 - 1
src/views/home/components/TaskTable.vue

@@ -76,7 +76,7 @@ const isTableKey = ref(props.tableKey);
 const reportTypes = ref([
     {name: '未上报', key: 0},
     {name: '待审批', key: 1},
-    {name: '审批', key: 2},
+    {name: '审批', key: 2},
     {name: '已驳回', key: 3},
 ])