1178232204@qq.com %!s(int64=3) %!d(string=hai) anos
pai
achega
fe09379b8c
Modificáronse 1 ficheiros con 10 adicións e 10 borrados
  1. 10 10
      src/components/AnalysisResult/index.jsx

+ 10 - 10
src/components/AnalysisResult/index.jsx

@@ -37,7 +37,7 @@ class AnalysisResult extends Component {
 									<th>来源</th>
 									<th>类型</th>
 									<th>原词</th>
-									<th>转化为标准词</th>
+									<th>转化词</th>
 									<th>值</th>
 									<th>单位</th>
 									<th>否定属性</th>
@@ -197,7 +197,7 @@ class AnalysisResult extends Component {
 								<table>
 									<tr>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 										<th>值</th>
 										<th>单位</th>
 										<th>否定属性</th>
@@ -232,7 +232,7 @@ class AnalysisResult extends Component {
 										<th>是否开单</th>
 										<th>套餐名</th>
 										<th>细项名</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 										<th>值</th>
 										<th>单位</th>
 									</tr>
@@ -265,7 +265,7 @@ class AnalysisResult extends Component {
 									<tr>
 										<th>是否开单</th>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 									</tr>
 									{(pacsOrder || []).map((item) => {
 										return <tr>
@@ -292,7 +292,7 @@ class AnalysisResult extends Component {
 								<table>
 									<tr>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 										<th>值</th>
 										<th>单位</th>
 									</tr>
@@ -313,7 +313,7 @@ class AnalysisResult extends Component {
 									<tr>
 										<th>是否开单</th>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 									</tr>
 									{(scale || []).map((item) => {
 										return <tr>
@@ -330,7 +330,7 @@ class AnalysisResult extends Component {
 								<table>
 									<tr>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 									</tr>
 									{(diag || []).map((item) => {
 										return <tr>
@@ -347,7 +347,7 @@ class AnalysisResult extends Component {
 									<tr>
 										<th>是否开单</th>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 									</tr>
 									{(operationOrder || []).map((item) => {
 										return <tr>
@@ -372,7 +372,7 @@ class AnalysisResult extends Component {
 									<tr>
 										<th>是否开单</th>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 									</tr>
 									{(transfusionOrder || []).map((item) => {
 										return <tr>
@@ -397,7 +397,7 @@ class AnalysisResult extends Component {
 									<tr>
 										<th>是否开单</th>
 										<th>原词</th>
-										<th>转化为标准词</th>
+										<th>转化词</th>
 										<th>剂型</th>
 									</tr>
 									{(drugOrder || []).map((item) => {