Merge pull request 'master' (#194) from master into test

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

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) {