Files
SaaS-lib/hx-ai-intelligent/src/view/equipmentManage/group/index.vue

8 lines
181 B
Vue
Raw Normal View History

2024-05-29 10:18:12 +08:00
<template>
<ns-view-list-table v-bind="tableConfig" />
</template>
<script lang="ts" setup>
import { tableConfig } from './config';
</script>
<style lang="less" scoped></style>