|
@@ -166,7 +166,7 @@ function renderScaleInfo(icon, className,title, data) {
|
|
|
|
|
|
function renderTreatText(className,title,data, parentNode) {
|
|
function renderTreatText(className,title,data, parentNode) {
|
|
const childrenNodeBoxStr = `
|
|
const childrenNodeBoxStr = `
|
|
- <div class = "treatItemBox ${className + 'box'}">
|
|
|
|
|
|
+ <div class = "treatItemBox ${className + 'box'} disCopy">
|
|
<p class="treatItemTitle">${title}:</p>
|
|
<p class="treatItemTitle">${title}:</p>
|
|
<div class="treatTextBox">
|
|
<div class="treatTextBox">
|
|
<p class="${className + 'Info'} clearfix"></p>
|
|
<p class="${className + 'Info'} clearfix"></p>
|
|
@@ -262,7 +262,7 @@ function renderTipsInfo(icon, className,title,data) {
|
|
if(data.length === 0) {
|
|
if(data.length === 0) {
|
|
str = `<div class="informationBox tipsInfoWrapper ${className} clearfix">
|
|
str = `<div class="informationBox tipsInfoWrapper ${className} clearfix">
|
|
<p class="diagName recommendNull">暂无数据</p>
|
|
<p class="diagName recommendNull">暂无数据</p>
|
|
- <div class="tipsInfoBox clearfix ${className + 'box'}"></div>
|
|
|
|
|
|
+ <div class="tipsInfoBox clearfix ${className + 'box'} disCopy"></div>
|
|
</div>`
|
|
</div>`
|
|
} else {
|
|
} else {
|
|
str = `<div class="informationBox tipsInfoWrapper ${className} clearfix">
|
|
str = `<div class="informationBox tipsInfoWrapper ${className} clearfix">
|