浏览代码

已发布月报,UI_0.5

洪海涛 4 年之前
父节点
当前提交
d9c9c2bd66
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/RichText.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/RichText.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
   <div>
   <div>
-    <div v-if="pageType.search(/edit/) < 0">
+    <div v-if="pageType.search(/edit/) > -1">
       <normal-area
       <normal-area
         v-if="editKeys.indexOf(item.domKey) > -1"
         v-if="editKeys.indexOf(item.domKey) > -1"
         :id="item.domKey"
         :id="item.domKey"