| <?xml version="1.0" encoding="UTF-8"?> | 
| <ViewConfig> | 
|   <Arguments/> | 
|   <Context/> | 
|   <Model> | 
|     <DataType name="dtMain"> | 
|       <Property name="creationType">com.ld.igds.models.WeatherInfo</Property> | 
|       <PropertyDef name="id"> | 
|         <Property></Property> | 
|         <Property name="label">主键ID</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="companyId"> | 
|         <Property></Property> | 
|         <Property name="label">组织编码</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="deptId"> | 
|         <Property></Property> | 
|         <Property name="label">所属分库</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="city"> | 
|         <Property></Property> | 
|         <Property name="label">所属城市</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="temp"> | 
|         <Property></Property> | 
|         <Property name="label">温度(℃)</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="humidity"> | 
|         <Property></Property> | 
|         <Property name="label">湿度</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="windSpeed"> | 
|         <Property></Property> | 
|         <Property name="label">风级</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="windMeter"> | 
|         <Property></Property> | 
|         <Property name="label">风速</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="windDirection"> | 
|         <Property></Property> | 
|         <Property name="label">风向</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="weather"> | 
|         <Property></Property> | 
|         <Property name="label">天气</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="rainfall"> | 
|         <Property></Property> | 
|         <Property name="label">雨量</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="pm25"> | 
|         <Property></Property> | 
|         <Property name="label">PM2.5</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="airLevel"> | 
|         <Property></Property> | 
|         <Property name="label">空气质量</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="pressure"> | 
|         <Property></Property> | 
|         <Property name="label">大气压</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="source"> | 
|         <Property></Property> | 
|         <Property name="label">气象来源</Property> | 
|         <Property name="mapping"> | 
|           <Property name="mapValues">${dorado.getDataProvider("weatherConfPR#triggerSource").getResult()}</Property> | 
|           <Property name="keyProperty">code</Property> | 
|           <Property name="valueProperty">name</Property> | 
|         </Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="visibility"> | 
|         <Property></Property> | 
|         <Property name="label">能见度</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="updateTime"> | 
|         <Property name="dataType">DateTime</Property> | 
|         <Property name="label">更新时间</Property> | 
|         <Property name="displayFormat">Y-m-d H:i</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="updateTimeStr"> | 
|         <Property></Property> | 
|         <Property name="label">更新时间</Property> | 
|       </PropertyDef> | 
|     </DataType> | 
|     <DataType name="dataTypeConf"> | 
|       <Property name="creationType">com.ld.igds.models.WeatherConf</Property> | 
|       <PropertyDef name="id"> | 
|         <Property></Property> | 
|         <Property name="label">主键</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="companyId"> | 
|         <Property></Property> | 
|         <Property name="label">组织编码</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="deptId"> | 
|         <Property></Property> | 
|         <Property name="label">所属分库</Property> | 
|         <Property name="mapping"> | 
|           <Property name="mapValues">${dorado.getDataProvider("deptPR#loadParents").getResult()}</Property> | 
|           <Property name="keyProperty">id</Property> | 
|           <Property name="valueProperty">name</Property> | 
|         </Property> | 
|         <Property name="required">true</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="name"> | 
|         <Property></Property> | 
|         <Property name="label">配置名称</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="ip"> | 
|         <Property></Property> | 
|         <Property name="label">IP地址</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="port"> | 
|         <Property name="dataType">Integer</Property> | 
|         <Property name="label">端口号</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="macStatus"> | 
|         <Property></Property> | 
|         <Property name="label">设备状态</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="protocol"> | 
|         <Property></Property> | 
|         <Property name="label">所属协议</Property> | 
|         <Property name="mapping"> | 
|           <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("PROTOCOL")}</Property> | 
|           <Property name="keyProperty">code</Property> | 
|           <Property name="valueProperty">name</Property> | 
|         </Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="url"> | 
|         <Property></Property> | 
|         <Property name="label">外网地址</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="city"> | 
|         <Property></Property> | 
|         <Property name="label">气象城市</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="cityId"> | 
|         <Property></Property> | 
|         <Property name="label">气象城市</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="wanTag"> | 
|         <Property></Property> | 
|         <Property name="label">外网气象</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="account"> | 
|         <Property></Property> | 
|         <Property name="label">账号</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="password"> | 
|         <Property></Property> | 
|         <Property name="label">密码</Property> | 
|       </PropertyDef> | 
|     </DataType> | 
|     <DataType name="dtWeatherCity"> | 
|       <Property name="creationType">com.ld.igds.models.WeatherCity</Property> | 
|       <PropertyDef name="id"> | 
|         <Property></Property> | 
|         <Property name="label">城市编码</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="cityEn"> | 
|         <Property></Property> | 
|         <Property name="label">城市编码</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="cityZh"> | 
|         <Property></Property> | 
|         <Property name="label">城市名称</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="provinceEn"> | 
|         <Property></Property> | 
|         <Property name="label">省份编码</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="provinceZh"> | 
|         <Property></Property> | 
|         <Property name="label">省份名称</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="lat"> | 
|         <Property></Property> | 
|         <Property name="label">坐标</Property> | 
|       </PropertyDef> | 
|       <PropertyDef name="lon"> | 
|         <Property></Property> | 
|         <Property name="label">坐标</Property> | 
|       </PropertyDef> | 
|     </DataType> | 
|   </Model> | 
|   <View layout="padding:5;regionPadding:5"> | 
|     <ClientEvent name="onReady">
 | 
