|
@@ -249,7 +249,7 @@
|
|
同步质检资料
|
|
同步质检资料
|
|
</el-button>
|
|
</el-button>
|
|
</HcTooltip>
|
|
</HcTooltip>
|
|
- <!--
|
|
|
|
|
|
+
|
|
<el-button
|
|
<el-button
|
|
hc-btn
|
|
hc-btn
|
|
color="#12C060"
|
|
color="#12C060"
|
|
@@ -257,12 +257,12 @@
|
|
:loading="syncWorkloading"
|
|
:loading="syncWorkloading"
|
|
@click="syncWork"
|
|
@click="syncWork"
|
|
v-if="
|
|
v-if="
|
|
- nodeDataInfo.majorDataType == 2 &&
|
|
|
|
- nodeDataInfo?.nodeClass !== 2
|
|
|
|
|
|
+ nodeDataInfo.majorDataType !== 2 &&
|
|
|
|
+ nodeDataInfo?.nodeClass == 2
|
|
"
|
|
"
|
|
>
|
|
>
|
|
同步工序资料
|
|
同步工序资料
|
|
- </el-button> -->
|
|
|
|
|
|
+ </el-button>
|
|
|
|
|
|
<HcTooltip v-if="NodeStatus !== '3'" keys="wbs_save">
|
|
<HcTooltip v-if="NodeStatus !== '3'" keys="wbs_save">
|
|
<el-button
|
|
<el-button
|