index.ts 160 B

12345678
  1. import ApprovalPending from "./approval-pending.vue";
  2. export const approval_process = {
  3. "0": {
  4. title: "待审核",
  5. component: ApprovalPending
  6. }
  7. };