Commit cbf384d1 authored by godwithdh's avatar godwithdh

refresh

parent 880cafee
......@@ -20,10 +20,11 @@
text-align: left;
>td{
padding-left:15px;
&:first-child{
color:#5E9AFE;
text-decoration: underline;
}
color:#5E9AFE;
text-decoration: underline;
// >span{
// border-bottom:1px solid #5E9AFE;
// }
}
}
&:not(.name){
......@@ -64,9 +65,9 @@
<template v-for="(v,k) in list">
<tr class="name" :key="k+'_name'">
<td @click="toDetail(k)">
<div>{{v.sSampleMaterialNo||""}}</div>
<!-- <div style="color: #cb855d;font-size: 11px;">{{v.sSampleMaterialNo||""}}</div>
<div style="font-size: 14px;">{{v.sProviderName||""}}</div> -->
<span style="font-size: 13px;">{{v.sSampleMaterialNo||""}}</span>
<span>{{v.sSampleMaterialNo&&v.sSampleMaterialName?",":""}}</span>
<span style="font-size: 13px">{{v.sSampleMaterialName||""}}</span>
</td>
</tr>
<tr :key="k+'_1'">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment