king
2020-02-28 282fd00654a0e777cdbca700fe6488d04fec6be8
src/templates/formtabconfig/index.jsx
@@ -107,8 +107,8 @@
            item.resourceType === '0' &&
            item.options && item.options.length > 0
          ) {
            optionLibs.set(item.uuid, {
              uuid: item.uuid,
            optionLibs.set(btnTab.uuid + item.uuid, {
              uuid: btnTab.uuid + item.uuid,
              label: item.label,
              parname: btnTab.label,
              type: 'Modal',
@@ -575,8 +575,8 @@
          res.resourceType === '0' &&
          res.options && res.options.length > 0
        ) {
          optionLibs.set(res.uuid, {
            uuid: res.uuid,
          optionLibs.set(btnTab.uuid + res.uuid, {
            uuid: btnTab.uuid + res.uuid,
            label: res.label,
            parname: btnTab.label,
            type: 'Modal',
@@ -1424,7 +1424,7 @@
        let btnParam = { // 添加菜单按钮
          func: 'sPC_Button_AddUpt',
          Type: 60,      // 添加按钮表单页下的按钮
          ParentID: menu.MenuID,
          ParentID: btnTab.uuid,
          MenuNo: menu.MenuNo,
          Template: menu.PageParam.Template || '',
          PageParam: '',
@@ -2260,7 +2260,7 @@
                      setting={config.setting}
                      handleMenu={this.handleSearch}
                      deleteMenu={this.deleteElement}
                      placeholder={this.state.dict['header.form.search.placeholder']}
                      placeholder={this.state.dict['header.form.modal.placeholder']}
                    />
                  </Panel>
                ))}