|
@@ -136,24 +136,24 @@
|
|
|
</t-row>
|
|
|
</t-form>
|
|
|
<t-space class="sop-step-footer">
|
|
|
- <template v-if="showAction">
|
|
|
- <t-button v-if="IS_EDIT_MODE" theme="primary" @click="saveHandle"
|
|
|
- >提交</t-button
|
|
|
- >
|
|
|
- <t-button
|
|
|
- v-if="!IS_EDIT_MODE"
|
|
|
- theme="primary"
|
|
|
- @click="submitHandle()"
|
|
|
- >提交</t-button
|
|
|
- >
|
|
|
+ <!-- <template v-if="showAction"> -->
|
|
|
+ <t-button v-if="IS_EDIT_MODE" theme="primary" @click="saveHandle"
|
|
|
+ >提交</t-button
|
|
|
+ >
|
|
|
+ <t-button
|
|
|
+ v-if="!IS_EDIT_MODE"
|
|
|
+ theme="primary"
|
|
|
+ @click="submitHandle()"
|
|
|
+ >提交</t-button
|
|
|
+ >
|
|
|
|
|
|
- <t-button
|
|
|
- v-if="!IS_EDIT_MODE"
|
|
|
- theme="default"
|
|
|
- @click="submitHandle('DRAFT')"
|
|
|
- >保存草稿</t-button
|
|
|
- >
|
|
|
- </template>
|
|
|
+ <t-button
|
|
|
+ v-if="!IS_EDIT_MODE"
|
|
|
+ theme="default"
|
|
|
+ @click="submitHandle('DRAFT')"
|
|
|
+ >保存草稿</t-button
|
|
|
+ >
|
|
|
+ <!-- </template> -->
|
|
|
</t-space>
|
|
|
<!-- setup history -->
|
|
|
<div v-if="flowApproveHistoryList.length" class="sop-step-history">
|