diff --git a/src/views/xm/core/xmProject/XmProjectMng.vue b/src/views/xm/core/xmProject/XmProjectMng.vue index b0ca10cd..64ab86a7 100644 --- a/src/views/xm/core/xmProject/XmProjectMng.vue +++ b/src/views/xm/core/xmProject/XmProjectMng.vue @@ -99,7 +99,7 @@
{{p.name}}
-
{{p.code}} {{formatProjectStatus(p.status)}} +
{{p.code}} {{formatProjectStatus(dicts,'projectStatus',p.status)}} 删除 复制 统计 @@ -203,13 +203,7 @@ @@ -414,6 +408,7 @@ } },//end data methods: { + ...util, handleSizeChange(pageSize) { this.pageInfo.pageSize=pageSize; this.getXmProjects(); @@ -873,7 +868,7 @@ this.filters.productName=this.$route.params.productName; } this.$nextTick(() => { - initSimpleDicts('all',['projectType','priority','projectStatus']).then(res=>{ + initSimpleDicts('all',['projectType','priority','projectStatus','bizFlowState']).then(res=>{ this.dicts=res.data.data; }) this.maxTableHeight = this.source == 'GZT' ? this.maxTableHeight : util.calcTableMaxHeight(this.$refs.table.$el);