kun 19/10/11 20:30
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -63,10 +63,10 @@
|
||||
<div class="div-v">
|
||||
<span>初筛审核通过</span>
|
||||
<img class="oo" :src="imgUrl.d0" alt />
|
||||
<section>
|
||||
<!-- <section>
|
||||
<span style="color:#e60012;font-size:20px;">总分: 71分</span>
|
||||
<span style="color:#999;font-size:16px;">(及格分数: 70)</span>
|
||||
</section>
|
||||
</section> -->
|
||||
</div>
|
||||
<div>
|
||||
<span>立项评审中</span>
|
||||
@@ -274,6 +274,7 @@ export default {
|
||||
}).then(res => {
|
||||
if (res.data.data.code === 200) {
|
||||
_this.zData = res.data.data.data.ProjectDetails
|
||||
console.log(res.data.data.data)
|
||||
} else {
|
||||
alert('请求失败!')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user