Newer
Older
xc-business-system / src / views / equipement / standardStateMaintenance / revocation / list.vue
<!-- 标准库撤销申请 -->
<script name="StandardRevocationList" setup lang="ts">
import TemplateTable from '../commonComponents/templateTable.vue'
import { SCHEDULE } from '@/utils/scheduleDict'
</script>

<template>
  <template-table
    :form-id="SCHEDULE.STANDARD_REVERT_APPROVAL"
    button-box-active="standardStateMaintenanceRevocation"
    approval-type="3"
    title="撤销"
    path-edit="revocation"
    path-detail="revocationDoc"
  />
</template>