Commit 02a785c6 authored by 沈翠玲's avatar 沈翠玲

增加默认值

parent 4ab1b64d
......@@ -383,7 +383,7 @@
title: '是否有跟进记录',
width: 80,
enum: BooleanStatus,
search: { el: 'select', props: { filterable: true,clearable: true }, labelWidth: 90 },
search: activeName.value === '全部' ? { el: 'select', props: { filterable: true,clearable: true }, labelWidth: 90, defaultValue: 'N' } : null,
fieldNames: { label: 'label', value: 'value' },
slots: {
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