kun 19/10/16 14:13
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user