联调案例库

This commit is contained in:
GGJ
2024-09-13 18:31:35 +08:00
parent 8c8eaa11be
commit 3b51be9fce
10 changed files with 514 additions and 164 deletions

View File

@@ -560,7 +560,7 @@
<div class="dialog-footer">
<el-button @click="close()">取消</el-button>
<el-button type="primary" @click="confirmForm(true)">保存</el-button>
<el-button type="primary" v-if="control" @click="confirmForm(false)">提交审批</el-button>
<el-button type="primary" v-if="props.openType != 'create'" @click="confirmForm(false)">提交审批</el-button>
</div>
</template>
</el-dialog>