flat: style修改
This commit is contained in:
@@ -253,19 +253,15 @@
|
||||
<el-tag style="margin: 4px 10px" v-for="(item, index) in row.labelName.split(',')" :key="index">{{ item }}</el-tag>
|
||||
</div>
|
||||
</template>
|
||||
<template slot="policyContentForm" slot-scope="{row}">
|
||||
<div>
|
||||
{{row.policyContent}}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template slot="guidelineContentForm" slot-scope="{row}">
|
||||
<div>
|
||||
{{row.guidelineContent}}
|
||||
<Tinymce v-model="row.guidelineContent" :visibleToolbar="false" :visibleMenubar="false"></Tinymce>
|
||||
</div>
|
||||
</template>
|
||||
<template slot="policyContentForm" slot-scope="{row}">
|
||||
<div>
|
||||
{{row.policyContent}}
|
||||
<Tinymce v-model="row.policyContent" :visibleToolbar="false" :visibleMenubar="false"></Tinymce>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -325,6 +321,7 @@ import { excelAccept } from "@/common/accept";
|
||||
import missionView from "../../mission/Table/missionView.vue";
|
||||
import workView from "../../works/Table/missionView.vue"
|
||||
import {serviceType} from "@/common/dic";
|
||||
import Tinymce from "@/components/Tinymce";
|
||||
const page = {
|
||||
pageSize: 10,
|
||||
currentPage: 1,
|
||||
@@ -424,7 +421,7 @@ export default {
|
||||
excelForm: { isCovered: 1 },
|
||||
};
|
||||
},
|
||||
components: { addGroups, transferGroups, Resume, ied, missionView, workView},
|
||||
components: { addGroups, transferGroups, Resume, ied, missionView, workView, Tinymce},
|
||||
watch: {},
|
||||
computed: {
|
||||
...mapGetters(["permission"]),
|
||||
@@ -712,6 +709,7 @@ export default {
|
||||
label: '政策内容',
|
||||
prop: 'policyContent',
|
||||
slot: true,
|
||||
hide: true,
|
||||
formslot: true,
|
||||
span: 24,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user