Browse Source

Merge pull request '优化' (#112) from wangxy into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/112
pull/114/head
wangxy 3 years ago
parent
commit
2ef4fb5e62
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