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