|
@@ -64,6 +64,11 @@
|
|
|
<el-button
|
|
|
size="small"
|
|
|
@click="splitTree"
|
|
|
+ style="background-color: #626aef;color: white;"
|
|
|
+ >计量管理</el-button>
|
|
|
+ <el-button
|
|
|
+ size="small"
|
|
|
+ @click="measureTree"
|
|
|
type="success"
|
|
|
>征拆划分</el-button>
|
|
|
<el-button
|
|
@@ -281,6 +286,17 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
+ measureTree(){
|
|
|
+ this.$router.push({
|
|
|
+ path: '/project/tree',
|
|
|
+ query: {
|
|
|
+ pid: this.curProjiect.id,
|
|
|
+ wbsid: this.curProjiect.referenceWbsTemplateIdLar,
|
|
|
+ projectName:this.curProjiect.projectName,
|
|
|
+ type: 3
|
|
|
+ }
|
|
|
+ });
|
|
|
+ },
|
|
|
editTree () {
|
|
|
this.$router.push({
|
|
|
path: '/project/tree',
|