typoe fixed
This commit is contained in:
parent
fd1e380d7a
commit
c227784877
|
@ -23,7 +23,7 @@
|
|||
<vn-th th-id="picture"></vn-th>
|
||||
<vn-th field="id" number>Id</vn-th>
|
||||
<vn-th th-id="grouping" number>Grouping</vn-th>
|
||||
<vn-th th-id="packing" number>packing</vn-th>
|
||||
<vn-th th-id="packing" number>Packing</vn-th>
|
||||
<vn-th th-id="description" style="text-align: center">Description</vn-th>
|
||||
<vn-th th-id="stems" number>Stems</vn-th>
|
||||
<vn-th th-id="type">Type</vn-th>
|
||||
|
@ -55,8 +55,8 @@
|
|||
{{::item.id | zeroFill:6}}
|
||||
</span>
|
||||
</vn-td>
|
||||
<vn-td>{{::item.grouping | dashIfEmpty}}</vn-td>
|
||||
<vn-td>{{::item.packing | dashIfEmpty}}</vn-td>
|
||||
<vn-td number>{{::item.grouping | dashIfEmpty}}</vn-td>
|
||||
<vn-td number>{{::item.packing | dashIfEmpty}}</vn-td>
|
||||
<vn-td expand>
|
||||
<vn-fetched-tags
|
||||
max-length="6"
|
||||
|
|
Loading…
Reference in New Issue