fix: 查看页面不显示中文
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -115,7 +115,7 @@ | ... | @@ -115,7 +115,7 @@ |
| 115 | scope.row.additionValue?.map(a => a.chName)?.join(',') : ((scope.row.constraintEnName == | 115 | scope.row.additionValue?.map(a => a.chName)?.join(',') : ((scope.row.constraintEnName == |
| 116 | 'limitedDeliveryConnector' || scope.row.constraintEnName == 'limitedUseConnector') ? | 116 | 'limitedDeliveryConnector' || scope.row.constraintEnName == 'limitedUseConnector') ? |
| 117 | scope.row.additionValue?.map(a => a.tenantName)?.join(',') : (scope.row.constraintEnName == 'limitedState' || | 117 | scope.row.additionValue?.map(a => a.tenantName)?.join(',') : (scope.row.constraintEnName == 'limitedState' || |
| 118 | scope.row.constraintEnName == 'areaAddress' ? scope.row.additionValue?.map(a => a.value)?.join(',') : | 118 | scope.row.constraintEnName == 'areaAddress' ? scope.row.additionValue?.map(a => a.label)?.join(',') : |
| 119 | scope.row['constraintValue']))) || '--'}}</span> | 119 | scope.row['constraintValue']))) || '--'}}</span> |
| 120 | </template> | 120 | </template> |
| 121 | </el-table-column> | 121 | </el-table-column> | ... | ... |
-
Please register or sign in to post a comment