We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b18dba commit 083a717Copy full SHA for 083a717
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue
@@ -72,7 +72,7 @@
72
<el-button :size="headerButtonSize" icon="el-icon-refresh" @click="processRestart" />
73
</el-tooltip>
74
</el-button-group>
75
- <el-button :size="headerButtonSize" :type="headerButtonType" icon="el-icon-plus" @click="processSave">保存模型</el-button>
+ <el-button :size="headerButtonSize" :type="headerButtonType" icon="el-icon-plus" @click="processSave" :disabled = "simulationStatus">保存模型</el-button>
76
</template>
77
<!-- 用于打开本地文件-->
78
<input type="file" id="files" ref="refFile" style="display: none" accept=".xml, .bpmn" @change="importLocalFile" />
0 commit comments