This commit is contained in:
那些花儿
2025-09-05 15:15:11 +08:00
parent 23885590c5
commit a72c01358a
13 changed files with 1719 additions and 60 deletions
@@ -147,7 +147,7 @@ layout("/layouts/platform.html"){
<!-- </el-form-item>-->
</el-form>
<el-row justify="end" type="flex" v-if="isWriteTime">
<el-button @click="onSave" type="primary">保存</el-button>
<el-button type="primary" @click="onSave">保存</el-button>
<el-button type="primary" @click="onSubmit" v-if="!taskId">提交</el-button>
<el-button type="primary" @click="onSubmitAgain" v-else>提交</el-button>
</el-row>