flx:新增项目类型字段
This commit is contained in:
parent
f65b56bf7a
commit
03cf6a4e04
@ -254,7 +254,14 @@
|
|||||||
width="100"
|
width="100"
|
||||||
align="center"
|
align="center"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="项目类型"
|
||||||
|
align="center"
|
||||||
|
>
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<span>{{scope.row.projectType == 1 ? '保证项目' : scope.row.projectType == 2 ? '一般项目' : ''}}</span>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="priorityName"
|
prop="priorityName"
|
||||||
label="问题等级"
|
label="问题等级"
|
||||||
@ -592,7 +599,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
downloadFn() {
|
downloadFn() {
|
||||||
fetch(this.$http.defaults.baseURL + 'xmgl/dangerTypeRecord/downloadDangerTypeRecordExcelTemplate', {
|
fetch(this.$http.defaults.baseURL + 'xmgl/xzSecurityDangerTypeRecord/downloadDangerTypeRecordExcelTemplate', {
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': this.$store.state.userInfo.token
|
'Authorization': this.$store.state.userInfo.token
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user