核算价格

This commit is contained in:
zhangdingyu
2019-09-20 10:27:44 +08:00
parent 5f9bf325d9
commit 88620d598b
2 changed files with 6 additions and 6 deletions

View File

@@ -78,7 +78,7 @@
<span v-else>{{ scope.row.安全库存量 }}</span>
</template>
</el-table-column>
<el-table-column label="设置" min-width="100" align="center" fixed="right">
<el-table-column label="设置" min-width="100" align="center">
<template slot-scope="scope">
<el-button v-if="scope.row.changeSafeValue" type="mini" plain size="mini" icon="el-icon-circle-check-outline" @click="confirmEdit(scope.row)">确定</el-button>
<el-button