修改页面上的冒号和样式

This commit is contained in:
lupeng 2025-08-19 16:29:18 +08:00
parent 7bb2533e80
commit 819ec53de1
2 changed files with 1082 additions and 157 deletions

File diff suppressed because it is too large Load Diff

View File

@ -169,6 +169,8 @@ var toolscomponent = {
console.log(response.data);
var fileid = response.data.fileId;
var downUrl = 'file/' + fileid;
console.log("downUrl-----------",downUrl);
console.log("wellNameSource-----------",row.wellNameSource);
downloadUrl(row.wellNameSource + "-仪器状态报告.pdf", downUrl);
})
.catch(function (error) {
@ -188,7 +190,9 @@ var toolscomponent = {
console.log(response.data);
var fileid = response.data.fileId;
var downUrl = 'file/' + fileid;
// downloadUrl(row.wellNameSource + "-仪器报告.pdf", downUrl);
console.log("downUrl-----------",downUrl);
console.log("wellNameSource-----------",row.wellNameSource);
downloadUrl(row.wellNameSource + "-仪器报告.pdf", downUrl);
})
.catch(function (error) {
console.log(error);
@ -291,9 +295,7 @@ var toolscomponent = {
console.log(error);
});
},
// 新增:打开详情页方法
// 新增:打开详情页方法
// 新增:打开详情页方法
openDetail(item) {
// 使用当前井名和预警项ID构建详情页URL
const wellName = this.currentWellName; // 不要预先编码
@ -310,7 +312,7 @@ var toolscomponent = {
series: item.series_num,
instrument: item.instrument_id,
flag:item.flag,
content: item.content || ''
content: item.context || ''
});
// 完整URL