commit
This commit is contained in:
@@ -13,8 +13,8 @@ layout("/layouts/platform.html"){
|
|||||||
|
|
||||||
<template slot="footer">
|
<template slot="footer">
|
||||||
<el-button type="primary" @click="$refs.formRef?.onSave()">保存</el-button>
|
<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?.onSubmit()" v-if="!taskId">提交</el-button>
|
||||||
<el-button type="primary" @click="$refs.formRef?.onSubmitAgain()" v-else>提交2</el-button>
|
<el-button type="primary" @click="$refs.formRef?.onSubmitAgain()" v-else>提交</el-button>
|
||||||
</template>
|
</template>
|
||||||
</custom-card>
|
</custom-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user