2026-04-07 16:27:49 +08:00

14 lines
224 B
Vue

<script setup lang="ts">
import CommonAgGrid from '@/features/shared/components/xmCommonAgGrid.vue'
const DB_KEY = 'xm-info-v3'
</script>
<template>
<CommonAgGrid title="项目明细" :dbKey="DB_KEY" />
</template>