From b21542ffa283ca3fff2d1d7bdd431eb7722fa5f8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 十二月 2021 16:24:32 +0800 Subject: [PATCH] 2021-12-09 --- src/utils/option.js | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index ed22d33..7c3ef9c 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -115,8 +115,13 @@ {value: 3, text: '鍓嶄笁澶�'}, {value: 7, text: '鍓嶄竷澶�'}, {value: 30, text: '鍓�30澶�'}, + {value: 90, text: '鍓�90澶�'}, {value: -1, text: '鏄庡ぉ'}, - {value: -2, text: '鍚庡ぉ'} + {value: -2, text: '鍚庡ぉ'}, + {value: -3, text: '鍚庝笁澶�'}, + {value: -7, text: '鍚庝竷澶�'}, + {value: -30, text: '鍚�30澶�'}, + {value: -90, text: '鍚�90澶�'}, ], dateweek: [ {value: '', text: _dict['model.empty']}, @@ -156,8 +161,13 @@ {value: 3, text: '鍓嶄笁澶�'}, {value: 7, text: '鍓嶄竷澶�'}, {value: 30, text: '鍓�30澶�'}, + {value: 90, text: '鍓�90澶�'}, {value: -1, text: '鏄庡ぉ'}, - {value: -2, text: '鍚庡ぉ'} + {value: -2, text: '鍚庡ぉ'}, + {value: -3, text: '鍚庝笁澶�'}, + {value: -7, text: '鍚庝竷澶�'}, + {value: -30, text: '鍚�30澶�'}, + {value: -90, text: '鍚�90澶�'}, ] } -- Gitblit v1.8.0