标准号展示

This commit is contained in:
liuhuaizhi
2021-07-28 11:26:36 +08:00
parent ae402beeb7
commit 27ee237039
@@ -59,7 +59,7 @@
align="center">
</el-table-column>
<el-table-column
prop="standId"
prop="standNumber"
label="项目编号"
fixed="left"
width="260px"
@@ -555,7 +555,7 @@ export default {
this.active = -1
}
}
// 考虑如果没有当前时间,颜色怎么设置
// 考虑如果没有当前时间, 颜色怎么设置
})
this.selectTableDataList()
},
@@ -586,6 +586,7 @@ export default {
}
const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' +
'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
console.log(exportURL)
window.open(exportURL)
this.$message.success('导出信息成功')
}