|
|
@ -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", |
|
|
|