kun 19/10/15 15:48
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user