From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/utils/option.js | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 114 insertions(+), 6 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index 45e2347..3a2d801 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -116,12 +116,19 @@ {value: 7, text: '鍓嶄竷澶�'}, {value: 30, text: '鍓�30澶�'}, {value: 90, text: '鍓�90澶�'}, + {value: 7300, text: '鍓�20骞�'}, {value: -1, text: '鏄庡ぉ'}, {value: -2, text: '鍚庡ぉ'}, {value: -3, text: '鍚庝笁澶�'}, {value: -7, text: '鍚庝竷澶�'}, {value: -30, text: '鍚�30澶�'}, {value: -90, text: '鍚�90澶�'}, + {value: -180, text: '鍚庡崐骞�'}, + {value: -365, text: '鍚�1骞�'}, + {value: -1095, text: '鍚�3骞�'}, + {value: -1825, text: '鍚�5骞�'}, + {value: -3650, text: '鍚�10骞�'}, + {value: -7300, text: '鍚�20骞�'}, ], dateweek: [ {value: '', text: _dict['model.empty']}, @@ -156,18 +163,25 @@ ], datetime: [ {value: '', text: _dict['model.empty']}, - {value: '0', text: '浠婂ぉ'}, + {value: '0', text: '褰撳墠'}, {value: 1, text: '鏄ㄥぉ'}, {value: 3, text: '鍓嶄笁澶�'}, {value: 7, text: '鍓嶄竷澶�'}, {value: 30, text: '鍓�30澶�'}, {value: 90, text: '鍓�90澶�'}, + {value: 7300, text: '鍓�20骞�'}, {value: -1, text: '鏄庡ぉ'}, {value: -2, text: '鍚庡ぉ'}, {value: -3, text: '鍚庝笁澶�'}, {value: -7, text: '鍚庝竷澶�'}, {value: -30, text: '鍚�30澶�'}, {value: -90, text: '鍚�90澶�'}, + {value: -180, text: '鍚庡崐骞�'}, + {value: -365, text: '鍚�1骞�'}, + {value: -1095, text: '鍚�3骞�'}, + {value: -1825, text: '鍚�5骞�'}, + {value: -3650, text: '鍚�10骞�'}, + {value: -7300, text: '鍚�20骞�'}, ] } @@ -685,6 +699,8 @@ 'up', 'left', 'right', + 'download', + 'upload', 'step-backward', 'step-forward', 'double-right', @@ -699,17 +715,15 @@ 'search', 'fullscreen', 'fullscreen-exit', - 'download', - 'upload' ], hint: [ - 'question', - 'question-circle', 'plus', 'plus-circle', 'pause-circle', 'minus', 'minus-circle', + 'question', + 'question-circle', 'info-circle', 'exclamation-circle', 'close', @@ -805,6 +819,100 @@ 'poweroff', 'shopping-cart', 'link', + 'aim', + 'apartment', + 'appstore-add', + 'audio-mute', + 'audit', + 'bars', + 'block', + 'book', + 'bulb', + 'border', + 'number', + 'branches', + 'build', + 'calculator', + 'car', + 'carry-out', + 'ci', + 'clear', + 'cloud-download', + 'cloud-server', + 'cloud-sync', + 'cloud-upload', + 'cluster', + 'code', + 'coffee', + 'comment', + 'compress', + 'control', + 'copyright', + 'crown', + 'delete-column', + 'delete-row', + 'delivered-procedure', + 'deployment-unit', + 'desktop', + 'disconnect', + 'dollar', + 'euro', + 'expand', + 'export', + 'file-add', + 'file-done', + 'file-image', + 'file-pdf', + 'file-ppt', + 'file-text', + 'file-unknown', + 'file-word', + 'file-zip', + 'fork', + 'frown', + 'funnel-plot', + 'gateway', + 'gif', + 'gift', + 'global', + 'gold', + 'import', + 'laptop', + 'loading', + 'medicine-box', + 'meh', + 'menu', + 'paper-clip', + 'partition', + 'pay-circle', + 'printer', + 'pushpin', + 'qrcode', + 'reload', + 'rest', + 'robot', + 'rotate-left', + 'rotate-right', + 'safety-certificate', + 'save', + 'send', + 'shake', + 'share-alt', + 'shop', + 'shopping', + 'sound', + 'sync', + 'tag', + 'tags', + 'trademark', + 'trophy', + 'usb', + 'user-add', + 'user-delete', + 'user-switch', + 'video-camera', + 'wifi', + 'table', 'apple', 'dingding', 'weibo', @@ -815,4 +923,4 @@ ] } -export const queryTableSql = 'select TbName,Remark from (select TbName,Remark from sDataDictb where appkey= @appkey@ and Deleted=0 union select a.TbName,Remark from (select TbName,Remark from sDataDictb where appkey= \'\' and Deleted=0 ) a left join (select TbName from sDataDictb where appkey= @appkey@ and Deleted=0 ) b on a.TbName=b.TbName where b.TbName is null ) t' +export const queryTableSql = 'select top 999999 TbName,Remark from (select TbName,Remark from sDataDictb where appkey= @appkey@ and Deleted=0 union select a.TbName,Remark from (select TbName,Remark from sDataDictb where appkey= \'\' and Deleted=0 ) a left join (select TbName from sDataDictb where appkey= @appkey@ and Deleted=0 ) b on a.TbName=b.TbName where b.TbName is null ) t order by TbName' -- Gitblit v1.8.0