Browse Source

feat: 待受理只留进窗报审

main
buaixuexideshitongxue 2 weeks ago
parent
commit
85d2f097d7
  1. 2
      src/views/entryWindow/index.vue

2
src/views/entryWindow/index.vue

@ -16,7 +16,7 @@ const ressDialog =ref(false)
const activeTab = ref('all') const activeTab = ref('all')
const exportLoading = ref(false) const exportLoading = ref(false)
const stageNodeMap = { const stageNodeMap = {
pending: ['initial', 'review'], pending: ['review'],
auditing: ['first', 'second', 'third', 'Lead'], auditing: ['first', 'second', 'third', 'Lead'],
issued: ['original', 'audit', 'end'] issued: ['original', 'audit', 'end']
} }

Loading…
Cancel
Save