| /**
 | 
|  * 刷新HTML实时气象
 | 
|  */
 | 
| flushWeatherHtml = function(){
 | 
|     var cur = view.get("#dataSetConf.data");
 | 
|     if(!cur) return;
 | 
|     if(!cur.get("cityId")) return;
 | 
|     
 | 
|     console.log(cur.get("cityId"));
 | 
|     
 | 
|     var htmlWeather = view.get("#htmlWeather");
 | 
|     var content = "<iframe scrolling='no' src='https://tianqiapi.com/api.php?style=tw&skin=peach&cityid="+cur.get('cityId')+"' frameborder='0' width='380' height='500' allowtransparency='true' style='padding-left:15px;'></iframe>";
 | 
|     htmlWeather.set("content",content);
 | 
| }</ClientEvent> | 
|     <Property name="packages">font-awesome,css-common</Property> | 
|     <DataSet id="dsMain"> | 
|       <Property name="dataProvider">weatherInfoPR#getInfoData</Property> | 
|       <Property name="dataType">[dtMain]</Property> | 
|       <Property name="pageSize">20</Property> | 
|     </DataSet> | 
|     <DataSet id="dataSetConf"> | 
|       <ClientEvent name="onLoadData">flushWeatherHtml();
 | 
| </ClientEvent> | 
|       <Property name="dataProvider">weatherInfoPR#getConfData2</Property> | 
|       <Property name="dataType">dataTypeConf</Property> | 
|     </DataSet> | 
|     <Container layout="regionPadding:10" layoutConstraint="center"> | 
|       <Property name="exClassName">bg-color</Property> | 
|       <SplitPanel> | 
|         <Property name="position">400</Property> | 
|         <Property name="direction">right</Property> | 
|         <MainControl> | 
|           <Container layout="padding:10"> | 
|             <Container layout="regionPadding:10" layoutConstraint="top"> | 
|               <Property name="exClassName">bg-color</Property> | 
|               <Property name="contentOverflow">hidden</Property> | 
|               <Property name="height">50</Property> | 
|               <Label layoutConstraint="left"> | 
|                 <Property name="text">历史气象记录</Property> | 
|                 <Property name="style"> | 
|                   <Property name="font-size">18px</Property> | 
|                   <Property name="font-weight">bold</Property> | 
|                   <Property name="color">#333</Property> | 
|                 </Property> | 
|               </Label> | 
|             </Container> | 
|             <DataGrid id="dataGridMain"> | 
|               <Property name="dataSet">dsMain</Property> | 
|               <Property name="readOnly">true</Property> | 
|               <RowNumColumn/> | 
|               <DataColumn name="updateTime"> | 
|                 <Property name="property">updateTime</Property> | 
|                 <Property name="align">center</Property> | 
|                 <Property name="width">130</Property> | 
|               </DataColumn> | 
|               <DataColumn name="weather"> | 
|                 <Property name="property">weather</Property> | 
|                 <Property name="align">center</Property> | 
|               </DataColumn> | 
|               <DataColumn name="temp"> | 
|                 <Property name="property">temp</Property> | 
|                 <Property name="align">center</Property> | 
|               </DataColumn> | 
|               <DataColumn name="humidity"> | 
|                 <Property name="property">humidity</Property> | 
|                 <Property name="align">center</Property> | 
|               </DataColumn> | 
|               <DataColumn name="windSpeed"> | 
|                 <Property name="property">windSpeed</Property> | 
|                 <Property name="align">center</Property> | 
|               </DataColumn> | 
|               <DataColumn name="windDirection"> | 
|                 <Property name="property">windDirection</Property> | 
|                 <Property name="align">center</Property> | 
|               </DataColumn> | 
|               <DataColumn name="pm25"> | 
|                 <Property name="property">pm25</Property> | 
|                 <Property name="align">center</Property> | 
|               </DataColumn> | 
|               <DataColumn name="airLevel"> | 
|                 <Property name="property">airLevel</Property> | 
|                 <Property name="align">center</Property> | 
|               </DataColumn> | 
|               <DataColumn name="city"> | 
|                 <Property name="property">city</Property> | 
|               </DataColumn> | 
|             </DataGrid> | 
|             <ToolBar layoutConstraint="bottom"> | 
|               <Fill/> | 
|               <DataPilot layoutConstraint="right"> | 
|                 <Property name="dataSet">dsMain</Property> | 
|               </DataPilot> | 
|             </ToolBar> | 
|           </Container> | 
|         </MainControl> | 
|         <SideControl> | 
|           <Container> | 
|             <HtmlContainer id="htmlWeather"> | 
|               <Property name="content"><!-- <iframe scrolling="no" src="https://tianqiapi.com/api.php?style=tr&skin=yahoo&city=许昌" frameborder="0" width="380" height="225" allowtransparency="true" style="padding-left:15px;"></iframe> -->
 | 
