fix: 调整工单内容列表显示样式
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user