kun 19/10/11 20:30

This commit is contained in:
沈学坤
2019-10-11 20:25:54 +08:00
parent 03d2d0b61c
commit 2ece5f446c
9 changed files with 310 additions and 43 deletions

View File

@@ -322,7 +322,10 @@
</div>
<div class="xx">
<h5>经费预算</h5>
<textarea name="funds" v-model="funds" required value></textarea>
<!-- <textarea name="funds" v-model="funds" required value></textarea> -->
<div id="rich">
<rich-text-four @quillVal="getContent"></rich-text-four>
</div>
</div>
<div class="xxx">
<h5>申报单位承诺</h5>
@@ -369,11 +372,13 @@
import HeaderNav from "../../components/HeaderNav";
/* eslint-disable */
import FooterNav from "../../components/FooterNav";
import RichTextFour from "../../components/RichTextFour";
const T_T = new Date()
export default {
components: {
HeaderNav,
FooterNav
FooterNav,
RichTextFour
},
props: {},
data() {
@@ -443,6 +448,10 @@ export default {
computed: {},
watch: {},
methods: {
/** 获取富文本内容 */
getContent(data){
this.funds = data
},
/** 申报单位承诺 */
thf() {
this.thff = !this.thff;
@@ -650,6 +659,9 @@ export default {
</script>
<style lang='scss' scoped>
#rich{
margin: 30px auto 30px;
}
.img-img {
margin-top: 25px;
width: 150px;