Kaynağa Gözat

fix: 培训课程简述禁止输入

xiaweibo 1 ay önce
ebeveyn
işleme
f3b4904005

+ 2 - 1
src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagementDept/components/addTrainingInformation.vue

@@ -414,7 +414,7 @@ const openState = ref(false)
         </el-form-item>
 
         <el-form-item label="培训课程简述:" prop="courseIntroduction">
-          <div class="editor-container">
+          <div class="editor-container" v-if="!isViewMode">
             <Toolbar style="border-bottom: 1px solid #dcdfe6" :editor="editorRef" />
             <Editor
               :disabled="isViewMode"
@@ -426,6 +426,7 @@ const openState = ref(false)
               @on-change="handleEditorChange"
             />
           </div>
+          <div v-else v-html="form.courseIntroduction"></div>
         </el-form-item>
 
         <el-form-item label="课程内容:" prop="courseContent">