Commit cbf384d1 authored by godwithdh's avatar godwithdh

refresh

parent 880cafee
...@@ -20,10 +20,11 @@ ...@@ -20,10 +20,11 @@
text-align: left; text-align: left;
>td{ >td{
padding-left:15px; padding-left:15px;
&:first-child{
color:#5E9AFE; color:#5E9AFE;
text-decoration: underline; text-decoration: underline;
} // >span{
// border-bottom:1px solid #5E9AFE;
// }
} }
} }
&:not(.name){ &:not(.name){
...@@ -64,9 +65,9 @@ ...@@ -64,9 +65,9 @@
<template v-for="(v,k) in list"> <template v-for="(v,k) in list">
<tr class="name" :key="k+'_name'"> <tr class="name" :key="k+'_name'">
<td @click="toDetail(k)"> <td @click="toDetail(k)">
<div>{{v.sSampleMaterialNo||""}}</div> <span style="font-size: 13px;">{{v.sSampleMaterialNo||""}}</span>
<!-- <div style="color: #cb855d;font-size: 11px;">{{v.sSampleMaterialNo||""}}</div> <span>{{v.sSampleMaterialNo&&v.sSampleMaterialName?",":""}}</span>
<div style="font-size: 14px;">{{v.sProviderName||""}}</div> --> <span style="font-size: 13px">{{v.sSampleMaterialName||""}}</span>
</td> </td>
</tr> </tr>
<tr :key="k+'_1'"> <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