diff --git a/openhis-ui-vue3/src/views/datadictionary/definition/index.vue b/openhis-ui-vue3/src/views/datadictionary/definition/index.vue index bf1e0f81c..4a68a8730 100755 --- a/openhis-ui-vue3/src/views/datadictionary/definition/index.vue +++ b/openhis-ui-vue3/src/views/datadictionary/definition/index.vue @@ -82,19 +82,18 @@ - - - {{ scope.row.chargeName ? scope.row.chargeName : "-" }} - - + {{ scope.row.orgId_dictText ? scope.row.orgId_dictText : "-" }} - - + - - + - - + {{ scope.row.price ? thousandNumber(scope.row.price) : "-" }} - - + - - + - - + - - + + - - - {{ scope.row.chargeName ? scope.row.chargeName : "-" }} - - + {{ scope.row.orgId_dictText ? scope.row.orgId_dictText : "-" }} - - + - - + - - + {{ scope.row.price ? thousandNumber(scope.row.price) : "-" }} - - + - - + - - + - - + + - - - {{ scope.row.chargeName ? scope.row.chargeName : "-" }} - - + {{ scope.row.orgId_dictText ? scope.row.orgId_dictText : "-" }} - - + - - + - - + {{ scope.row.price ? thousandNumber(scope.row.price) : "-" }} - - + - - + - - + - - + + - - - - + {{ scope.row.amount ? scope.row.amount : "-" }} - - + +