Browse Source

优化

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

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

@ -26,6 +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-Valid'">{{ scope.row['AP_CustDemandVerHead-Valid'] == true ? '当前使用':'' }}</span>
<span v-else>{{ scope.row[item] }}</span>
</template>
@ -62,6 +63,7 @@ export default {
"AP_CustDemandVerHead-Descr",
"AP_CustDemandVerHead-Valid",
"AP_CustDemandVerHead-Status",
"AP_CustDemandVerHead-GlobalPublish",
"AP_CustDemandVerHead-PlanReleaseTime",
"AP_CustDemandVerHead-ActualReleaseTime",
"AP_CustDemandVerHead-CreateMode",


Loading…
Cancel
Save