Newer
Older
jh-business-system / src / views / certManage / components / approvalRecord.vue
<!--  证书管理 审批记录 -->
<script name="taskMeasureCertificateApprovalRecord" lang="ts" setup>
// 逻辑
</script>

<template>
  <app-container>
    <div style="text-align: center;margin-top: 50px;font-weight: 600;">
      证书管理 审批记录
    </div>
  </app-container>
</template>