mast_item_banktwo
杨树林 5 years ago
parent 2b3fce0089
commit 5717031a00

@ -91,7 +91,9 @@ class Paperreview_single extends Component {
itemsnamesy=objectsingle&&objectsingle.program_attr&&objectsingle.program_attr.description;
}
var fenshul=(objectsingle.score+"分");
const options = [
'bold', // 加粗
]
return (
<div key={indexxy}
className={ "w100s borderwdswuh mb20 pd20 "}
@ -173,6 +175,7 @@ class Paperreview_single extends Component {
""
:
<QuillForEditor
options={options}
readOnly={true}
value={itemssname}
/>

@ -151,10 +151,13 @@ class Listjihe extends Component {
}catch (e) {
analysisnames=items&&items.analysis;
}
console.log(items.name);
console.log(itemsnamesy);
console.log(analysisnames);
// console.log(items.name);
// console.log(itemsnamesy);
//
// console.log(analysisnames);
const options = [
'bold', // 加粗
]
return (
<div key={keindex}
className={chakanjiexiboolindex === keindex ? "w100s borderwds283 pd20 mb20 listjihecolors" : "w100s borderwds pd20 mb20 listjihecolors"}>
@ -195,6 +198,7 @@ class Listjihe extends Component {
items.name.length>0?
itemssname===null|| itemssname===undefined?"":
<QuillForEditor
options={options}
readOnly={true}
value={itemssname}
/>

@ -87,6 +87,9 @@ class Paperlibraryseeid_items extends Component {
}catch (e) {
itemsnamesy=objectsingle&&objectsingle.program_attr&&objectsingle.program_attr.description;
}
const options = [
'bold', // 加粗
]
return (
<div key={indexxy}
className={ "w100s borderwdswuh mb20 pd20 "}
@ -166,6 +169,7 @@ class Paperlibraryseeid_items extends Component {
""
:
<QuillForEditor
options={options}
readOnly={true}
value={itemssname}
/>

Loading…
Cancel
Save