update:pdf底部信息位置调整,评估详情加载提示,首页内容换行问题

This commit is contained in:
2021-09-28 08:55:48 +08:00
parent 6c21c8b36e
commit 413d436897
5 changed files with 561 additions and 294 deletions

View File

@@ -146,7 +146,7 @@ export default {
setIdCard(id) {
return id == "无数据"
? id
: id.substr(0, 6) + "XXXXXXXX" + id.substr(14, 4);
: id.substr(0, 6) + "********" + id.substr(14, 4);
},
// 页面跳转
gotoDetail(id) {