Commit 4ab1b64d authored by 沈翠玲's avatar 沈翠玲
parents 35578602 f3e388c8
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
title: '是否有跟进记录', title: '是否有跟进记录',
width: 80, width: 80,
enum: BooleanStatus, enum: BooleanStatus,
search: activeName.value === '全部' ? { el: 'select', props: { filterable: true,clearable: true }, labelWidth: 90, defaultValue: 'N' } : null, search: { el: 'select', props: { filterable: true,clearable: true }, labelWidth: 90 },
fieldNames: { label: 'label', value: 'value' }, fieldNames: { label: 'label', value: 'value' },
slots: { slots: {
default: ({ row }) => { default: ({ row }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment