Merge pull request 'fix: 调整工单内容列表显示样式' (#193) from dj into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/193
This commit is contained in:
2024-11-26 05:53:00 +00:00

View File

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