fix: 调整工单内容列表显示样式

This commit is contained in:
dj
2024-11-26 13:52:42 +08:00
parent 2403191ca9
commit 48340a413f

View File

@@ -54,21 +54,22 @@ const tableConfig = reactive({
label: '工单号',
align: 'center',
},
{
prop: 'orderName',
label: '工单名称',
align: 'center'
},
// {
// prop: 'orderName',
// label: '工单名称',
// align: 'center'
// },
{
prop: 'orderContent',
label: '工单内容',
align: 'center'
align: 'center',
width: 250,
},
{
prop: 'operationUser',
// prop: 'destinationName',
label: '处理人',
align: 'center'
align: 'center',
},
// {
// prop: 'knotter',
@@ -91,7 +92,7 @@ const tableConfig = reactive({
prop: 'callState',
label: '电话拨打状态',
align: 'center',
width: 120,
width: 160,
showOverflowTooltip: false,
currentRender: ({ row, index }) => {
if (row.callState !== null) {