Ver Fonte

:lipstick: Updating the UI and style files. 表格 默认隐藏搜索

冷冷 há 5 anos atrás
pai
commit
07afc129b9

Diff do ficheiro suprimidas por serem muito extensas
+ 1 - 1
public/cdn/avue/index.css


Diff do ficheiro suprimidas por serem muito extensas
+ 3 - 3
public/cdn/avue/index.js


+ 1 - 0
src/const/crud/activiti/leave-bill.js

@@ -25,6 +25,7 @@ export const tableOption = {
   editBtn: false,
   delBtn: false,
   addBtn: false,
+  searchShow: false,
   menuType: 'menu',
   column: [
     {

+ 1 - 0
src/const/crud/activiti/task.js

@@ -24,6 +24,7 @@ export const tableOption = {
   editBtn: false,
   delBtn: false,
   addBtn: false,
+  searchShow: false,
   menuType: 'menu',
   column: [
     {

+ 1 - 0
src/const/crud/admin/client.js

@@ -31,6 +31,7 @@ export const tableOption = {
   stripe: true,
   menuAlign: 'center',
   align: 'center',
+  searchShow: false,
   viewBtn: true,
   column: [{
     width: 150,

+ 1 - 0
src/const/crud/admin/dict.js

@@ -23,6 +23,7 @@ export const tableOption = {
   align: 'center',
   refreshBtn: false,
   showClomnuBtn: false,
+  searchShow: false,
   searchSize: 'mini',
   column: [{
     label: '类型',

+ 1 - 0
src/const/crud/admin/log.js

@@ -25,6 +25,7 @@ export const tableOption = {
   refreshBtn: true,
   showClomnuBtn: false,
   searchSize: 'mini',
+  searchShow: false,
   addBtn: false,
   editBtn: false,
   viewBtn: true,

+ 1 - 0
src/const/crud/admin/role.js

@@ -21,6 +21,7 @@ export const tableOption = {
   indexLabel: '序号',
   stripe: true,
   menuAlign: 'center',
+  searchShow: false,
   editBtn: false,
   delBtn: false,
   align: 'center',

+ 1 - 0
src/const/crud/admin/sys-file.js

@@ -23,6 +23,7 @@ export const tableOption = {
   menuAlign: 'center',
   align: 'center',
   viewBtn:false,
+  searchShow: false,
   editBtn:false,
   saveBtn: false,
   addBtn: true,

+ 1 - 1
src/const/crud/admin/sys-public-param.js

@@ -17,7 +17,7 @@
 
 import { rule } from "@/util/validateRules";
 export const tableOption = {
-  // 省略 ...
+  searchShow: false,
   column: [
     {
       label: '名称',

+ 1 - 0
src/const/crud/admin/sys-social-details.js

@@ -23,6 +23,7 @@ export const tableOption = {
   menuAlign: 'center',
   align: 'center',
   viewBtn: true,
+  searchShow: false,
   labelWidth: 120,
   column: [{
     label: 'ID',

+ 1 - 0
src/const/crud/admin/tenant.js

@@ -21,6 +21,7 @@ export const tableOption = {
   indexLabel: '序号',
   stripe: true,
   menuAlign: 'center',
+  searchShow: false,
   align: 'center',
   column: [
     {

+ 1 - 0
src/const/crud/admin/token.js

@@ -25,6 +25,7 @@ export const tableOption = {
   viewBtn: true,
   addBtn: false,
   editBtn: false,
+  searchShow: false,
   column: [{
     label: '用户ID',
     prop: 'user_id',

+ 1 - 0
src/const/crud/admin/user.js

@@ -34,6 +34,7 @@ export const tableOption = {
   indexLabel: '序号',
   stripe: true,
   menuAlign: 'center',
+  searchShow: false,
   editBtn: false,
   delBtn: false,
   align: 'center',

+ 1 - 0
src/const/crud/daemon/execution-log.js

@@ -33,6 +33,7 @@ export const tableOption = {
   stripe: true,
   menuAlign: 'center',
   align: 'center',
+  searchShow: false,
   editBtn: false,
   addBtn: false,
   viewBtn: true,

+ 1 - 0
src/const/crud/daemon/status-trace-log.js

@@ -38,6 +38,7 @@ export const tableOption = {
   align: 'center',
   editBtn: false,
   delBtn: false,
+  searchShow: false,
   addBtn: false,
   viewBtn: true,
   column: [{

+ 1 - 0
src/const/crud/daemon/sys-job-log.js

@@ -10,6 +10,7 @@ export const tableOption = {
   filterBtn: false,
   editBtn: false,
   delBtn: false,
+  searchShow: false,
   addBtn: false,
   column: [
     {

+ 2 - 0
src/const/crud/daemon/sys-job.js

@@ -13,6 +13,7 @@ export const tableOption = {
   editBtn: false,
   delBtn: false,
   addBtn: false,
+  searchShow: false,
   dialogWidth: '85%',
   labelWidth: 130,
   dialogHeight: '78%',
@@ -243,6 +244,7 @@ export const tableLogOption = {
   editBtn: false,
   delBtn: false,
   addBtn: false,
+  searchShow: false,
   columnBtn: false,
   column: [
     {

+ 1 - 0
src/const/crud/gen/form.js

@@ -25,6 +25,7 @@ export const tableOption = {
   viewBtn: true,
   editBtn: false,
   addBtn: false,
+  searchShow: false,
   column: [
     {
       label: 'ID',

+ 1 - 0
src/const/crud/gen/gen.js

@@ -25,6 +25,7 @@ export const tableOption = {
   addBtn: false,
   editBtn: false,
   delBtn: false,
+  searchShow: false,
   column: [{
     label: '表名称',
     prop: 'tableName',

+ 1 - 0
src/const/crud/mp/wxaccount.js

@@ -22,6 +22,7 @@ export const tableOption = {
   stripe: true,
   menuAlign: 'center',
   align: 'center',
+  searchShow: false,
   column: [
     {
       label: '主键',

+ 1 - 0
src/const/crud/mp/wxaccountfans.js

@@ -25,6 +25,7 @@ export const tableOption = {
   addBtn: false,
   editBtn: false,
   align: 'center',
+  searchShow: false,
   column: [
     {
       label: '主键',

+ 1 - 0
src/const/crud/mp/wxfansmsg.js

@@ -24,6 +24,7 @@ export const tableOption = {
   viewBtn: true,
   addBtn: false,
   editBtn: false,
+  searchShow: false,
   align: 'center',
   column: [
     {

+ 1 - 0
src/const/crud/mp/wxmenu.js

@@ -21,6 +21,7 @@ export const tableOption = {
   indexLabel: '序号',
   stripe: true,
   menuAlign: 'center',
+  searchShow: false,
   align: 'center',
   column: [
 	  {

+ 1 - 0
src/const/crud/pay/paychannel.js

@@ -23,6 +23,7 @@ export const tableOption = {
   menuAlign: 'center',
   align: 'center',
   viewBtn: true,
+  searchShow: false,
   column: [
     {
       label: '主键',

+ 1 - 0
src/const/crud/pay/paygoodsorder.js

@@ -23,6 +23,7 @@ export const tableOption = {
   menuAlign: 'center',
   viewBtn: true,
   align: 'center',
+  searchShow: false,
   column: [
     {
       label: 'ID',

+ 1 - 0
src/const/crud/pay/paynotifyrecord.js

@@ -23,6 +23,7 @@ export const tableOption = {
   menuAlign: 'center',
   align: 'center',
   viewBtn: true,
+  searchShow: false,
   column: [
     {
       label: 'ID',

+ 1 - 0
src/const/crud/pay/paytradeorder.js

@@ -22,6 +22,7 @@ export const tableOption = {
   stripe: true,
   menuAlign: 'center',
   align: 'center',
+  searchShow: false,
   column: [
     {
       label: '订单号',