|
@@ -75,7 +75,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="status" :label="'审核状态'" min-width="100" >
|
|
|
<template slot-scope="scope">
|
|
|
- {{scope.row.status == null?"-":approvalStatusStr[scope.row.status-1]}}
|
|
|
+ {{scope.row.status == null?"-":approvalStatusStr[scope.row.status]}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="$t('operation')" :width="300" align="left" fixed="right">
|
|
@@ -380,7 +380,7 @@ return {
|
|
|
page: 1,
|
|
|
size: localStorage.getItem("projectPageSize")==null?20:parseInt(localStorage.getItem("projectPageSize")),
|
|
|
listLoading:false,
|
|
|
- approvalStatusStr:["待审核","已通过","已驳回"],
|
|
|
+ approvalStatusStr:["待审核","已通过","已驳回","已撤销"],
|
|
|
importanceList:[{id:1,label:this.$t('zheng-chang')},{id:2,label:this.$t('jin-ji')},{id:3,label:this.$t('zhong-yao')},{id:4,label:this.$t('zhong-yao-qie-jin-ji')}],
|
|
|
importanceListLable:[this.$t('zheng-chang'), this.$t('jin-ji'), this.$t('zhong-yao'), this.$t('zhong-yao-qie-jin-ji'), this.$t('di-feng-xian'), this.$t('zhong-feng-xian'), this.$t('gao-feng-xian')],
|
|
|
addFormVisible:false,
|