kun 19/10/15 15:48

This commit is contained in:
沈学坤
2019-10-15 15:47:54 +08:00
parent b02dd30336
commit f4f5d27bf9
5 changed files with 52 additions and 7 deletions

View File

@@ -324,7 +324,7 @@
<h5>经费预算</h5>
<!-- <textarea name="funds" v-model="funds" required value></textarea> -->
<div id="rich">
<rich-text-four @quillVal="getContent"></rich-text-four>
<rich-text-one @quillVal="getContent"></rich-text-one>
</div>
</div>
<div class="xxx">
@@ -335,7 +335,7 @@
:class="thff ? 'ic' : ''"
class="iconfont icon-fuxuankuang_xuanzhong"
></span>
<label>我们确认项目报内容的真实性,并愿意承担相应的责任</label>
<label>我们确认项目报内容的真实性,并愿意承担相应的责任</label>
</div>
</div>
<div class="xxx">
@@ -373,14 +373,14 @@
import HeaderNav from "../../components/HeaderNav";
/* eslint-disable */
import FooterNav from "../../components/FooterNav";
import RichTextFour from "../../components/RichTextFour";
import RegisteredVue from '../Registered.vue';
import RichTextOne from "../../components/RichTextOne";
// import RegisteredVue from '../Registered.vue';
const T_T = new Date()
export default {
components: {
HeaderNav,
FooterNav,
RichTextFour
RichTextOne
},
props: {},
data() {
@@ -711,6 +711,7 @@ export default {
<style lang='scss' scoped>
#rich {
width:100%;
margin: 30px auto 30px;
}
.img-img {