标准号展示
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
align="center">
|
align="center">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="standId"
|
prop="standNumber"
|
||||||
label="项目编号"
|
label="项目编号"
|
||||||
fixed="left"
|
fixed="left"
|
||||||
width="260px"
|
width="260px"
|
||||||
@@ -555,7 +555,7 @@ export default {
|
|||||||
this.active = -1
|
this.active = -1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 考虑如果没有当前时间,颜色怎么设置
|
// 考虑如果没有当前时间, 颜色怎么设置
|
||||||
})
|
})
|
||||||
this.selectTableDataList()
|
this.selectTableDataList()
|
||||||
},
|
},
|
||||||
@@ -586,6 +586,7 @@ export default {
|
|||||||
}
|
}
|
||||||
const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' +
|
const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' +
|
||||||
'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
|
'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
|
||||||
|
console.log(exportURL)
|
||||||
window.open(exportURL)
|
window.open(exportURL)
|
||||||
this.$message.success('导出信息成功')
|
this.$message.success('导出信息成功')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user