Commit 9375433d authored by youjie's avatar youjie

no message

parent 3f97024a
......@@ -80,8 +80,8 @@
<span v-else>{{row.Number}}</span>
</template>
</vxe-table-column>
<vxe-table-column field="ShowUnit_Price" title="账面单价"></vxe-table-column>
<vxe-table-column field="Money" title="库存金额"></vxe-table-column>
<vxe-table-column field="ShowUnit_Price" title="账面单价"></vxe-table-column>
<vxe-table-column field="Number" title="到期数量">
<template v-slot="{ row }">
<span class="underline" @click="gomater(row)">{{row.RecentExpiresNum}}</span>
......
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