Browse Source

文案修改

master
xuhuajiao 4 days ago
parent
commit
d75046fa3c
  1. 2
      src/views/archivesMIOD/miodLibrary/index.vue

2
src/views/archivesMIOD/miodLibrary/index.vue

@ -119,7 +119,7 @@
<div slot="footer" class="dialog-footer" style="margin-top: 20px !important;">
<el-button type="text" @click="closeDialog">取消</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>
</el-dialog>

Loading…
Cancel
Save