洪海涛 4 жил өмнө
parent
commit
d9c9c2bd66

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

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