修改展开位置

master
夜笙歌 4 months ago
parent 85c7c2d960
commit b445232634

@ -9,12 +9,11 @@
:tree-props="{children: 'children'}" :tree-props="{children: 'children'}"
> >
<el-table-column <el-table-column
width="100" width="50"
type=""
> >
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<el-button type="primary" icon="el-icon-plus" @click="add(scope)"></el-button> <!-- <el-button type="primary" icon="el-icon-plus" @click="add(scope)"></el-button>-->
</template> <!-- </template>-->
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="process" prop="process"
@ -158,7 +157,7 @@ export default {
this.id += 1 this.id += 1
// this.show = false // this.show = false
// this.show = true // this.show = true
} },
}, },
metaInfo() { metaInfo() {
} }

Loading…
Cancel
Save