From ea9cdac78107c68b94d24a0055bce461d0fd1ae2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 11 五月 2023 10:41:36 +0800
Subject: [PATCH] 2023-05-11

---
 src/utils/option.js |   80 ++++++++++------------------------------
 1 files changed, 20 insertions(+), 60 deletions(-)

diff --git a/src/utils/option.js b/src/utils/option.js
index fac69e0..2d60bbf 100644
--- a/src/utils/option.js
+++ b/src/utils/option.js
@@ -45,20 +45,20 @@
 
 // 绯荤粺妯℃澘
 export const sysTemps = [
-  {
-    title: '鍩虹琛ㄦ牸',
-    type: 'CommonTable',
-    url: nortable,
-    baseconfig: '',
-    isSystem: true
-  },
   // {
-  //   title: '鍩虹琛ㄦ牸锛堟柊锛�',
-  //   type: 'BaseTable',
+  //   title: '鍩虹琛ㄦ牸',
+  //   type: 'CommonTable',
   //   url: nortable,
   //   baseconfig: '',
   //   isSystem: true
   // },
+  {
+    title: '鍩虹琛ㄦ牸',
+    type: 'BaseTable',
+    url: nortable,
+    baseconfig: '',
+    isSystem: true
+  },
   // {
   //   title: '涓诲瓙琛ㄨ〃鏍�',
   //   type: 'CommonTable',
@@ -188,7 +188,7 @@
 
 // 鍖归厤瑙勫垯
 export const matchReg = {
-  text: [{
+  class1: [{
     value: 'like',
     text: 'like'
   }, {
@@ -210,20 +210,7 @@
     value: '<=',
     text: '<='
   }],
-  multiselect: [{
-    value: 'like',
-    text: 'like'
-  }, {
-    value: 'not like',
-    text: 'not like'
-  }],
-  select: [{
-    value: 'like',
-    text: 'like'
-  }, {
-    value: 'not like',
-    text: 'not like'
-  }, {
+  class2: [{
     value: '=',
     text: '='
   }, {
@@ -239,7 +226,14 @@
     value: '<=',
     text: '<='
   }],
-  date: [{
+  class3: [{
+    value: 'like',
+    text: 'like'
+  }, {
+    value: 'not like',
+    text: 'not like'
+  }],
+  class4: [{
     value: '>=',
     text: '>='
   }, {
@@ -249,11 +243,7 @@
     value: '=',
     text: '='
   }],
-  datemonth: [{
-    value: 'between',
-    text: 'between'
-  }],
-  daterange: [{
+  class5: [{
     value: 'between',
     text: 'between'
   }]
@@ -389,36 +379,6 @@
 }, {
   value: 'border-purple',
   text: '鐧藉簳绱'
-}]
-
-// 鎸夐挳棰滆壊闆�
-export const btnCustomClasses = [{
-  value: 'primary',
-  text: '钃濊壊'
-}, {
-  value: 'yellow',
-  text: '榛勮壊'
-}, {
-  value: 'orange',
-  text: '姗欒壊'
-}, {
-  value: 'danger',
-  text: '绾㈣壊'
-}, {
-  value: 'green',
-  text: '缁胯壊'
-}, {
-  value: 'dgreen',
-  text: '娣辩豢鑹�'
-}, {
-  value: 'purple',
-  text: '绱壊'
-}, {
-  value: 'cyan',
-  text: '闈掕壊'
-}, {
-  value: 'gray',
-  text: '鐏拌壊'
 }]
 
 export const calendarColors = [

--
Gitblit v1.8.0