-
+
+ {{ t('common.channel') }}:
+
+
-
-
直播间:
-
+
+ {{ t('common.liveRoom') }}:
+
-
消费时间:
-
+
{{ t('common.consumetime') }}:
+
今
昨
@@ -566,83 +572,84 @@ const getTagText = (state) => {
- 查询
- 导出excel
- 查看导出列表
- 重置
+ {{ t('common.search') }}
+ {{ t('common.exportExcel') }}
+ {{ t('common.viewExportList') }}
+ {{ t('common.reset') }}
- 金豆总数:{{ format3(Math.abs(permanentBean + freeBean)) }}
- 付费金豆数:{{ format3(Math.abs(permanentBean)) }}
- 免费金豆数:{{ format3(Math.abs(freeBean)) }}
+ {{ t('common.totalGoldBean') }}{{ format3(Math.abs(permanentBean + freeBean)) }}
+ {{ t('common.payGoldBean') }}{{ format3(Math.abs(permanentBean)) }}
+ {{ t('common.freeGoldBean') }}{{ format3(Math.abs(freeBean)) }}
-
-
+
+
{{
- scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
- }}
+ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
+ }}
-
+
-
-
-
+
+
+
-
-
+
+
- {{ scope.row.isBackpack == 1 ? '是' : '否' }}
+ {{ scope.row.isBackpack == 1 ? t('common_list.yes') : t('common_list.no') }}
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
+
+
{{ getTagText(scope.row.state) }}
-
+
{{ moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
-
+
- 下载
+ :disabled="scope.row.state !== 2">
+ {{ t('common_export.download') }}
@@ -675,7 +682,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;
}
@@ -707,7 +714,7 @@ const getTagText = (state) => {
padding: 0 0.5vw;
.text {
- width: 5vw;
+ width: 5.3vw;
font-size: 15px;
}