diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 03e4e9a..8912d1c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -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) {