|
@@ -76,10 +76,10 @@
|
|
<span class="bold">提示:</span>
|
|
<span class="bold">提示:</span>
|
|
{{ items.desc }}
|
|
{{ items.desc }}
|
|
</p>
|
|
</p>
|
|
- <p>
|
|
|
|
|
|
+ <!-- <p>
|
|
<span class="bold">质控依据:</span>
|
|
<span class="bold">质控依据:</span>
|
|
{{ items.basis }}
|
|
{{ items.basis }}
|
|
- </p>
|
|
|
|
|
|
+ </p> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="gist" @click="clickListItem(index, 1)">
|
|
<div class="gist" @click="clickListItem(index, 1)">
|
|
@@ -184,10 +184,10 @@
|
|
<span class="bold">提示:</span>
|
|
<span class="bold">提示:</span>
|
|
{{ items.desc }}
|
|
{{ items.desc }}
|
|
</p>
|
|
</p>
|
|
- <p>
|
|
|
|
|
|
+ <!-- <p>
|
|
<span class="bold">质控依据</span>
|
|
<span class="bold">质控依据</span>
|
|
{{ items.basis }}
|
|
{{ items.basis }}
|
|
- </p>
|
|
|
|
|
|
+ </p> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="gist" @click="clickListItem(index, 2)">
|
|
<div class="gist" @click="clickListItem(index, 2)">
|
|
@@ -322,7 +322,7 @@ export default {
|
|
props: {},
|
|
props: {},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- activeName: this.$route.path == '/whitelist-bmyQualityResult' ? 'third' : 'first',
|
|
|
|
|
|
+ activeName: this.$route.path == '/whitelist-bmyQualityResult' ? 'third' : this.$route.path == '/whitelist-qualityResults' ? 'first' : 'second',
|
|
tabList: [
|
|
tabList: [
|
|
{
|
|
{
|
|
label: '病案首页',
|
|
label: '病案首页',
|
|
@@ -1223,7 +1223,8 @@ export default {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
.list-left-score {
|
|
.list-left-score {
|
|
- width: 70px;
|
|
|
|
|
|
+ width: 90px;
|
|
|
|
+ height: 90px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
@@ -1271,7 +1272,7 @@ export default {
|
|
.cont-reight-bottom-title {
|
|
.cont-reight-bottom-title {
|
|
border-right: 3px solid #ed3028;
|
|
border-right: 3px solid #ed3028;
|
|
width: 90px;
|
|
width: 90px;
|
|
- height: 100px;
|
|
|
|
|
|
+ height: 90px;
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
background-color: rgba(254, 240, 240, 1);
|
|
background-color: rgba(254, 240, 240, 1);
|
|
color: #ed3028;
|
|
color: #ed3028;
|
|
@@ -1289,7 +1290,7 @@ export default {
|
|
|
|
|
|
.cont-reight-bottom-title-null {
|
|
.cont-reight-bottom-title-null {
|
|
width: 90px;
|
|
width: 90px;
|
|
- height: 100px;
|
|
|
|
|
|
+ height: 90px;
|
|
background-color: rgba(254, 240, 240, 1);
|
|
background-color: rgba(254, 240, 240, 1);
|
|
border-right: 3px solid #78b2f1;
|
|
border-right: 3px solid #78b2f1;
|
|
text-align: center;
|
|
text-align: center;
|