| <iframe id="htmlWeatherInframe" scrolling="no" src="https://tianqiapi.com/api.php?style=tw&skin=peach&city=郑州" frameborder="0" width="380" height="500" allowtransparency="true" style="padding-left:15px;"></iframe></Property> | 
|             </HtmlContainer> | 
|             <Container layout="regionPadding:10"> | 
|               <Property name="exClassName">bg-color</Property> | 
|               <Property name="contentOverflow">hidden</Property> | 
|               <Property name="height">45</Property> | 
|               <Label layoutConstraint="left"> | 
|                 <Property name="text">库区气象配置</Property> | 
|                 <Property name="style"> | 
|                   <Property name="font-size">18px</Property> | 
|                   <Property name="font-weight">bold</Property> | 
|                   <Property name="color">#333</Property> | 
|                 </Property> | 
|               </Label> | 
|               <Button layoutConstraint="right"> | 
|                 <ClientEvent name="onClick">view.get("#dialogConf").show();</ClientEvent> | 
|                 <Property name="caption">修改</Property> | 
|                 <Property name="exClassName">btn-flush</Property> | 
|                 <Property name="iconClass">fa fa-pencil-square-o</Property> | 
|               </Button> | 
|             </Container> | 
|             <AutoForm> | 
|               <Property name="dataSet">dataSetConf</Property> | 
|               <Property name="cols">*</Property> | 
|               <Property name="readOnly">true</Property> | 
|               <AutoFormElement> | 
|                 <Property name="name">deptId</Property> | 
|                 <Property name="property">deptId</Property> | 
|                 <Editor/> | 
|               </AutoFormElement> | 
|               <AutoFormElement> | 
|                 <Property name="name">name</Property> | 
|                 <Property name="property">name</Property> | 
|                 <Editor/> | 
|               </AutoFormElement> | 
|               <AutoFormElement> | 
|                 <Property name="name">macStatus</Property> | 
|                 <Property name="property">macStatus</Property> | 
|                 <Editor/> | 
|               </AutoFormElement> | 
|               <AutoFormElement> | 
|                 <Property name="name">protocol</Property> | 
|                 <Property name="property">protocol</Property> | 
|                 <Editor/> | 
|               </AutoFormElement> | 
|               <AutoFormElement> | 
|                 <Property name="name">wanTag</Property> | 
|                 <Property name="property">wanTag</Property> | 
|                 <Editor> | 
|                   <RadioGroup> | 
|                     <RadioButton> | 
|                       <Property name="text">启用</Property> | 
|                       <Property name="value">Y</Property> | 
|                     </RadioButton> | 
|                     <RadioButton> | 
|                       <Property name="text">不启用</Property> | 
|                       <Property name="value">N</Property> | 
|                     </RadioButton> | 
|                   </RadioGroup> | 
|                 </Editor> | 
|               </AutoFormElement> | 
|               <AutoFormElement> | 
|                 <Property name="name">city</Property> | 
|                 <Property name="property">city</Property> | 
|                 <Editor/> | 
|               </AutoFormElement> | 
|             </AutoForm> | 
|           </Container> | 
|         </SideControl> | 
|       </SplitPanel> | 
|     </Container> | 
|     <Dialog id="dialogConf"> | 
|       <ClientEvent name="onHide">flushWeatherHtml()</ClientEvent> | 
|       <Property name="caption">气象配置信息</Property> | 
|       <Property name="width">1000</Property> | 
|       <Property name="height">650</Property> | 
|       <Buttons/> | 
|       <Children> | 
|         <Container layout="regionPadding:10" layoutConstraint="top"> | 
|           <Property name="exClassName">bg-color</Property> | 
|           <Property name="height">55</Property> | 
|           <Property name="contentOverflow">hidden</Property> | 
|           <Label layoutConstraint="left"> | 
|             <Property name="text">菜单栏:</Property> | 
|           </Label> | 
|           <Button layoutConstraint="left"> | 
|             <ClientEvent name="onClick">var data = view.get("#dataSetConf.data:#");
 | 
