@@ -241,7 +241,7 @@ class Inspect extends React.Component {
list && list.map((item, idx) => {
return <li key={idx}
className={styles.searchLi}
- title={item.name}
+ title={item.name == item.retrievalName ? item.name : item.name + '(' + item.retrievalName + ')'}
onClick={() => {
handleSign(item.questionId, idx,'search');
this.setState({ show: false })
@@ -76,6 +76,7 @@ class PreviewBody extends Component {
}
render() {
const { show, preInfo, dataJson, dataStr, baseObj, flg } = this.props;
+ console.log(dataJson)
const other_yjs = filterOtherDataArr(JSON.parse(dataStr.other),dataJson.other);
const noData = JSON.stringify(preInfo) == '{}';
return <div className={style['content']} style={{ width: flg ? '700' : '820' }}>
@@ -24,11 +24,16 @@ table{
padding: 9px 5px 8px 0px;
line-height: 20px;
- &>tr>td:first-child {//打印样式需要改
- text-align: right;
+ .patInfoFst .patInfoSec:first-child{
+ text-align: right;
width: 70px;
font-size: 14px;
+ &>tr>td:first-child {//打印样式需要改
+ // text-align: right;
+ // width: 70px;
+ // font-size: 14px;
+ }
.patInfo {
margin: 0px 0px 30px 0px;