|
|
@@ -415,7 +415,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer" style="display: flex;justify-content: flex-end;">
|
|
|
- <el-button v-if="false" type="primary" @click="submitForm">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
<el-dialog :title="listUser.title" :visible.sync="listUser.open" width="700px" append-to-body>
|
|
|
@@ -476,7 +476,7 @@
|
|
|
@pagination="cancelSearchTags"
|
|
|
/>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button v-if="false" type="primary" @click="tagSubmitForm(changeTagDialog.type)">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="tagSubmitForm(changeTagDialog.type)">确 定</el-button>
|
|
|
<el-button @click="tagCancel(changeTagDialog.type)">取消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|