|
|
|
@ -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() {
|
|
|
|
|
}
|
|
|
|
|