|
|
@@ -3,7 +3,7 @@
|
|
|
<page-title>
|
|
|
<el-button @click="$router.go(-1)" :disabled="saving">取消</el-button>
|
|
|
<!-- <el-button @click="onDelete" :disabled="saving" type="danger" v-if="formData.id"> 删除 </el-button> -->
|
|
|
- <!-- <el-button @click="onSave" :loading="saving" type="primary">保存</el-button> -->
|
|
|
+ <el-button @click="onSave" :loading="saving" type="primary">保存</el-button>
|
|
|
</page-title>
|
|
|
<div class="edit-view__content-wrapper">
|
|
|
<div class="edit-view__content-section">
|
|
|
@@ -95,7 +95,7 @@
|
|
|
</el-table>
|
|
|
</el-form-item>
|
|
|
<el-form-item class="form-submit">
|
|
|
- <!-- <el-button @click="onSave" :loading="saving" type="primary"> 保存 </el-button> -->
|
|
|
+ <el-button @click="onSave" :loading="saving" type="primary"> 保存 </el-button>
|
|
|
<!-- <el-button @click="onDelete" :disabled="saving" type="danger" v-if="formData.id">
|
|
|
删除
|
|
|
</el-button> -->
|