From a41a8016c234bc1dd935809e5fc680ca96b8af9c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 12 May 2011 16:23:01 +0800 Subject: [PATCH] Pman.Tab.AdminOffice.bjs --- Pman.Tab.AdminOffice.bjs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Pman.Tab.AdminOffice.bjs b/Pman.Tab.AdminOffice.bjs index 511fd5b..34ebfd0 100644 --- a/Pman.Tab.AdminOffice.bjs +++ b/Pman.Tab.AdminOffice.bjs @@ -113,13 +113,13 @@ "|xns": "Roo.grid" }, { - "xtype": "ColumnModel", - "header": "Phone", - "width": 200, + "*prop": "colModel[]", "dataIndex": "phone", + "header": "Phone", + "width": 100, + "xtype": "ColumnModel", "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" + "|xns": "Roo.grid" }, { "xtype": "ColumnModel", -- 2.39.2