Pārlūkot izejas kodu

个贷报告相关

wucl 1 gadu atpakaļ
vecāks
revīzija
e7c244902a

+ 6 - 6
src/components/personalForms/landCertificate.vue

@@ -43,11 +43,11 @@
                                       <el-col :xs="24" :sm="12" :lg="24" :span="6">
                                         <el-form-item
                                           label="坐落:"
-                                          prop="location"
+                                          prop="landLocation"
                                           label-width="180px"
                                           class="postInfo-container-item"
                                         >
-                                          <el-input v-model="certificate.location" class="filter-item"  />
+                                          <el-input v-model="certificate.landLocation" class="filter-item"  />
                                         </el-form-item>
                                       </el-col>
                                     </el-row>
@@ -75,11 +75,11 @@
                                       <el-col :xs="24" :sm="12" :lg="6" :span="6">
                                         <el-form-item
                                           label="地类(用途):"
-                                          prop="useTo"
+                                          prop="landUseTo"
                                           label-width="140px"
                                           class="postInfo-container-item"
                                         >
-                                          <el-input v-model="certificate.useTo" class="filter-item"  />
+                                          <el-input v-model="certificate.landUseTo" class="filter-item"  />
                                         </el-form-item>
                                       </el-col>
                                       <el-col :xs="24" :sm="12" :lg="6" :span="6">
@@ -214,10 +214,10 @@ export default {
                 certificateType:null,
                 certificateNo:null,
                 userRightName:null,
-                location:null,
+                landLocation:null,
                 landNo:null,
                 imageNo:null,
-                useTo:"",
+                landUseTo:"",
                 cost:null,
                 userRightType:null,
                 limitDate:null,

+ 3 - 3
src/views/personal/todoDetail.vue

@@ -911,7 +911,7 @@
                 <el-card :body-style="{ padding: '0px'}" shadow="always" style="margin-left: 5%; margin-right: 5%; width: 20%;">
                   <img :src="statementCardPNG"  class="image">
                   <div style="padding: 14px;">
-                    <span>房地产意见书</span> <time class="time">{{ statementProd.created }}</time>
+                    <span>房地产意见书</span> <time class="time">{{ statementProd.modified }}</time>
                     <div class="control" >
                       <el-button type="text" class="button" @click="genProductionFile(1)">系统生成</el-button>
                       <el-upload class="myupload"
@@ -926,7 +926,7 @@
                 <el-card :body-style="{ padding: '0px' }" shadow="always" style="margin-left: 5%; margin-right: 5%;width: 20%;">
                   <img :src="technicCardPNG" class="image">
                   <div style="padding: 14px;">
-                    <span>技术报告</span><time class="time">{{ technicReportProd.created }}</time>
+                    <span>技术报告</span><time class="time">{{ technicReportProd.modified }}</time>
                     <div class="control">
                       <el-button type="text" class="button"  @click="genProductionFile(2)">系统生成</el-button>
                       <el-upload class="myupload"
@@ -942,7 +942,7 @@
                 <el-card :body-style="{ padding: '0px'}" shadow="always" style="margin-left: 5%; margin-right: 5%;width: 20%;">
                   <img :src="finalCardPNG"  class="image">
                   <div style="padding: 14px;">
-                    <span>结果报告</span><time class="time">{{ finalReprotProd.created }}</time>
+                    <span>结果报告</span><time class="time">{{ finalReprotProd.modified }}</time>
                     <div class="control">
                       <el-button type="text" class="button" @click="genProductionFile(3)">系统生成</el-button>
                       <el-upload class="myupload"