diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index 4589eea6..e1b2f00d 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -191,7 +191,7 @@ -
+
@@ -528,7 +528,7 @@ export default { detailClick(row){ this.detailParamss={} let applyNumber=row.applyNumber - if (this.departmentId === 3) { //能力上架 + if (this.departmentId == 3) { //能力上架 this.detailType='能力上架' let params = { processInstanceId: applyNumber, diff --git a/front/src/views/capacityOnTheShelf/Application.vue b/front/src/views/capacityOnTheShelf/Application.vue index a616eb81..168072fc 100644 --- a/front/src/views/capacityOnTheShelf/Application.vue +++ b/front/src/views/capacityOnTheShelf/Application.vue @@ -300,6 +300,7 @@ '应用名称', '应用描述', '应用类型', + '应用状态', ]) const notFilled = ref([]) getUser().then((res) => {