king
2021-01-20 0227c25e4ed573d3095ada3f9c9a4ba5f18b0de5
src/templates/subtableconfig/source.jsx
@@ -20,7 +20,7 @@
      primaryKey: '',
      order: '',
      dataresource: '',
      interType: 'inner',
      interType: 'system',
      innerFunc: '',
      interface: '',
      outerFunc: ''
@@ -73,8 +73,7 @@
        origin: true,
        uuid: Utils.getuuid(),
        label: 'add',
        intertype: 'inner',
        method: 'POST',
        intertype: 'system',
        Ot: 'notRequired',
        position: 'toolbar',
        execSuccess: 'grid',
@@ -88,8 +87,7 @@
        origin: true,
        uuid: Utils.getuuid(),
        label: 'update',
        intertype: 'inner',
        method: 'POST',
        intertype: 'system',
        Ot: 'requiredSgl',
        position: 'grid',
        execSuccess: 'grid',
@@ -103,8 +101,7 @@
        origin: true,
        uuid: Utils.getuuid(),
        label: 'delete',
        intertype: 'inner',
        method: 'POST',
        intertype: 'system',
        Ot: 'required',
        position: 'toolbar',
        execSuccess: 'grid',
@@ -164,7 +161,7 @@
      Align: 'center',
      IsSort: 'false',
      uuid: Utils.getuuid(),
      label: CommonDict['model.form.column.action'],
      label: CommonDict['model.operation'],
      type: 'action',
      style: 'button',
      show: 'horizontal',
@@ -248,12 +245,6 @@
    },
    {
      type: 'action',
      label: CommonDict['model.form.popview'],
      subType: 'popview',
      url: ''
    },
    {
      type: 'action',
      label: CommonDict['model.form.prompt'],
      subType: 'prompt',
      url: ''
@@ -278,6 +269,24 @@
    },
    {
      type: 'action',
      label: CommonDict['model.form.popview'],
      subType: 'popview',
      url: ''
    },
    {
      type: 'action',
      label: CommonDict['model.form.tab'],
      subType: 'tab',
      url: ''
    },
    {
      type: 'action',
      label: CommonDict['model.form.newpage'],
      subType: 'innerpage',
      url: ''
    },
    {
      type: 'action',
      label: CommonDict['model.form.funcbutton'],
      subType: 'funcbutton',
      url: ''