diff --git a/fe/PC/src/components/currenDescriptions/index.vue b/fe/PC/src/components/currenDescriptions/index.vue index 8dda5908d..995990bcb 100644 --- a/fe/PC/src/components/currenDescriptions/index.vue +++ b/fe/PC/src/components/currenDescriptions/index.vue @@ -52,9 +52,7 @@ > - - {{ propsData[item.prop] ? propsData[item.prop] + "" : propsData[item.prop] }} - + {{ propsData[item.prop] ? propsData[item.prop] + "" : propsData[item.prop] }} - {{ scope.row[item.prop] ? scope.row[item.prop] + "" : scope.row[item.prop] }} - + >{{ scope.row[item.prop] ? scope.row[item.prop] + "" : scope.row[item.prop] }}