|
@@ -79,17 +79,17 @@
|
|
|
<div class="checkout-cont-info" v-if="dataObj.template_type == 2">
|
|
|
<div class="checkout-cont-chief checkout-cont-mg20">
|
|
|
<div class="checkout-cont-chief-item checkout-cont-chief-bole checkout-cont-tc">序号</div>
|
|
|
- <div class="checkout-cont-chief-item checkout-cont-chief-bole">中文名称</div>
|
|
|
- <div class="checkout-cont-chief-item checkout-cont-chief-bole">英文名称</div>
|
|
|
+ <div class="checkout-cont-chief-item checkout-cont-chief-bole" style="width: 25%">中文名称</div>
|
|
|
+ <!-- <div class="checkout-cont-chief-item checkout-cont-chief-bole">英文名称</div> -->
|
|
|
<div class="checkout-cont-chief-item checkout-cont-chief-bole">检验结果</div>
|
|
|
<div class="checkout-cont-chief-item checkout-cont-chief-bole">异常结果提示</div>
|
|
|
<div class="checkout-cont-chief-item checkout-cont-chief-bole">参考范围</div>
|
|
|
<div class="checkout-cont-chief-item checkout-cont-chief-bole">单位</div>
|
|
|
</div>
|
|
|
<div class="checkout-cont-chief checkout-cont-mg20" v-for="(jitem, index) in dataObj.JCXM" :key="index">
|
|
|
- <div class="checkout-cont-chief-item checkout-cont-tc">{{ index }}</div>
|
|
|
- <div class="checkout-cont-chief-item">{{ jitem.JYXM }}</div>
|
|
|
- <div class="checkout-cont-chief-item">{{ jitem.YW }}</div>
|
|
|
+ <div class="checkout-cont-chief-item checkout-cont-tc">{{ index + 1 }}</div>
|
|
|
+ <div class="checkout-cont-chief-item" style="width: 25%">{{ jitem.JYXM }}</div>
|
|
|
+ <!-- <div class="checkout-cont-chief-item">{{ jitem.YW }}</div> -->
|
|
|
<div class="checkout-cont-chief-item">{{ jitem.JG }}</div>
|
|
|
<div class="checkout-cont-chief-item">{{ jitem.TS }}</div>
|
|
|
<div class="checkout-cont-chief-item">{{ jitem.CKFW }}</div>
|
|
@@ -291,6 +291,7 @@ export default {
|
|
|
width: 15%;
|
|
|
text-align: left;
|
|
|
padding-right: 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
.checkout-cont-tc {
|
|
|
text-align: center;
|