隐藏标签
This commit is contained in:
parent
d45b1acc21
commit
4e708d345c
@ -82,7 +82,7 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="标签:">
|
||||
<!-- <el-form-item label="标签:">
|
||||
<el-select
|
||||
v-model="tableFrom.mer_labels"
|
||||
placeholder="请选择"
|
||||
@ -98,7 +98,7 @@
|
||||
:value="item.id"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
<el-form-item label="运费模板:">
|
||||
<el-select
|
||||
v-model="tableFrom.temp_id"
|
||||
@ -151,12 +151,12 @@
|
||||
@click="batchShelf"
|
||||
>批量上架</el-button
|
||||
>
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
size="mini"
|
||||
:disabled="multipleSelection.length == 0"
|
||||
@click="batchLabel"
|
||||
>批量设置标签</el-button
|
||||
>
|
||||
> -->
|
||||
<el-button
|
||||
size="mini"
|
||||
:disabled="multipleSelection.length == 0"
|
||||
@ -329,7 +329,7 @@
|
||||
<span>{{ scope.row.us_status | productStatusFilter }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="stock" label="标签" min-width="90">
|
||||
<!-- <el-table-column prop="stock" label="标签" min-width="90">
|
||||
<template slot-scope="scope">
|
||||
<div
|
||||
v-for="(item, index) in scope.row.mer_labels"
|
||||
@ -339,7 +339,7 @@
|
||||
{{ item.name }}
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column prop="create_time" label="创建时间" min-width="150" />
|
||||
<el-table-column label="操作" min-width="150" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
@ -391,13 +391,13 @@
|
||||
@click="onAuditFree(scope.row)"
|
||||
>免审编辑</el-button
|
||||
>
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
v-if="tableFrom.type !== '5'"
|
||||
type="text"
|
||||
size="small"
|
||||
@click="onEditLabel(scope.row)"
|
||||
>编辑标签</el-button
|
||||
>
|
||||
> -->
|
||||
<el-button
|
||||
v-if="tableFrom.type === '5'"
|
||||
type="text"
|
||||
|
Loading…
x
Reference in New Issue
Block a user