shudonghui 1 年之前
父节点
当前提交
95db2eb5cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/notice-log/notice-manage/edit-notice-dialog.vue

+ 1 - 1
src/views/system/notice-log/notice-manage/edit-notice-dialog.vue

@@ -78,7 +78,7 @@
         >
         <div>
           <t-button theme="default" @click="save(false)">保存草稿</t-button>
-          <t-button theme="primary" ghost @click="onPreview">预览</t-button>
+<!--          <t-button theme="primary" ghost @click="onPreview">预览</t-button>-->
           <t-button theme="primary" @click="save(true)">保存并发布</t-button>
         </div>
       </div>