Newer
Older
xc-business-system / src / views / equipement / standard / book / components / certificate.vue
dutingting on 9 Aug 2023 285 bytes 部门管理完成
<!-- 标准装置台账信息详情 校准证书 -->
<script name="StandardBookCertificate" lang="ts" setup>
//
</script>

<template>
  <app-container>
    <div style="text-align: center;margin-top: 50px;font-weight: 600;">
      敬请期待
    </div>
  </app-container>
</template>