|
|
@@ -117,7 +117,7 @@
|
|
|
</el-form>
|
|
|
<!-- 底部按钮区域 -->
|
|
|
<div class="button-container">
|
|
|
- <el-button @click="() => handleSubmit('draft')"> 存草稿 </el-button>
|
|
|
+ <!-- <el-button @click="() => handleSubmit('draft')"> 存草稿 </el-button> -->
|
|
|
<el-button type="primary" @click="() => handleSubmit()">
|
|
|
{{ type === "add" ? "新建优惠券" : "编辑优惠券" }}
|
|
|
</el-button>
|