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