|
@@ -5,19 +5,27 @@
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
<span class="title">项目名称:</span>
|
|
<span class="title">项目名称:</span>
|
|
|
- <el-input></el-input>
|
|
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ placeholder="请输入项目名称"
|
|
|
|
|
+ v-model="form.name"
|
|
|
|
|
+ ></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
<span class="title">总投资金额:</span>
|
|
<span class="title">总投资金额:</span>
|
|
|
- <el-input></el-input>
|
|
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ placeholder="请输入总投资金额"
|
|
|
|
|
+ v-model="form.total_amount"
|
|
|
|
|
+ >
|
|
|
|
|
+ <template #append>万元</template>
|
|
|
|
|
+ </el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
<span class="title">区县:</span>
|
|
<span class="title">区县:</span>
|
|
|
- <el-input></el-input>
|
|
|
|
|
|
|
+ <el-input placeholder="请选择区县"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
@@ -37,7 +45,7 @@
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
<span class="title">责任领导:</span>
|
|
<span class="title">责任领导:</span>
|
|
|
- <el-input></el-input>
|
|
|
|
|
|
|
+ <el-input placeholder="请输入责任领导"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
@@ -45,7 +53,7 @@
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
<span class="title">联系电话:</span>
|
|
<span class="title">联系电话:</span>
|
|
|
- <el-input></el-input>
|
|
|
|
|
|
|
+ <el-input placeholder="请输入责任领导联系电话"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
@@ -65,7 +73,7 @@
|
|
|
<el-form-item class="full-width" style="flex: 2">
|
|
<el-form-item class="full-width" style="flex: 2">
|
|
|
<div class="flex flex-center full-width" style="width: 95%">
|
|
<div class="flex flex-center full-width" style="width: 95%">
|
|
|
<span class="title">项目位置:</span>
|
|
<span class="title">项目位置:</span>
|
|
|
- <el-input></el-input>
|
|
|
|
|
|
|
+ <el-input placeholder="请选择项目位置"></el-input>
|
|
|
<el-button class="ml-10" plain type="primary">查看地图</el-button>
|
|
<el-button class="ml-10" plain type="primary">查看地图</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -80,10 +88,14 @@
|
|
|
<el-form-item class="full-width" style="flex: 1">
|
|
<el-form-item class="full-width" style="flex: 1">
|
|
|
<div
|
|
<div
|
|
|
class="flex flex-center flex-align-start full-width"
|
|
class="flex flex-center flex-align-start full-width"
|
|
|
- style="width: 96.7%"
|
|
|
|
|
|
|
+ style="width: 99.3%"
|
|
|
>
|
|
>
|
|
|
<span class="title-textarea">建设规模:</span>
|
|
<span class="title-textarea">建设规模:</span>
|
|
|
- <el-input type="textarea" :rows="5"></el-input>
|
|
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ type="textarea"
|
|
|
|
|
+ placeholder="请输入建设规模"
|
|
|
|
|
+ :rows="5"
|
|
|
|
|
+ ></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
@@ -91,10 +103,14 @@
|
|
|
<el-form-item class="full-width" style="flex: 1">
|
|
<el-form-item class="full-width" style="flex: 1">
|
|
|
<div
|
|
<div
|
|
|
class="flex flex-center flex-align-start full-width"
|
|
class="flex flex-center flex-align-start full-width"
|
|
|
- style="width: 96.7%"
|
|
|
|
|
|
|
+ style="width: 99.3%"
|
|
|
>
|
|
>
|
|
|
<span class="title-textarea">建设内容:</span>
|
|
<span class="title-textarea">建设内容:</span>
|
|
|
- <el-input type="textarea" :rows="5"></el-input>
|
|
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ type="textarea"
|
|
|
|
|
+ placeholder="请输入建设内容"
|
|
|
|
|
+ :rows="5"
|
|
|
|
|
+ ></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
@@ -109,9 +125,26 @@ export default {
|
|
|
components: {
|
|
components: {
|
|
|
wtCard
|
|
wtCard
|
|
|
},
|
|
},
|
|
|
|
|
+ props: {
|
|
|
|
|
+ info: {
|
|
|
|
|
+ type: Object,
|
|
|
|
|
+ default: () => {
|
|
|
|
|
+ return {}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ watch: {
|
|
|
|
|
+ info: {
|
|
|
|
|
+ handler(val) {
|
|
|
|
|
+ this.form = val
|
|
|
|
|
+ },
|
|
|
|
|
+ immediate: true
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
- disabled: true
|
|
|
|
|
|
|
+ disabled: true,
|
|
|
|
|
+ form: {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -137,6 +170,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
.item {
|
|
|
- width: 90%;
|
|
|
|
|
|
|
+ width: 98%;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|