Commit b4f537be authored by Mac's avatar Mac

1

parent 4c9d14f5
......@@ -37,12 +37,12 @@
</ul>
<vxe-table stripe style="margin-top:15px" :loading="loading"
:data="tableData">
<vxe-table-column field="SuppliesNum" title="档案编码">
<vxe-table-column field="SuppliesNum" title="档案编码" >
<template v-slot="{ row }">
<span class="underline" @click="getCheckDes(row)">{{row.SuppliesNum}}</span>
</template>
</vxe-table-column>
<vxe-table-column field="Name" title="档案名称">
<vxe-table-column field="Name" title="档案名称" width='200'>
<template v-slot="{ row }">
<span class="underline" @click="getCheckDes(row)">{{row.Name}}</span>
</template>
......@@ -56,7 +56,7 @@
<vxe-table-column field="BrandName" title="品牌"></vxe-table-column>
<vxe-table-column field="Money" title="成本价"></vxe-table-column>
<vxe-table-column field="SupplierName" title="供应商"></vxe-table-column>
<vxe-table-column field="Barcode" title="条形码号"></vxe-table-column>
<!-- <vxe-table-column field="Barcode" title="条形码号"></vxe-table-column>-->
<vxe-table-column field="UpdateDate" title="库存">
<template v-slot="{ row }">
<p>预警库存:{{row.ReservedStock}}</p>
......@@ -70,7 +70,7 @@
<p>{{row.UpdateDate}}</p>
</template>
</vxe-table-column>
<vxe-table-column field="UpdateDate" title="备注"></vxe-table-column>
<vxe-table-column field="Remark" title="备注"></vxe-table-column>
<vxe-table-column field="address" title="操作">
<template v-slot="{ row }">
<el-tooltip class="item" effect="dark" content="编辑" placement="top">
......
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