Commit 22808ec8 authored by 徐俊's avatar 徐俊
parents 861f6661 489aaf03
...@@ -101,8 +101,8 @@ export default { ...@@ -101,8 +101,8 @@ export default {
}, },
getIsSelect () { getIsSelect () {
let arr = [] let arr = []
arr.push({ title: '是', key: '' }) arr.push({ title: '是', key: '1' })
arr.push({ title: '否', key: '' }) arr.push({ title: '否', key: '0' })
this.selectArray = arr this.selectArray = arr
this.loadValue() this.loadValue()
}, },
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<a-row> <a-row>
<a-col :span="24" style="border-top: 0px"> <a-col :span="24" style="border-top: 0px">
<div class="tb-title"> <div class="tb-title">
<span>项目申报单位</span> <span>项目基本情况</span>
</div> </div>
</a-col> </a-col>
</a-row> </a-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment