|
|
|
|
@ -103,8 +103,11 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-link type="primary" @click="handleDAXX(scope.row)">{{ scope.row.muName }}</el-link>
|
|
|
|
|
|
|
|
|
|
<span v-if="scope.row.children&&scope.row.children.length>0" style="margin-left: 30px; color: #1890ff;">{{ scope.row.sbCount }}</span>
|
|
|
|
|
<el-link v-else style="margin-left: 30px" type="primary" @click="getListPicture(scope.row)">{{ scope.row.sbCount }}</el-link>
|
|
|
|
|
<span v-if="scope.row.children&&scope.row.children.length>0" style="margin-left: 30px; color: #1890ff;">{{ scope.row.countNum }}</span>
|
|
|
|
|
<el-link v-else style="margin-left: 30px" type="primary" @click="getListPicture(scope.row)">{{ scope.row.countNum }}</el-link>
|
|
|
|
|
|
|
|
|
|
<!-- <span v-if="scope.row.children&&scope.row.children.length>0" style="margin-left: 30px; color: #1890ff;">{{ scope.row.sbCount }}</span>-->
|
|
|
|
|
<!-- <el-link v-else style="margin-left: 30px" type="primary" @click="getListPicture(scope.row)">{{ scope.row.sbCount }}</el-link>-->
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="业务类型" align="center" prop="ywType" min-width="100" show-overflow-tooltip>
|
|
|
|
|
@ -406,9 +409,9 @@ export default {
|
|
|
|
|
this.list = this.handleTree(response.data, "id","pid");
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
|
|
countCatalog(this.queryParams).then(response => {
|
|
|
|
|
/*countCatalog(this.queryParams).then(response => {
|
|
|
|
|
this.list = this.handleTree(response.data, "id","pid");
|
|
|
|
|
});
|
|
|
|
|
});*/
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
/** 转换目录数据结构 */
|
|
|
|
|
|