@ -156,6 +156,29 @@ export default {
operations: [
],
// array: [
// {
// agencyId: '1',
// agencyName: '1',
// pid: '1',
// subAgencyList: [
// ]
// }, {
// agencyId: '2',
// agencyName: '2',
// pid: '2',
// subAgencyList: null
// }
// ],
}
},
components: {
@ -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>