重置
@@ -53,15 +55,15 @@
{{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
{{ moment(row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
@@ -73,12 +75,13 @@
+ prop="operation" label="操作" width="400px">
-
+
通过
@@ -89,8 +92,9 @@
-
+
驳回
@@ -98,14 +102,16 @@
+ v-model:page-size="pagination.pageSize" layout="total, sizes, prev, pager, next, jumper"
+ :total="stats.num"
+ @size-change="handlePageSizeChange" @current-change="handleCurrentChange">
-
+
@@ -117,20 +123,21 @@
-
+
-
-
-
精网号:
-
+
+
+ 精网号:
+
-
-
地区:
-
-
+
+ 地区:
+
+
-
-
类型:
-
-
-
-
+
+ 类型:
+
+
+
+
-
-
文章/视频ID:
-
+
+ 文章/视频ID:
+
-
- 文章/视频标题:
-
-
-
+
-
-
付费时间:
-
-
-
今
-
昨
-
近7天
-
+
+
+
付费时间:
+
+
+ 今
+ 昨
+ 近7天
+
+
+
+ 作者:
+
+
+
重置
查询
导出Excel
@@ -527,30 +542,30 @@ const getTagText = (state) => {
{{
- scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
- }}
+ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
+ }}
-
+
-
-
+
+
{{
Array.isArray(consumeTypes)
- ? consumeTypes.find(item => item.value === Number(scope.row.type))?.label || '未知类型'
- : '未知类型'
+ ? consumeTypes.find(item => item.value === Number(scope.row.type))?.label || '未知类型'
+ : '未知类型'
}}
-
-
-
-
-
-
+
+
+
+
+
+
{{ formatTime(scope.row.consumeTime) }}
@@ -562,15 +577,15 @@ const getTagText = (state) => {
-
+
@@ -586,7 +601,7 @@ const getTagText = (state) => {
+ :disabled="scope.row.state !== 2">
下载
@@ -629,7 +644,7 @@ const getTagText = (state) => {
:deep(.el-table__header-wrapper),
:deep(.el-table__body-wrapper),
:deep(.el-table__cell),
-/* 表格 */
+ /* 表格 */
:deep(.el-table__body td) {
background-color: #F3FAFE !important;
}
@@ -648,4 +663,26 @@ const getTagText = (state) => {
display: flex;
margin-top: 20px;
}
+
+/** 搜索的样式 */
+.select {
+ display: flex;
+
+ .selectRow {
+ width: 17vw;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 0 0.5vw;
+
+ .text {
+ width: 5vw;
+ font-size: 15px;
+ }
+
+ .selectContent {
+ flex: 1;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/views/consume/bean/dieHardFan.vue b/src/views/consume/bean/dieHardFan.vue
index 27cfba0..643e45d 100644
--- a/src/views/consume/bean/dieHardFan.vue
+++ b/src/views/consume/bean/dieHardFan.vue
@@ -1,6 +1,6 @@
-
-
- 精网号:
-
-
- 地区:
-
-
-
-
- 频道:
-
-
-
+
+
+
+
+ 精网号:
+
+
+
+ 地区:
+
+
+
+
+
+ 频道:
+
+
+
+
+
- 消费时间:
-
- 今
- 昨
- 近7天
-
- 重置
- 查询
- 导出Excel
- 查看导出列表
+
+
+
消费时间:
+
+
+ 今
+ 昨
+ 近7天
+
+
+
+ 重置
+ 查询
+ 导出Excel
+ 查看导出列表
+
+
-
-
- 金豆总数:{{ format3(Math.abs(permanentBean + freeBean)) }}
- 付费金豆数:{{ format3(Math.abs(permanentBean)) }}
- 免费金豆数:{{ format3(Math.abs(freeBean)) }}
-
-
-
-
-
+
+
+ 金豆总数:{{ format3(Math.abs(permanentBean + freeBean)) }}
+ 付费金豆数:{{ format3(Math.abs(permanentBean)) }}
+ 免费金豆数:{{ format3(Math.abs(freeBean)) }}
+
+
+
+
+
{{
- scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{consumeTypes.find(item => item.value === Number(scope.row.type))?.label || '未知类型'}}
-
-
-
-
-
-
-
-
-
+ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ consumeTypes.find(item => item.value === Number(scope.row.type))?.label || '未知类型' }}
+
+
+
+
+
+
+
+
+
-
+
@@ -559,7 +574,7 @@ const getTagText = (state) => {
+ :disabled="scope.row.state !== 2">
下载
@@ -602,7 +617,7 @@ const getTagText = (state) => {
:deep(.el-table__header-wrapper),
:deep(.el-table__body-wrapper),
:deep(.el-table__cell),
-/* 表格 */
+ /* 表格 */
:deep(.el-table__body td) {
background-color: #F3FAFE !important;
}
@@ -621,4 +636,27 @@ const getTagText = (state) => {
display: flex;
margin-top: 20px;
}
+
+
+/** 搜索的样式 */
+.select {
+ display: flex;
+
+ .selectRow {
+ width: 17vw;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 0 0.5vw;
+
+ .text {
+ width: 5vw;
+ font-size: 15px;
+ }
+
+ .selectContent {
+ flex: 1;
+ }
+ }
+}
diff --git a/src/views/consume/bean/liveStream.vue b/src/views/consume/bean/liveStream.vue
index 5ee693a..cf8f340 100644
--- a/src/views/consume/bean/liveStream.vue
+++ b/src/views/consume/bean/liveStream.vue
@@ -1,6 +1,6 @@
-
-
-
- 精网号:
-
-
-
- 地区:
-
-
-
-
-
-
礼物名称:
-
-
-
+
+
+
+
+ 精网号:
+
+
+
+ 地区:
+
+
+
+
+
+ 礼物名称:
+
+
+
+
+
+ 频道:
+
+
+
+
+
+ 直播间:
+
+
-
-
频道:
-
-
-
+
+
+
+
+
消费时间:
+
+
+ 今
+ 昨
+ 近7天
+
+
+
+
+ 重置
+ 查询
+ 导出excel
+ 查看导出列表
+
-
- 直播间:
-
-
-
-
- 消费时间:
-
-
- 今
- 昨
- 近7天
-
- 重置
- 查询
- 导出excel
- 查看导出列表
-
+
@@ -561,39 +569,39 @@ const getTagText = (state) => {
{{
- scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
- }}
+ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
+ }}
-
+
-
-
+
+
-
+
{{ scope.row.isBackpack == 1 ? '是' : '否' }}
-
-
-
-
-
+
+
+
+
+
+ layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handlePageSizeChange"
+ @current-change="handleCurrentChange">
-
+
@@ -609,7 +617,7 @@ const getTagText = (state) => {
+ :disabled="scope.row.state !== 2">
下载
@@ -652,7 +660,7 @@ const getTagText = (state) => {
:deep(.el-table__header-wrapper),
:deep(.el-table__body-wrapper),
:deep(.el-table__cell),
-/* 表格 */
+ /* 表格 */
:deep(.el-table__body td) {
background-color: #F3FAFE !important;
}
@@ -671,4 +679,26 @@ const getTagText = (state) => {
display: flex;
margin-top: 20px;
}
+
+/** 搜索的样式 */
+.select {
+ display: flex;
+
+ .selectRow {
+ width: 17vw;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 0 0.5vw;
+
+ .text {
+ width: 5vw;
+ font-size: 15px;
+ }
+
+ .selectContent {
+ flex: 1;
+ }
+ }
+}
diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue
index c67a92a..068304d 100644
--- a/src/views/consume/gold/coinConsumeDetail.vue
+++ b/src/views/consume/gold/coinConsumeDetail.vue
@@ -1,10 +1,10 @@
-
- 精网号:
-
-
- 所属地区:
-
-
-
-
- 订单号:
-
-
- 充值平台:
-
-
-
-
-
-
- 充值时间:
-
- 今
-
- 昨
-
- 近7天
-
- 重置
- 查询
- 导出Excel
- 查看导出列表
-
+
+
+
+ 精网号:
+
+
+
+ 所属地区:
+
+
+
+
+
+ 订单号:
+
+
+
+ 充值平台:
+
+
+
+
+
+
+
+
+
+
充值时间:
+
+
+ 今
+
+ 昨
+
+
+ 近7天
+
+
+
+
+ 重置
+ 查询
+ 导出Excel
+ 查看导出列表
+
+
+
@@ -395,16 +419,16 @@ onMounted(async function () {
{{
- scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
- }}
+ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
+ }}
-
-
-
-
-
-
+
+
+
+
+
+
PC
@@ -423,14 +447,14 @@ onMounted(async function () {
-
+
@@ -446,7 +470,7 @@ onMounted(async function () {
+ :disabled="scope.row.state !== 2">
下载
@@ -488,7 +512,7 @@ onMounted(async function () {
:deep(.el-table__header-wrapper),
:deep(.el-table__body-wrapper),
:deep(.el-table__cell),
-/* 表格 */
+ /* 表格 */
:deep(.el-table__body td) {
background-color: #F3FAFE !important;
}
@@ -503,4 +527,25 @@ onMounted(async function () {
background-color: #E5EBFE !important;
}
+/** 搜索的样式 */
+.select {
+ display: flex;
+
+ .selectRow {
+ width: 17vw;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 0 0.5vw;
+
+ .text {
+ width: 5vw;
+ font-size: 15px;
+ }
+
+ .selectContent {
+ flex: 1;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/views/recharge/bean/beanSystemRecharge.vue b/src/views/recharge/bean/beanSystemRecharge.vue
index 0806d9e..8f4320b 100644
--- a/src/views/recharge/bean/beanSystemRecharge.vue
+++ b/src/views/recharge/bean/beanSystemRecharge.vue
@@ -1,24 +1,25 @@
-
-
-
精网号:
-
-
-
所属地区:
-
-
-
+
+
+
+
+ 精网号:
+
+
+
+ 所属地区:
+
+
+
-
- 充值时间:
-
+
+
+
+
+
+
充值时间:
+
+
今
+ :type="activeTimeRange === 'today' ? 'primary' : ''"> 今
昨
+ :type="activeTimeRange === 'yesterday' ? 'primary' : ''"> 昨
- 近7天
+ :type="activeTimeRange === '7days' ? 'primary' : ''">
+ 近7天
- 重置
- 查询
- 导出Excel
- 查看导出列表
-
-
-
-
- 金豆总数:{{ format3(beanNum) }}
- 付费金豆数:{{ format3(permanentBeans) }}
- 免费金豆数:{{ format3(freeBean) }}
+
-
-
-
-
+ 重置
+ 查询
+ 导出Excel
+ 查看导出列表
+
+
+
+
+
+ 金豆总数:{{ format3(beanNum) }}
+ 付费金豆数:{{ format3(permanentBeans) }}
+ 免费金豆数:{{ format3(freeBean) }}
+
+
+
+
+
{{
scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
- }}
-
-
-
-
-
-
-
-
-
-
- {{ moment(scope.row.rechargeTime).format('YYYY-MM-DD HH:mm:ss') }}
-
-
-
-
+ }}
+
+
+
+
+
+
+
+
+
+
+ {{ moment(scope.row.rechargeTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- {{ getTagText(scope.row.state) }}
-
-
-
-
-
- {{ moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
-
-
-
-
-
- 下载
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ getTagText(scope.row.state) }}
+
+
+
+
+
+ {{ moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
-
+
+
+
+
+ 下载
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/recharge/gold/coinRechargeDetail.vue b/src/views/recharge/gold/coinRechargeDetail.vue
index da6d362..e463a99 100644
--- a/src/views/recharge/gold/coinRechargeDetail.vue
+++ b/src/views/recharge/gold/coinRechargeDetail.vue
@@ -1,9 +1,9 @@