|
|
@@ -28,9 +28,17 @@
|
|
|
<VerticalLayout width="100" bkcolor="#FFF8F8FF">
|
|
|
<Option name="main_diandan" group="main_tab" selected="true" width="100" height="100" text="点单" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
|
|
|
- <Option name="main_waimai" group="main_tab" width="100" height="100" text="外卖" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
+ <Option name="main_waimai" group="main_tab" width="100" height="100" text="订单" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
+
|
|
|
+ <Option name="main_huiyuan" group="main_tab" width="100" height="100" text="会员" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
+
|
|
|
+ <Option name="main_baobiao" group="main_tab" width="100" height="100" text="报表" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
+
|
|
|
+ <Option name="main_jiaoban" group="main_tab" width="100" height="100" text="交班" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
|
|
|
<Option name="main_setting" group="main_tab" width="100" height="100" text="设置" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
+
|
|
|
+ <Option name="main_gengduo" group="main_tab" width="100" height="100" text="更多" textpadding="0,75,0,0" selectedtextcolor="FFFF0000" normalimage="file='logo.png' source='0,0,77,54' dest='12,13,89,67'"></Option>
|
|
|
</VerticalLayout>
|
|
|
|
|
|
|
|
|
@@ -90,6 +98,26 @@
|
|
|
<HorizontalLayout>
|
|
|
<Include source="diandan_index.xml" />
|
|
|
</HorizontalLayout>
|
|
|
+
|
|
|
+ <!--会员-->
|
|
|
+ <HorizontalLayout>
|
|
|
+ <Include source="huiyuan_index.xml" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <!--报表-->
|
|
|
+ <HorizontalLayout>
|
|
|
+ <Include source="baobiao_index.xml" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <!--交班-->
|
|
|
+ <HorizontalLayout>
|
|
|
+ <Include source="jiaoban_index.xml" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <!--更多-->
|
|
|
+ <HorizontalLayout>
|
|
|
+ <Include source="gengduo_index.xml" />
|
|
|
+ </HorizontalLayout>
|
|
|
</TabLayout>
|
|
|
</HorizontalLayout>
|
|
|
|