+ {{ text == 0 ? '待处理' : '已归类' }} +
+@@ -265,6 +276,13 @@ const columns = [ dataIndex: 'status', scopedSlots: { customRender: 'status' }, }, + { + title: '类别', + width: '80px', + dataIndex: 'cate_status', + sorter: true, + scopedSlots: { customRender: 'cate_status' }, + }, { title: '比同款下架', width: '80px', @@ -316,10 +334,10 @@ export default { channel: '', merchant_id: '', is_jd_remove: '', - is_brand:'', - is_new:'', - is_in_store:'', - is_paihang:'' + is_brand: '', + is_new: '', + is_in_store: '', + is_paihang: '' }, setupIndex: 0, setupValue: 1, @@ -437,7 +455,7 @@ export default { }, handleSetup(type) { this.setupValue = 1; - this.paihang=''; + this.paihang = ''; this.setupIndex = type; this.batchVisible = true; }, @@ -652,6 +670,13 @@ export default { }, } + + \ No newline at end of file