|
@ -119,7 +119,7 @@ |
|
|
<div slot="footer" class="dialog-footer" style="margin-top: 20px !important;"> |
|
|
<div slot="footer" class="dialog-footer" style="margin-top: 20px !important;"> |
|
|
<el-button type="text" @click="closeDialog">取消</el-button> |
|
|
<el-button type="text" @click="closeDialog">取消</el-button> |
|
|
<el-button :loading="archivesBtnLoading" type="primary" @click="handlerArchivesSubmit(false)">保存</el-button> |
|
|
<el-button :loading="archivesBtnLoading" type="primary" @click="handlerArchivesSubmit(false)">保存</el-button> |
|
|
<el-button v-if="archivesType === 'edit'" :loading="bindSaveLoading" type="primary" @click="handlerArchivesSubmit(true)">保存并绑定标签</el-button> |
|
|
|
|
|
|
|
|
<el-button v-if="archivesType === 'edit'" :loading="bindSaveLoading" type="primary" @click="handlerArchivesSubmit(true)">保存并绑定原文</el-button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|