Browse Source

优化

pull/113/head
wangxy 3 years ago
parent
commit
389eaa1d96
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/plan/workbench/homePage/beta/predict/index.vue

+ 2
- 2
src/views/plan/workbench/homePage/beta/predict/index.vue View File

@ -26,7 +26,7 @@
<template #default="scope">
<span v-if="item === 'AP_CustDemandVerHead-PlantNr'">{{ getWorkshopName(scope.row['AP_CustDemandVerHead-PlantNr']) }}</span>
<span v-else-if="item === 'AP_CustDemandVerHead-Status'">{{ scope.row['AP_CustDemandVerHead-Status'] == '1' ? '已发布':'未发布' }}</span>
<span v-else-if="item === 'AP_CustDemandVerHead-GlobalPublish'">{{ scope.row['AP_CustDemandVerHead-GlobalPublish'] == 1 ? '已发布':'未发布' }}</span>
<span v-else-if="item === 'AP_CustDemandVerHead-GlobalPublish'">{{ scope.row['AP_CustDemandVerHead-GlobalPublish'] == 1 ? '是':'否' }}</span>
<span v-else-if="item === 'AP_CustDemandVerHead-Valid'">{{ scope.row['AP_CustDemandVerHead-Valid'] == true ? '当前使用':'' }}</span>
<span v-else>{{ scope.row[item] }}</span>
</template>
@ -66,7 +66,7 @@ export default {
"AP_CustDemandVerHead-GlobalPublish",
"AP_CustDemandVerHead-PlanReleaseTime",
"AP_CustDemandVerHead-ActualReleaseTime",
"AP_CustDemandVerHead-CreateMode",
// "AP_CustDemandVerHead-CreateMode",
"AP_CustDemandVerHead-CreateUser",
"AP_CustDemandVerHead-LastModify",
"AP_CustDemandVerHead-LastUser",


Loading…
Cancel
Save