From 8d7c3eed8bdac1e77c8de90a3227d801708c358e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 15 五月 2023 21:12:56 +0800 Subject: [PATCH] 2023-05-15 --- src/templates/comtableconfig/source.jsx | 230 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 115 insertions(+), 115 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 1b7d5de..f21ac4b 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -24,125 +24,125 @@ }, tables: [], search: [ - { - origin: true, - uuid: Utils.getuuid(), - label: 'label', - field: '', - initval: '', - type: 'text', - resourceType: '0', - options: [], - orderType: 'asc', - match: 'like', - }, { - origin: true, - uuid: Utils.getuuid(), - label: 'label', - field: '', - initval: '', - type: 'select', - resourceType: '0', - options: [], - orderType: 'asc', - match: '=', - }, { - origin: true, - uuid: Utils.getuuid(), - label: 'label', - field: '', - initval: '', - type: 'date', - resourceType: '0', - options: [], - orderType: 'asc', - match: 'greater', - } + // { + // origin: true, + // uuid: Utils.getuuid(), + // label: 'label', + // field: '', + // initval: '', + // type: 'text', + // resourceType: '0', + // options: [], + // orderType: 'asc', + // match: 'like', + // }, { + // origin: true, + // uuid: Utils.getuuid(), + // label: 'label', + // field: '', + // initval: '', + // type: 'select', + // resourceType: '0', + // options: [], + // orderType: 'asc', + // match: '=', + // }, { + // origin: true, + // uuid: Utils.getuuid(), + // label: 'label', + // field: '', + // initval: '', + // type: 'date', + // resourceType: '0', + // options: [], + // orderType: 'asc', + // match: 'greater', + // } ], action: [ - { - origin: true, - uuid: Utils.getuuid(), - label: 'add', - intertype: 'system', - Ot: 'notRequired', - position: 'toolbar', - execSuccess: 'grid', - execError: 'never', - OpenType: 'pop', - icon: 'plus', - class: 'green', - verify: null - }, { - origin: true, - uuid: Utils.getuuid(), - label: 'update', - intertype: 'system', - Ot: 'requiredSgl', - position: 'toolbar', - execSuccess: 'grid', - execError: 'never', - OpenType: 'pop', - icon: 'form', - class: 'purple', - verify: null - }, { - origin: true, - uuid: Utils.getuuid(), - label: 'delete', - intertype: 'system', - Ot: 'required', - position: 'toolbar', - execSuccess: 'grid', - execError: 'never', - OpenType: 'prompt', - icon: 'delete', - class: 'red', - verify: null - } + // { + // origin: true, + // uuid: Utils.getuuid(), + // label: 'add', + // intertype: 'system', + // Ot: 'notRequired', + // position: 'toolbar', + // execSuccess: 'grid', + // execError: 'never', + // OpenType: 'pop', + // icon: 'plus', + // class: 'green', + // verify: null + // }, { + // origin: true, + // uuid: Utils.getuuid(), + // label: 'update', + // intertype: 'system', + // Ot: 'requiredSgl', + // position: 'toolbar', + // execSuccess: 'grid', + // execError: 'never', + // OpenType: 'pop', + // icon: 'form', + // class: 'purple', + // verify: null + // }, { + // origin: true, + // uuid: Utils.getuuid(), + // label: 'delete', + // intertype: 'system', + // Ot: 'required', + // position: 'toolbar', + // execSuccess: 'grid', + // execError: 'never', + // OpenType: 'prompt', + // icon: 'delete', + // class: 'red', + // verify: null + // } ], columns: [ - { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - }, { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - }, { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - }, { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - } + // { + // origin: true, + // uuid: Utils.getuuid(), + // Align: 'left', + // label: 'label', + // field: '', + // Hide: 'false', + // IsSort: 'true', + // type: 'text', + // Width: 120 + // }, { + // origin: true, + // uuid: Utils.getuuid(), + // Align: 'left', + // label: 'label', + // field: '', + // Hide: 'false', + // IsSort: 'true', + // type: 'text', + // Width: 120 + // }, { + // origin: true, + // uuid: Utils.getuuid(), + // Align: 'left', + // label: 'label', + // field: '', + // Hide: 'false', + // IsSort: 'true', + // type: 'text', + // Width: 120 + // }, { + // origin: true, + // uuid: Utils.getuuid(), + // Align: 'left', + // label: 'label', + // field: '', + // Hide: 'false', + // IsSort: 'true', + // type: 'text', + // Width: 120 + // } ], gridBtn: { display: false, -- Gitblit v1.8.0