This commit is contained in:
@jyuhsin
2026-02-04 10:30:09 +08:00
parent da5cce6286
commit ca1cf48eac
@@ -13,8 +13,8 @@ layout("/layouts/platform.html"){
<template slot="footer">
<el-button type="primary" @click="$refs.formRef?.onSave()">保存</el-button>
<el-button type="primary" @click="$refs.formRef?.onSubmit()" v-if="!taskId">提交1</el-button>
<el-button type="primary" @click="$refs.formRef?.onSubmitAgain()" v-else>提交2</el-button>
<el-button type="primary" @click="$refs.formRef?.onSubmit()" v-if="!taskId">提交</el-button>
<el-button type="primary" @click="$refs.formRef?.onSubmitAgain()" v-else>提交</el-button>
</template>
</custom-card>
</div>