|
|
@@ -36,8 +36,7 @@
|
|
|
|
|
|
<script setup lang="jsx">
|
|
|
import { h, ref } from 'vue';
|
|
|
- import { BsDescriptions, BsContentsWrapper } from '/@/components/BsUi/index.js';
|
|
|
- import { BsTable, useBsTable } from '/@/components/BsUi/index.js';
|
|
|
+ import { BsTable, useBsTable, BsDescriptions, BsContentsWrapper, BsEllipsisText } from '/@/components/BsUi/index.js';
|
|
|
|
|
|
const customerItems = ref([
|
|
|
{
|