|
@@ -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"
|