提交 21ae58f1 authored 作者: lgd's avatar lgd

1.修改文案

上级 28d5359d
...@@ -217,13 +217,13 @@ public class WorkFragment extends WorkBaseFg { ...@@ -217,13 +217,13 @@ public class WorkFragment extends WorkBaseFg {
public void onViewClicked(View view) { public void onViewClicked(View view) {
switch (view.getId()) { switch (view.getId()) {
case R.id.ll_submit: case R.id.ll_submit:
startActivity(WorkApprovalActivity.class, "type", "1", "status", "0", "title", "待审批"); startActivity(WorkApprovalActivity.class, "type", "1", "status", "0", "title", "我发起的");
break; break;
case R.id.ll_deal: case R.id.ll_deal:
startActivity(ApprovalDealActivity.class); startActivity(ApprovalDealActivity.class);
break; break;
case R.id.ll_not_deal: case R.id.ll_not_deal:
startActivity(WorkApprovalActivity.class, "type", "2", "status", "0", "title", "待处理"); startActivity(WorkApprovalActivity.class, "type", "2", "status", "0", "title", "待我审批");
break; break;
} }
} }
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="6mm" android:layout_marginTop="6mm"
android:text="待我审核" android:text="我发起的"
android:textColor="#ff798188" android:textColor="#ff798188"
android:textSize="14sp" /> android:textSize="14sp" />
</LinearLayout> </LinearLayout>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="6mm" android:layout_marginTop="6mm"
android:text="我发起的" android:text="待我审核"
android:textColor="#ff798188" android:textColor="#ff798188"
android:textSize="14sp" /> android:textSize="14sp" />
</LinearLayout> </LinearLayout>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论