Ben Lin
2025-02-25 fee83fc57f553595cc3a4891b8a692fa66cd77fe
src/views/tigerprojects/system/lowcode/setting/setting.data.ts
@@ -110,10 +110,16 @@
 */
export const mainSchemas: FormSchema[] = [
  {
    field: 'CODE_NAME',
    label: '代码名称',
    component: 'Input',
    colProps: { span: 12 },
  },
  {
    field: 'MainAssemblyName',
    label: '实体类名',
    component: 'Input',
    colProps: { span: 8 },
    colProps: { span: 10 },
  },
  {
    field: '00',
@@ -129,7 +135,7 @@
    label: '是否按组织查询',
    component: 'Select',
    defaultValue: 'N',
    colProps: { span: 4 },
    colProps: { span: 7 },
    componentProps: {
      options: [
        {
@@ -148,7 +154,7 @@
    label: '是否按工厂查询',
    component: 'Select',
    defaultValue: 'N',
    colProps: { span: 4 },
    colProps: { span: 7 },
    componentProps: {
      options: [
        {
@@ -167,7 +173,7 @@
    label: '是否按仓库查询',
    component: 'Select',
    defaultValue: 'N',
    colProps: { span: 4 },
    colProps: { span: 7 },
    componentProps: {
      options: [
        {
@@ -187,7 +193,7 @@
    label: '1',
    colSlot: 'mainCondAdd',
    colProps: {
      span: 2,
      span: 3,
    },
  },
];