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