This commit is contained in:
Vergil
2020-03-25 15:11:17 +08:00
parent 3a46bf0664
commit 888f5938a3

View File

@@ -9,20 +9,8 @@
<div slot="header"> <div slot="header">
<el-input v-model="filterTextLeft" size="small" placeholder="输入关键字进行过滤" clearable/> <el-input v-model="filterTextLeft" size="small" placeholder="输入关键字进行过滤" clearable/>
</div> </div>
<el-table <el-table ref="multipleTableLeft" :data="fisrtLevelFilter" stripe highlight-current-row size="mini" height="calc(100vh - 330px)" style="height:calc(100vh - 330px);" @selection-change="handleSelectionChangeLeft">
ref="multipleTableLeft" <el-table-column :selectable="selectable" align="center" type="selection" width="55"/>
:data="fisrtLevelFilter"
stripe
highlight-current-row
size="mini"
height="calc(100vh - 330px)"
style="height:calc(100vh - 330px);"
@selection-change="handleSelectionChangeLeft">
<el-table-column
:selectable="selectable"
align="center"
type="selection"
width="55"/>
<el-table-column align="center" label="模块名称"> <el-table-column align="center" label="模块名称">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.title }} {{ scope.row.title }}