This commit is contained in:
lai
2025-05-21 15:55:42 +08:00
parent 331315ab84
commit af15418695
3 changed files with 9 additions and 9 deletions

View File

@@ -52,12 +52,6 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'center',
width: 3,
},
{
title: t('views.agentManage.callings.callerIdNumber'),
dataIndex: 'callerIdNumber',
@@ -72,7 +66,7 @@ let tableColumns: ColumnsType = [
},
{
title: t('views.agentManage.callings.startTime'),
dataIndex: 'startTime',
dataIndex: 'createdTime',
align: 'center',
width: 6,
},