add sample template

This commit is contained in:
Jia Sheng Lee
2023-10-05 11:26:51 +08:00
parent 49d4110241
commit 455a6fcc22
2 changed files with 1 additions and 0 deletions
Binary file not shown.
@@ -86,6 +86,7 @@
<file-input-component :validator="$v.files" v-model="files">
<template slot="label">
<div class="font-heading fs-11 text-primary all-caps">Import Product CSV</div>
<div class="font-heading fs-11 text-primary all-caps"><a href="/template/import-po-template.xlsx" download>Sample Template</a></div>
</template>
</file-input-component>
</div>