Merge branch 'dwb' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management

This commit is contained in:
gyq
2024-06-21 17:43:45 +08:00
4 changed files with 29 additions and 3 deletions

View File

@@ -41,11 +41,17 @@
</div>
</template>
</el-table-column>
<el-table-column label="规格" prop="number">
<template v-slot="scope">
{{scope.row.specSnap }}
</template>
</el-table-column>
<el-table-column label="库存" prop="number">
<template v-slot="scope">
{{ `${scope.row.number} ${scope.row.unitName}` }}
</template>
</el-table-column>
<el-table-column label="库存开关">
<template v-slot="scope">
<el-switch v-model="scope.row.isStock" :active-value="1" :inactive-value="0"