14 lines
224 B
Vue
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>
|