Browse Source

界面设置-从表不能编辑判断逻辑完善

zhuth 7 years ago
parent
commit
92e0b2d073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/core/form/SettingWinController.js

+ 1 - 1
frontend/saas-web/app/view/core/form/SettingWinController.js

@@ -19,7 +19,7 @@ Ext.define('saas.view.core.form.SettingWinController', {
         flag = true;
 
         if(
-            ['detailGridField'].indexOf(name) != -1 ||
+            ['grid'].indexOf(type) != -1 ||
             (['group'].indexOf(type) != -1 && column.dataIndex == 'width')
         ) {
             flag = false;