首页和评估教育建议
This commit is contained in:
		| @@ -58,12 +58,11 @@ | ||||
|                         <span class="num">{{ itemMb.sort }}. </span | ||||
|                         >{{ itemMb.name }}(未满足评估标准) | ||||
|                       </p> | ||||
|                       <p class="checkbox-item flex align-center"> | ||||
|                         教育建议 {{ itemMb.jyjy }} | ||||
|                       </p> | ||||
|                       <p class="checkbox-item">教育建议</p> | ||||
|                       <p class="checkbox-item" v-html="itemMb.jyjy"></p> | ||||
|                     </li> | ||||
|                     <li | ||||
|                       v-for="(itemMb,index) in assessmentcontentList.filter( | ||||
|                       v-for="(itemMb, index) in assessmentcontentList.filter( | ||||
|                         (p) => p.parentId == itemFzly.id | ||||
|                       )" | ||||
|                       :key="index" | ||||
| @@ -125,12 +124,11 @@ | ||||
|                         <span class="num">{{ itemMb.sort }}. </span | ||||
|                         >{{ itemMb.name }}(未满足评估标准) | ||||
|                       </p> | ||||
|                       <p class="checkbox-item flex align-center"> | ||||
|                         教育建议 {{ itemMb.jyjy }} | ||||
|                       </p> | ||||
|                       <p class="checkbox-item">教育建议</p> | ||||
|                       <p class="checkbox-item" v-html="itemMb.jyjy"></p> | ||||
|                     </li> | ||||
|                     <li | ||||
|                       v-for="(itemMb,index) in assessmentcontentList.filter( | ||||
|                       v-for="(itemMb, index) in assessmentcontentList.filter( | ||||
|                         (p) => p.parentId == itemFzly.id | ||||
|                       )" | ||||
|                       :key="index" | ||||
| @@ -195,12 +193,11 @@ | ||||
|                         <span class="num">{{ itemMb.sort }}. </span | ||||
|                         >{{ itemMb.name }}(未满足评估标准) | ||||
|                       </p> | ||||
|                       <p class="checkbox-item flex align-center"> | ||||
|                         教育建议 {{ itemMb.jyjy }} | ||||
|                       </p> | ||||
|                       <p class="checkbox-item">教育建议</p> | ||||
|                       <p class="checkbox-item" v-html="itemMb.jyjy"></p> | ||||
|                     </li> | ||||
|                     <li | ||||
|                       v-for="(itemMb,index) in assessmentcontentList.filter( | ||||
|                       v-for="(itemMb, index) in assessmentcontentList.filter( | ||||
|                         (p) => p.parentId == itemFzly.id | ||||
|                       )" | ||||
|                       :key="index" | ||||
| @@ -265,12 +262,11 @@ | ||||
|                         <span class="num">{{ itemMb.sort }}. </span | ||||
|                         >{{ itemMb.name }}(未满足评估标准) | ||||
|                       </p> | ||||
|                       <p class="checkbox-item flex align-center"> | ||||
|                         教育建议 {{ itemMb.jyjy }} | ||||
|                       </p> | ||||
|                       <p class="checkbox-item">教育建议</p> | ||||
|                       <p class="checkbox-item" v-html="itemMb.jyjy"></p> | ||||
|                     </li> | ||||
|                     <li | ||||
|                       v-for="(itemMb,index) in assessmentcontentList.filter( | ||||
|                       v-for="(itemMb, index) in assessmentcontentList.filter( | ||||
|                         (p) => p.parentId == itemFzly.id | ||||
|                       )" | ||||
|                       :key="index" | ||||
| @@ -335,12 +331,11 @@ | ||||
|                         <span class="num">{{ itemMb.sort }}. </span | ||||
|                         >{{ itemMb.name }}(未满足评估标准) | ||||
|                       </p> | ||||
|                       <p class="checkbox-item flex align-center"> | ||||
|                         教育建议 {{ itemMb.jyjy }} | ||||
|                       </p> | ||||
|                       <p class="checkbox-item">教育建议</p> | ||||
|                       <p class="checkbox-item" v-html="itemMb.jyjy"></p> | ||||
|                     </li> | ||||
|                     <li | ||||
|                       v-for="(itemMb,index) in assessmentcontentList.filter( | ||||
|                       v-for="(itemMb, index) in assessmentcontentList.filter( | ||||
|                         (p) => p.parentId == itemFzly.id | ||||
|                       )" | ||||
|                       :key="index" | ||||
| @@ -521,23 +516,10 @@ div { | ||||
|         font-size: 16px; | ||||
|       } | ||||
|     } | ||||
|     .checkbox-content { | ||||
|       padding-left: 20px; | ||||
|       margin-bottom: 15px; | ||||
|     } | ||||
|     .checkbox-item { | ||||
|       font-size: 14px; | ||||
|       line-height: 22px; | ||||
|     } | ||||
|     .check-info { | ||||
|       padding-left: 24px; | ||||
|       line-height: 18px; | ||||
|       font-size: 12px; | ||||
|       color: #999; | ||||
|       p { | ||||
|         padding-left: 10px; | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
| </style> | ||||
|   | ||||
| @@ -96,7 +96,7 @@ | ||||
|     </el-table> | ||||
|  | ||||
|     <!-- 添加或修改评估内容对话框 --> | ||||
|     <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body> | ||||
|     <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body> | ||||
|       <el-form ref="form" :model="form" :rules="rules" label-width="80px"> | ||||
|         <el-form-item label="所属模块" prop="parentId"> | ||||
|           <treeselect | ||||
| @@ -149,11 +149,12 @@ | ||||
|           /> | ||||
|         </el-form-item> | ||||
|         <el-form-item label="教育建议" prop="jyjy"> | ||||
|           <el-input | ||||
|           <!-- <el-input | ||||
|             v-model="form.jyjy" | ||||
|             type="textarea" | ||||
|             placeholder="请输入内容" | ||||
|           /> | ||||
|           /> --> | ||||
|           <Editor v-model="form.jyjy" placeholder="请输入内容" /> | ||||
|         </el-form-item> | ||||
|       </el-form> | ||||
|       <div slot="footer" class="dialog-footer"> | ||||
| @@ -174,10 +175,11 @@ import { | ||||
| } from "@/api/benyi/assessmentcontent"; | ||||
| import Treeselect from "@riophae/vue-treeselect"; | ||||
| import "@riophae/vue-treeselect/dist/vue-treeselect.css"; | ||||
| import Editor from "@/components/Editor"; | ||||
|  | ||||
| export default { | ||||
|   name: "Assessmentcontent", | ||||
|   components: { Treeselect }, | ||||
|   components: { Treeselect, Editor }, | ||||
|   data() { | ||||
|     return { | ||||
|       // 遮罩层 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user