Merge pull request 'master' (#164) from master into test
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/164
This commit is contained in:
@@ -52,21 +52,24 @@ const tableConfig = reactive({
|
||||
},
|
||||
{
|
||||
prop: 'operationUser',
|
||||
// prop: 'destinationName',
|
||||
label: '处理人',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'knotter',
|
||||
// prop: 'destinationName',
|
||||
label: '关单人',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'workOrderNumber',
|
||||
prop: 'destinationName',
|
||||
// prop: 'workOrderNumber',
|
||||
label: '用户名',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'workOrderNumber',
|
||||
prop: 'destinationNumber',
|
||||
label: '电话号码',
|
||||
align: 'center'
|
||||
},
|
||||
@@ -74,6 +77,7 @@ const tableConfig = reactive({
|
||||
prop: 'callState',
|
||||
label: '电话拨打状态',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
showOverflowTooltip: false,
|
||||
currentRender: ({ row, index }) => {
|
||||
if (row.callState !== null) {
|
||||
@@ -84,7 +88,8 @@ const tableConfig = reactive({
|
||||
}
|
||||
},
|
||||
{
|
||||
prop: 'workOrderTime',
|
||||
prop: 'createdTime',
|
||||
// prop: 'workOrderTime',
|
||||
label: '拨打时间',
|
||||
align: 'center',
|
||||
width: 200
|
||||
@@ -151,6 +156,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