|
|
|
@ -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'] |
|
|
|
} |
|
|
|
} |
|
|
|
|