Browse Source

UU设置字段调整

zhuth 7 years ago
parent
commit
8a074d83b0

+ 2 - 2
frontend/saas-web/app/view/document/uusetting/UUSetting.js

@@ -34,7 +34,7 @@ Ext.define('saas.view.document.uusetting.UUSetting', {
             }, {
             }, {
                 text: '供应商名称',
                 text: '供应商名称',
                 dataIndex: 've_name',
                 dataIndex: 've_name',
-                width: 120
+                width: 200
             }, {
             }, {
                 text: '状态',
                 text: '状态',
                 dataIndex: 've_status',
                 dataIndex: 've_status',
@@ -63,7 +63,7 @@ Ext.define('saas.view.document.uusetting.UUSetting', {
             }, {
             }, {
                 text: '客户名称',
                 text: '客户名称',
                 dataIndex: 'cu_name',
                 dataIndex: 'cu_name',
-                width: 120
+                width: 200
             }, {
             }, {
                 text: '状态',
                 text: '状态',
                 dataIndex: 'cu_status',
                 dataIndex: 'cu_status',

+ 1 - 0
frontend/saas-web/app/view/document/uusetting/UUSettingWin.js

@@ -342,6 +342,7 @@ Ext.define('saas.view.document.uusetting.UUSettingWin', {
             columns: [{
             columns: [{
                 text: '企业名称',
                 text: '企业名称',
                 dataIndex: 'name',
                 dataIndex: 'name',
+                width: 200
             }, {
             }, {
                 text: 'UU',
                 text: 'UU',
                 dataIndex: 'uu'
                 dataIndex: 'uu'