Newer
Older
xc-business-system / src / views / equipement / stateMaintenance / seal / list.vue
dutingting on 29 Nov 454 bytes 临时提交
<!-- 智能模型封存申请 -->
<script name="EquipmentStateMaintenanceSealList" setup lang="ts">
import TemplateTable from '../commonComponents/templateTable.vue'
import { SCHEDULE } from '@/utils/scheduleDict'
</script>

<template>
  <template-table
    :form-id="SCHEDULE.EQUIPMENT_SEALED_APPROVAL"
    button-box-active="stateMaintenanceSeal"
    approval-type="2"
    title="封存"
    path-edit="seal"
    path-detail="sealDoc"
  />
</template>