From e0f1f05b7567a7bfd29fd5ad54e4b2222ddfcb94 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 三月 2020 20:19:06 +0800 Subject: [PATCH] 2020-03-26 --- src/utils/option.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index 19b5658..313de88 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -125,6 +125,13 @@ value: '=', text: '=' }], + multiselect: [{ + value: 'like', + text: 'like' + }, { + value: 'not like', + text: 'not like' + }], select: [{ value: '=', text: '=' -- Gitblit v1.8.0