修改展开位置

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

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

Loading…
Cancel
Save