Browse Source

统计富文本下拉框

dev
jiangyy 4 years ago
parent
commit
a0168e82fb
  1. 23
      epmet-oper-web/src/views/modules/dataExport/operStatic.vue
  2. 5
      epmet-oper-web/src/views/modules/workPc/guidance/DetailForm.vue

23
epmet-oper-web/src/views/modules/dataExport/operStatic.vue

@ -156,6 +156,29 @@ export default {
operations: [
],
// array: [
// {
// agencyId: '1',
// agencyName: '1',
// pid: '1',
// subAgencyList: [
// {
// agencyId: '1',
// agencyName: '1',
// pid: '1',
// subAgencyList: [
// ]
// }, {
// agencyId: '2',
// agencyName: '2',
// pid: '2',
// subAgencyList: null
// }
// ]
// }
// ],
}
},
components: {

5
epmet-oper-web/src/views/modules/workPc/guidance/DetailForm.vue

@ -72,6 +72,7 @@
@change="onEditorChange" />
<!-- <text v-else>{{item.moduleContent}}</text> -->
<p v-else
class="text_p"
v-html="item.moduleContent"></p>
</el-tab-pane>
</el-tabs>
@ -554,6 +555,10 @@ export default {
.block {
display: block;
}
.text_p {
height: 400px;
overflow: auto;
}
</style>
<style>

Loading…
Cancel
Save