样式修改

master
wanglei 1 year ago
parent ea3eda3d88
commit 2f44ffa5a6

@ -48,7 +48,7 @@
<template slot-scope="scope">
<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>
</template>
</el-table-column>

Loading…
Cancel
Save