|
@@ -15,7 +15,7 @@
|
|
|
>文件题名(全局)
|
|
|
</el-button>
|
|
|
|
|
|
- <el-dropdown style="margin-right: 10px" @command ="handleBasicClick">
|
|
|
+ <el-dropdown style="margin-right: 10px" @command ="handleBasicClick" v-if="wbsType == 2">
|
|
|
<el-button size="medium">
|
|
|
基础数据管理<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
</el-button>
|
|
@@ -5324,7 +5324,7 @@ export default {
|
|
|
},
|
|
|
//基础数据管理
|
|
|
handleBasicClick(command) {
|
|
|
- console.log(command, 'command');
|
|
|
+
|
|
|
if (command === "code") {
|
|
|
this.codeDialog = true;
|
|
|
|