kun 19/10/16 14:13

This commit is contained in:
沈学坤
2019-10-16 14:12:28 +08:00
parent 8cb91aae99
commit d01f3b2af0
7 changed files with 225 additions and 171 deletions

View File

@@ -168,7 +168,7 @@
</div>
</aside>
<!-- end -->
<div class="btn" @click="btn(1)">下一</div>
<div class="btn" @click="btn(1)">下一</div>
</div>
<div v-show="sub == 1">
<div class="cc">
@@ -358,7 +358,7 @@
</template>
<div class="ll">
<button type="button" @click="btn(0)">上一页</button>
<button type="button" @click="submit(0)">保存</button>
<button v-if="0" type="button" @click="submit(0)">保存</button>
<button type="submit" @click="submit(1)">提交</button>
</div>
</div>

View File

@@ -173,9 +173,7 @@
<p>{{zData.prodemotwo}}</p>
</div>
<h3>经费预算:</h3>
<div class="one-e">
<p v-html="zData.funds">{{zData.funds}}</p>
</div>
<div id="one_e" v-html="zData.funds">{{zData.funds}}</div>
<h3>申报单位承诺:</h3>
<div class="one-e">
<p>{{msg}}</p>
@@ -314,6 +312,13 @@ export default {
</script>
<style lang='scss' scoped>
#one_e {
width: 100%;
margin-top: 27px;
margin-bottom: 60px;
padding-top: 27px;
}
#preview {
width: 100%;
height: 100%;