|
@@ -64,102 +64,32 @@
|
|
|
</button>
|
|
|
</div>
|
|
|
<div class="example-list">
|
|
|
- <el-card class="report-item no-border" shadow="never">
|
|
|
+ <el-card class="report-item no-border" shadow="never" v-for="(doc,id) in page.records">
|
|
|
<div class="report-icon">
|
|
|
- <img src="../../assets/icons/folder.png" style="width: 52px; height: 52px;"/>
|
|
|
+ <img :src="docLog(doc.docType)" style="width: 52px; height: 52px;"/>
|
|
|
</div>
|
|
|
<div class="report-text">
|
|
|
<div>
|
|
|
- <span class="report-text-type">房地产抵押类报告</span>
|
|
|
+ <span class="report-text-type">{{doc.docNo}}</span>
|
|
|
<span> 一 </span>
|
|
|
- <span class="report-text-name">成都市双流区怡心街道万顺路二段370号“西派国樾”共计22套商业用房地产市场价值咨询评估</span>
|
|
|
+ <span class="report-text-name">{{ doc.docName }}</span>
|
|
|
</div>
|
|
|
<div style="padding-top: 5px;">
|
|
|
<span>
|
|
|
<el-icon>
|
|
|
<Avatar />
|
|
|
</el-icon>
|
|
|
- 成都中铁华府置业有限公司</span>
|
|
|
+ {{ doc.consignor }}</span>
|
|
|
<span>
|
|
|
<el-tag style="margin-left: 5px;">
|
|
|
- 房地产
|
|
|
+ {{ doc.businessType }}
|
|
|
</el-tag>
|
|
|
<el-tag style="margin-left: 5px;" type="success">
|
|
|
- 抵押
|
|
|
+ {{ doc.businessCate }}
|
|
|
</el-tag>
|
|
|
</span>
|
|
|
<span style="float: right; color:darkgrey">
|
|
|
- 2024-10-16 12:10:09
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="report-button">
|
|
|
- <el-icon>
|
|
|
- <Download />
|
|
|
- </el-icon>
|
|
|
- </div>
|
|
|
- </el-card>
|
|
|
- <el-card class="report-item no-border" shadow="never">
|
|
|
- <div class="report-icon">
|
|
|
- <img src="../../assets/icons/word.png" style="width: 52px; height: 52px;"/>
|
|
|
- </div>
|
|
|
- <div class="report-text">
|
|
|
- <span class="report-text-type">房地产咨询类报告</span>
|
|
|
- <span> 一 </span>
|
|
|
- <span
|
|
|
- class="report-text-name">自贡鑫景城实业有限公司开发建设的位于自贡市自流井区汇东路西段与汇兴路交叉口南侧中心城区D2-44-3地块(原汇西片区C1-03地块)4号楼在建工程(建筑物)抵押价值评估
|
|
|
- </span>
|
|
|
- <div style="margin-top: 5px;">
|
|
|
- <span>
|
|
|
- <el-icon>
|
|
|
- <Avatar />
|
|
|
- </el-icon>
|
|
|
- 四川银行股份有限公司自贡分行</span>
|
|
|
- <span>
|
|
|
- <el-tag style="margin-left: 5px;">
|
|
|
- 房地产
|
|
|
- </el-tag>
|
|
|
- <el-tag style="margin-left: 5px;" type="danger">
|
|
|
- 咨询
|
|
|
- </el-tag>
|
|
|
- </span>
|
|
|
- <span style="float: right; color:darkgrey">
|
|
|
- 2024-10-16 12:10:09
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="report-button">
|
|
|
- <el-icon>
|
|
|
- <Download />
|
|
|
- </el-icon>
|
|
|
- </div>
|
|
|
- </el-card>
|
|
|
- <el-card class="report-item no-border" shadow="never">
|
|
|
- <div class="report-icon">
|
|
|
- <img src="../../assets/icons/excel.png" style="width: 52px; height: 52px;"/>
|
|
|
- </div>
|
|
|
- <div class="report-text">
|
|
|
- <span class="report-text-type">房地产咨询类报告</span>
|
|
|
- <span> 一 </span>
|
|
|
- <span
|
|
|
- class="report-text-name">自贡鑫景城实业有限公司开发建设的位于自贡市自流井区汇东路西段与汇兴路交叉口南侧中心城区D2-44-3地块(原汇西片区C1-03地块)4号楼在建工程(建筑物)抵押价值评估
|
|
|
- </span>
|
|
|
- <div style="margin-top: 5px;">
|
|
|
- <span>
|
|
|
- <el-icon>
|
|
|
- <Avatar />
|
|
|
- </el-icon>
|
|
|
- 四川银行股份有限公司自贡分行</span>
|
|
|
- <span>
|
|
|
- <el-tag style="margin-left: 5px;">
|
|
|
- 房地产
|
|
|
- </el-tag>
|
|
|
- <el-tag style="margin-left: 5px;" type="danger">
|
|
|
- 咨询
|
|
|
- </el-tag>
|
|
|
- </span>
|
|
|
- <span style="float: right; color:darkgrey">
|
|
|
- 2024-10-16 12:10:09
|
|
|
+ {{ doc.updateTime }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -180,11 +110,17 @@ import { loginByOAInfo } from '@/api/user';
|
|
|
import { setToken, getToken } from '@/utils/auth';
|
|
|
import { mapStores } from 'pinia'
|
|
|
import { useUserStore } from '@/stores/useUserStore';
|
|
|
+import { page } from '@/api/documentProduction';
|
|
|
+import wordLog from '../../assets/icons/word.png'
|
|
|
+import excelLog from '../../assets/icons/excel.png'
|
|
|
+import folderLog from '../../assets/icons/folder.png'
|
|
|
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
- mainType: null
|
|
|
+ page: {
|
|
|
+ records:[]
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
@@ -203,11 +139,32 @@ export default {
|
|
|
}
|
|
|
// 登录成功,重新跳转到主页
|
|
|
this.$router.push(`/home/index`)
|
|
|
+ this.getDocuments();
|
|
|
},
|
|
|
methods: {
|
|
|
goto(path) {
|
|
|
this.$router.push(`/home/${path}`)
|
|
|
+ },
|
|
|
+
|
|
|
+ getDocuments(){
|
|
|
+ page().then(res=>{
|
|
|
+ if (res.code === 200){
|
|
|
+ this.page = res.data;
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ docLog(docType){
|
|
|
+ switch(docType){
|
|
|
+ case 'CALCULATE_TABLE':
|
|
|
+ return excelLog;
|
|
|
+ case 'FOLDER':
|
|
|
+ return folderLog;
|
|
|
+ default :
|
|
|
+ return wordLog;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|