<!-- 标准装置撤销申请 -->
<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>