Files
medical-mall/pages/mall/admin/maintain/dev-tools/data-dict.uvue
2026-01-30 19:00:31 +08:00

13 lines
263 B
Plaintext

<template>
<AdminLayout currentPage="dev-tools-dict">
<view class="page">
<view class="header">
<text class="title">数据字典</text>
</view>
<view class="content">
<text class="tip">TODO: 数据字典</text>
</view>
</view>
</AdminLayout>
</template>