活动文案调整

This commit is contained in:
dengbw
2023-01-28 10:36:21 +08:00
parent bf48619908
commit 92eb2e8fd1
+6 -6
View File
@@ -98,7 +98,7 @@
</el-dropdown>
<el-popconfirm
class="ele-action"
title="确定要删除此用户吗?"
title="确定要删除此活动吗?"
@confirm="remove(row)"
>
<template v-slot:reference>
@@ -174,7 +174,7 @@
{
prop: 'activityId',
label: 'ID',
minWidth: 45,
minWidth: 40,
align: 'center',
showOverflowTooltip: true,
fixed: 'left'
@@ -184,14 +184,14 @@
label: '标题',
sortable: 'custom',
showOverflowTooltip: true,
minWidth: 150
minWidth: 200
},
{
prop: 'channelId',
label: '直播频道',
sortable: 'custom',
showOverflowTooltip: true,
minWidth: 70,
minWidth: 60,
slot: 'nickname'
},
{
@@ -199,14 +199,14 @@
label: '直播开始时间',
sortable: 'custom',
showOverflowTooltip: true,
minWidth: 100
minWidth: 90
},
{
prop: 'createTime',
label: '创建时间',
sortable: 'custom',
showOverflowTooltip: true,
minWidth: 100,
minWidth: 90,
formatter: (_row, _column, cellValue) => {
return this.$util.toDateString(cellValue);
}