update order remark ui

This commit is contained in:
edmondlang
2021-11-02 00:00:31 +08:00
parent e0a78cc126
commit 6fcf952967
5 changed files with 139 additions and 4 deletions
@@ -16,8 +16,19 @@
<div class="col-6">
<div class="row m-b-5">
<div class="col">
<small class="fs-10 all-caps muted">Order No.</small>
<h6 class="no-margin small">{{item.reference}}</h6>
<div class="row">
<div class="col">
<small class="fs-10 all-caps muted">Order No</small>
</div>
</div>
<div class="row">
<div class="col-9 p-r-0">
<h6 class="no-margin small" style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{item.reference}}</h6>
</div>
<div class="col p-l-0" v-if="item.remarks.length >= 1">
<i class="fa fa-info-circle m-l-5" data-html="true" v-tooltip:right="'<h6 class=\'text-white text-left fs-13 m-t-0 m-b-5 semi-bold\'>Remarks</h6><p class=\'text-white text-left lh-17 no-margin\'>'+item.remarks[0].content+'</p>'" ></i>
</div>
</div>
</div>
</div>
<div class="row m-b-5">