Commit 4a7ef9e0 authored by godwithdh's avatar godwithdh

refresh

parent 549ca386
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
<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 style="color: #cb855d;font-size: 11px;">{{v.sSampleMaterialNo||"asdfasdf"}}</div> <div style="color: #cb855d;font-size: 11px;">{{v.sSampleMaterialNo||""}}</div>
<div style="font-size: 14px;">{{v.sProviderName||"45rtfg"}}</div> <div style="font-size: 14px;">{{v.sProviderName||""}}</div>
</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