king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
src/utils/option.js
@@ -115,8 +115,20 @@
    {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: -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,8 +168,20 @@
    {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: -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年'},
  ]
}
@@ -675,41 +699,31 @@
    'up',
    'left',
    'right',
    // 'caret-up',
    // 'caret-down',
    // 'caret-left',
    // 'caret-right',
    'download',
    'upload',
    'step-backward',
    'step-forward',
    // 'fast-backward',
    // 'fast-forward',
    'double-right',
    'double-left',
    // 'forward',
    // 'backward',
    'rollback',
    'enter',
    'retweet',
    'swap',
    // 'swap-left',
    // 'swap-right',
    'play-circle',
    'login',
    'logout',
    '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',
@@ -746,20 +760,6 @@
    'fall',
    'rise',
    'stock',
  ],
  trademark: [
    'android',
    'apple',
    'chrome',
    'aliwangwang',
    'dingding',
    'weibo',
    'twitter',
    'wechat',
    'alipay-circle',
    'taobao',
    'qq',
    'alipay',
  ],
  normal: [
    'user',
@@ -819,6 +819,107 @@
    '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',
    'wechat',
    'taobao',
    'qq',
    'alipay',
  ]
}