|
|
@@ -114,7 +114,7 @@
|
|
|
v-else
|
|
|
>
|
|
|
<div class="popover-content" v-html="content"></div>
|
|
|
- <span @mouseover="orglisthover(scope.row)" slot="reference"
|
|
|
+ <span v-if="scope.row.org_list.length !== 0" @mouseover="orglisthover(scope.row)" slot="reference"
|
|
|
>{{ scope.row.org_list[0].org_name }}...</span
|
|
|
>
|
|
|
</el-popover>
|
|
|
@@ -557,6 +557,7 @@ export default {
|
|
|
}).then((res) => {
|
|
|
this.loading = false;
|
|
|
console.log(res.data.data);
|
|
|
+ // console.log(res.data.data.page_list[0].org_list[0].org_name, '-----------111---------------------')
|
|
|
this.total = res.data.data.total_item;
|
|
|
this.tableData = res.data.data.page_list;
|
|
|
for (var i = 0; i < this.tableData.length; i++) {
|