|
@@ -6,7 +6,7 @@ import DownloadDialog from './components/DownloadDialog.vue'
|
|
|
import { useRowClickStyle } from '@/hooks/rowClickStyle'
|
|
import { useRowClickStyle } from '@/hooks/rowClickStyle'
|
|
|
import dayjs from 'dayjs'
|
|
import dayjs from 'dayjs'
|
|
|
import { useThemeStore } from '@/stores/modules/theme'
|
|
import { useThemeStore } from '@/stores/modules/theme'
|
|
|
-import { formatTimezone } from '@/utils/tools'
|
|
|
|
|
|
|
+import { formatTimezone, formatNumber } from '@/utils/tools'
|
|
|
|
|
|
|
|
const themeStore = useThemeStore()
|
|
const themeStore = useThemeStore()
|
|
|
|
|
|
|
@@ -384,7 +384,7 @@ defineExpose({
|
|
|
</vxe-grid>
|
|
</vxe-grid>
|
|
|
<vxe-grid :height="10" ref="allTableRef" class="all-table" v-bind="allTable"> </vxe-grid>
|
|
<vxe-grid :height="10" ref="allTableRef" class="all-table" v-bind="allTable"> </vxe-grid>
|
|
|
<div class="bottom-pagination">
|
|
<div class="bottom-pagination">
|
|
|
- <div class="left-total-records">Total {{ pageInfo.total }}</div>
|
|
|
|
|
|
|
+ <div class="left-total-records">Total {{ formatNumber(pageInfo.total) }}</div>
|
|
|
<div class="right-pagination">
|
|
<div class="right-pagination">
|
|
|
<el-pagination
|
|
<el-pagination
|
|
|
v-model:current-page="pageInfo.pageNo"
|
|
v-model:current-page="pageInfo.pageNo"
|