|
@@ -14,9 +14,9 @@
|
|
<el-button type="primary" size="small" :disabled="selectionList.length==0" @click.stop="upType">更新商品类型
|
|
<el-button type="primary" size="small" :disabled="selectionList.length==0" @click.stop="upType">更新商品类型
|
|
</el-button>
|
|
</el-button>
|
|
</template>
|
|
</template>
|
|
- <template slot="cnameSearch">
|
|
|
|
- <goods-select v-model="search.cname" :configuration="goodsConfiguration" />
|
|
|
|
- </template>
|
|
|
|
|
|
+ <!--<template slot="cnameSearch">-->
|
|
|
|
+ <!-- <goods-select v-model="search.cname" :configuration="goodsConfiguration" />-->
|
|
|
|
+ <!--</template>-->
|
|
<template slot="priorityReferrer" slot-scope="{ row }">
|
|
<template slot="priorityReferrer" slot-scope="{ row }">
|
|
<el-checkbox :disabled="!row.$cellEdit" v-model="row.priorityReferrer" :true-label="1" :false-label="0" />
|
|
<el-checkbox :disabled="!row.$cellEdit" v-model="row.priorityReferrer" :true-label="1" :false-label="0" />
|
|
</template>
|
|
</template>
|