|
|
|
@ -48,7 +48,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-link type="primary" @click="handleDAXX(scope.row)">{{ scope.row.muName }}</el-link>
|
|
|
|
<el-link type="primary" @click="handleDAXX(scope.row)">{{ scope.row.muName }}</el-link>
|
|
|
|
|
|
|
|
|
|
|
|
<el-link v-if="scope.row.children&&scope.row.children.length>0" style="margin-left: 30px">{{ scope.row.sbCount }}</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>
|
|
|
|
<el-link v-else style="margin-left: 30px" type="primary" @click="getListPicture(scope.row)">{{ scope.row.sbCount }}</el-link>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|