fix : 修复工作台-历史通话记录字段显示
This commit is contained in:
@@ -51,22 +51,25 @@ const tableConfig = reactive({
|
|||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'operationUser',
|
// prop: 'operationUser',
|
||||||
|
prop: 'destinationName',
|
||||||
label: '处理人',
|
label: '处理人',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'knotter',
|
// prop: 'knotter',
|
||||||
|
prop: 'destinationName',
|
||||||
label: '关单人',
|
label: '关单人',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'workOrderNumber',
|
prop: 'destinationName',
|
||||||
|
// prop: 'workOrderNumber',
|
||||||
label: '用户名',
|
label: '用户名',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'workOrderNumber',
|
prop: 'destinationNumber',
|
||||||
label: '电话号码',
|
label: '电话号码',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
@@ -84,7 +87,8 @@ const tableConfig = reactive({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'workOrderTime',
|
prop: 'createdTime',
|
||||||
|
// prop: 'workOrderTime',
|
||||||
label: '拨打时间',
|
label: '拨打时间',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 200
|
width: 200
|
||||||
@@ -151,6 +155,9 @@ window.setInterval(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
:deep(.el-table--fit){
|
||||||
|
min-height: 180px;
|
||||||
|
}
|
||||||
.home {
|
.home {
|
||||||
.real-time-call {
|
.real-time-call {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user