|
@@ -2,7 +2,10 @@ import style from "../index.less";
|
|
|
import { filterDataArr } from '@utils/tools';
|
|
|
|
|
|
const ItemPart = (props) => {
|
|
|
- const {dataStr,title,type,dataJson,other_yjs} = props;
|
|
|
+ let {dataStr,title,type,dataJson,other_yjs,lastDot} = props;
|
|
|
+ if(lastDot){
|
|
|
+ dataStr=dataStr.trim().replace(/;$/g,'。');
|
|
|
+ }
|
|
|
return <tr className={style['patInfoFst']}>
|
|
|
<td className={style['patInfoSec']}>{title}</td>
|
|
|
{
|