| if(data.validate() != 'ok'){
 | 
|     $notify("数据校验失败!!");
 | 
|     return;
 | 
| }
 | 
| view.get("#ajaxSave").set("parameter",data).execute(function(result){
 | 
|     if(result){
 | 
|         $alert(result);
 | 
|         return;
 | 
|     }
 | 
|     $notify("数据执行完成!!");
 | 
|     self.get("parent").hide();
 | 
| });</ClientEvent> | 
|             <Property name="caption">确定保存</Property> | 
|             <Property name="iconClass">fa fa-check</Property> | 
|             <Property name="exClassName">btn-default</Property> | 
|           </Button> | 
|           <Button layoutConstraint="left"> | 
|             <ClientEvent name="onClick">var data = view.get("#dataSetConf.data:#");
 | 
| 
 | 
| if(!data.get("city")){
 | 
|     $notify("没有配置外部气象城市,无法测试");
 | 
|     return;
 | 
| }
 | 
| var url ="./test.action?t=weather&companyId="+data.get('companyId')+"&p1="+data.get('deptId')+"&p2="+data.get('cityId');
 | 
| 
 | 
| window.open(url,"气象接口验证");</ClientEvent> | 
|             <Property name="caption">外网气象测试</Property> | 
|             <Property name="iconClass">fa fa-check</Property> | 
|             <Property name="exClassName">btn-warm</Property> | 
|           </Button> | 
|         </Container> | 
|         <Container layout="regionPadding:10" layoutConstraint="center"> | 
|           <Property name="exClassName">bg-color</Property> | 
|           <FieldSet> | 
|             <Property name="caption">基础信息</Property> | 
|             <Buttons/> | 
|             <Children> | 
|               <AutoForm> | 
|                 <Property name="dataSet">dataSetConf</Property> | 
|                 <Property name="cols">*,*</Property> | 
|                 <Property name="labelAlign">right</Property> | 
|                 <Property name="labelSeparator">:</Property> | 
|                 <Property name="labelWidth">100</Property> | 
|                 <AutoFormElement> | 
|                   <Property name="name">name</Property> | 
|                   <Property name="property">name</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">deptId</Property> | 
|                   <Property name="property">deptId</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|               </AutoForm> | 
|             </Children> | 
|           </FieldSet> | 
|           <FieldSet> | 
|             <Property name="caption">库区气象配置</Property> | 
|             <Buttons/> | 
|             <Children> | 
|               <AutoForm> | 
|                 <Property name="dataSet">dataSetConf</Property> | 
|                 <Property name="cols">*,*</Property> | 
|                 <Property name="labelAlign">right</Property> | 
|                 <Property name="labelSeparator">:</Property> | 
|                 <Property name="labelWidth">100</Property> | 
|                 <AutoFormElement> | 
|                   <Property name="name">ip</Property> | 
|                   <Property name="property">ip</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">port</Property> | 
|                   <Property name="property">port</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">protocol</Property> | 
|                   <Property name="property">protocol</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">macStatus</Property> | 
|                   <Property name="property">macStatus</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">account</Property> | 
|                   <Property name="property">account</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">password</Property> | 
|                   <Property name="property">password</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|               </AutoForm> | 
|             </Children> | 
|           </FieldSet> | 
|           <FieldSet> | 
|             <Property name="caption">外部气象局接口</Property> | 
|             <Buttons/> | 
|             <Children> | 
|               <AutoForm> | 
|                 <Property name="dataSet">dataSetConf</Property> | 
|                 <Property name="cols">*,*</Property> | 
|                 <Property name="labelAlign">right</Property> | 
|                 <Property name="labelSeparator">:</Property> | 
|                 <Property name="labelWidth">100</Property> | 
|                 <AutoFormElement> | 
|                   <Property name="name">wanTag</Property> | 
|                   <Property name="property">wanTag</Property> | 
|                   <Editor> | 
|                     <RadioGroup> | 
|                       <RadioButton> | 
|                         <Property name="text">启用</Property> | 
|                         <Property name="value">Y</Property> | 
|                       </RadioButton> | 
|                       <RadioButton> | 
|                         <Property name="text">不启用</Property> | 
|                         <Property name="value">N</Property> | 
|                       </RadioButton> | 
|                     </RadioGroup> | 
|                   </Editor> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">city</Property> | 
|                   <Property name="property">city</Property> | 
|                   <Property name="trigger">cddCity</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <AutoFormElement> | 
|                   <Property name="name">cityId</Property> | 
|                   <Property name="property">cityId</Property> | 
|                   <Editor/> | 
|                 </AutoFormElement> | 
|                 <Label layoutConstraint="colSpan:2"> | 
|                   <Property name="text">说明1:外网气象接口启用后必须配置当前所在城市</Property> | 
|                   <Property name="style"> | 
|                     <Property name="color">blue</Property> | 
|                     <Property name="padding-left">10px</Property> | 
|                   </Property> | 
|                 </Label> | 
|                 <Label layoutConstraint="colSpan:2"> | 
|                   <Property name="text">说明2:外网气象测试页面返回:MSG:SUCCESS 标记表示成功,同时更新当前库区最新气象</Property> | 
|                   <Property name="style"> | 
|                     <Property name="color">blue</Property> | 
|                     <Property name="padding-left">10px</Property> | 
|                   </Property> | 
|                 </Label> | 
|               </AutoForm> | 
|             </Children> | 
|           </FieldSet> | 
|         </Container> | 
|       </Children> | 
|       <Tools/> | 
|     </Dialog> | 
|     <AjaxAction id="ajaxSave"> | 
|       <Property name="service">weatherInfoPR#saveConfData</Property> | 
|     </AjaxAction> | 
|     <CustomDropDown id="cddCity"> | 
|       <Property name="minWidth">350</Property> | 
|       <Property name="minHeight">300</Property> | 
|       <Property name="assignmentMap">city=cityZh,cityId=id</Property> | 
|       <Container> | 
|         <DataSet id="dsCity"> | 
|           <Property name="pageSize">20</Property> | 
|           <Property name="dataType">[dtWeatherCity]</Property> | 
|           <Property name="dataProvider">weatherInfoPR#getCity</Property> | 
|         </DataSet> | 
|         <Container layoutConstraint="top padding:3"> | 
|           <Label layoutConstraint="left"> | 
|             <Property name="text">检索:</Property> | 
|           </Label> | 
|           <TextEditor id="key" layoutConstraint="left "> | 
|             <Property name="blankText">-- 中文或拼音 --</Property> | 
|           </TextEditor> | 
|           <Button layoutConstraint="left "> | 
|             <ClientEvent name="onClick">var key = view.get("#key.text");
 | 
| view.get("#dsCity").set("parameter",key).flushAsync();</ClientEvent> | 
|             <Property name="caption">查询</Property> | 
|             <Property name="style"> | 
|               <Property name="margin-left">10px</Property> | 
|             </Property> | 
|           </Button> | 
|         </Container> | 
|         <DataGrid layoutConstraint="padding:3"> | 
|           <ClientEvent name="onDataRowDoubleClick">var data = arg.data;
 | 
| view.get("#cddCity").close(data);</ClientEvent> | 
|           <Property name="dataSet">dsCity</Property> | 
|           <Property name="readOnly">true</Property> | 
|           <DataColumn name="id"> | 
|             <Property name="property">id</Property> | 
|           </DataColumn> | 
|           <DataColumn name="cityEn"> | 
|             <Property name="property">cityZh</Property> | 
|           </DataColumn> | 
|           <DataColumn name="provinceZh"> | 
|             <Property name="property">provinceZh</Property> | 
|           </DataColumn> | 
|         </DataGrid> | 
|       </Container> | 
|     </CustomDropDown> | 
|   </View> | 
| </ViewConfig> |