From c76e56d9cc6f8f5e93aaf355b269ec8cac8c6b95 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 15 二月 2020 02:18:10 +0800 Subject: [PATCH] 2020-02-15 --- src/utils/option.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index 747831e..b606bae 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -5,6 +5,7 @@ const _dict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS +// 琛ㄥ崟鏍¢獙瑙勫垯 export const formRule = { input: { max: 100, @@ -36,6 +37,7 @@ } } +// 绯荤粺妯℃澘 export const sysTemps = [ { title: '鍩虹琛ㄦ牸', @@ -61,6 +63,7 @@ } ] +// 鏃ユ湡榛樿鍊奸�夋嫨鑼冨洿 export const dateOptions = { date: [ {value: '', text: _dict['date.empty']}, @@ -105,7 +108,8 @@ ] } -export const matchReg = { // 鍖归厤瑙勫垯 +// 鍖归厤瑙勫垯 +export const matchReg = { text: [{ value: 'like', text: 'like' @@ -146,6 +150,7 @@ }] } +// 鎸夐挳鍥炬爣闆� export const btnIcons = [{ value: '', text: 'unset' @@ -187,6 +192,7 @@ text: 'step-forward' }] +// 鎸夐挳棰滆壊闆� export const btnClasses = [{ value: 'default', text: '榛樿锛堥粦杈圭櫧搴曪級' @@ -239,3 +245,5 @@ value: 'border-purple', text: '鐧藉簳绱' }] + +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' -- Gitblit v1.8.0