|
|
@@ -26,7 +26,7 @@
|
|
|
<script lang="ts" setup>
|
|
|
import { shallowRef, PropType } from 'vue'
|
|
|
import { CellGroup, Cell } from 'vant'
|
|
|
-import { formatDate, formatDecimal, tmMatchAccountID } from '@/filters'
|
|
|
+import { formatDate, formatDecimal } from '@/filters'
|
|
|
import AppModal from '@/components/base/modal/index.vue'
|
|
|
import { getBuyOrSellName, getBuildTypeName } from '@/constants/order'
|
|
|
|