|
|
@ -2,7 +2,7 @@ |
|
|
<div> |
|
|
<div> |
|
|
<div style="display: flex;"> |
|
|
<div style="display: flex;"> |
|
|
<div :style="'width:' + (window.pageWidth - 200 - 110 - 25) + 'px;'"> |
|
|
<div :style="'width:' + (window.pageWidth - 200 - 110 - 25) + 'px;'"> |
|
|
<el-table :data="contactPersonList" border :height="(window.pageHeight < 600 ? 100 : window.pageHeight - 400) / 2" |
|
|
|
|
|
|
|
|
<el-table :data="contactPersonList" border :height="(window.pageHeight < 600 ? 77 : window.pageHeight - 446) / 2" |
|
|
size="small" highlight-current-row @row-click="rowClick" ref="contactPersonList"> |
|
|
size="small" highlight-current-row @row-click="rowClick" ref="contactPersonList"> |
|
|
<el-table-column prop="displayName" label="姓名" min-width="70" align="center" /> |
|
|
<el-table-column prop="displayName" label="姓名" min-width="70" align="center" /> |
|
|
<el-table-column prop="title" label="职务" min-width="70" align="center" /> |
|
|
<el-table-column prop="title" label="职务" min-width="70" align="center" /> |
|
|
@ -25,7 +25,7 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
|
|
|
|
|
|
<el-table :data="contactMethodList" border :height="(window.pageHeight < 600 ? 100 : window.pageHeight - 400) / 2" |
|
|
|
|
|
|
|
|
<el-table :data="contactMethodList" border :height="(window.pageHeight < 600 ? 77 : window.pageHeight - 446) / 2" |
|
|
size="small" highlight-current-row ref="contactMethodList"> |
|
|
size="small" highlight-current-row ref="contactMethodList"> |
|
|
<el-table-column prop="contactMethodType" label="类型" width="60" align="center"> |
|
|
<el-table-column prop="contactMethodType" label="类型" width="60" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
|