|
@@ -45,7 +45,7 @@
|
|
|
新增
|
|
|
</el-button>
|
|
|
<el-button type="text" v-if="scope.row.status === 0" @click="getChange(scope.row, 1)"
|
|
|
- v-hasPermi="['operation:tag:down']">禁用</el-button>
|
|
|
+ v-hasPermi="['operation:tag:down']">下架</el-button>
|
|
|
<span v-else>
|
|
|
<el-button type="text" @click="getDialog('编辑', scope.row)" style="margin-left: 10px"
|
|
|
v-hasPermi="['operation:tag:edit']">
|