|
@@ -76,7 +76,7 @@
|
|
|
<template #slot-column-option="{scope}">
|
|
<template #slot-column-option="{scope}">
|
|
|
|
|
|
|
|
<el-button size="small" v-if="scope.row.status == 5">改价入库</el-button>
|
|
<el-button size="small" v-if="scope.row.status == 5">改价入库</el-button>
|
|
|
- <el-button @click.stop="changePrice(scope.row)" size="small" type="success" v-else-if="scope.row.status == 4">修改价格</el-button>
|
|
|
|
|
|
|
+ <el-button @click.stop="changePrice(scope.row)" size="small" type="success" v-else-if="scope.row.status == 4">修改售价</el-button>
|
|
|
<el-button @click.stop="changePrice(scope.row)" size="small" type="primary" v-else>改价入库</el-button>
|
|
<el-button @click.stop="changePrice(scope.row)" size="small" type="primary" v-else>改价入库</el-button>
|
|
|
|
|
|
|
|
<el-button @click.stop="detailShowFn(scope.row)" size="small" type="success">详情</el-button>
|
|
<el-button @click.stop="detailShowFn(scope.row)" size="small" type="success">详情</el-button>
|