duy hace 2 años
padre
commit
b5a271599e
Se han modificado 1 ficheros con 1 adiciones y 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},
 ])