|
@@ -121,7 +121,7 @@ const OrderCard: React.FC<OrderCardProps> = ({ order, onViewDetail }) => {
|
|
|
* @see 相关问题:docs/系统故障20260306.docx 问题3
|
|
* @see 相关问题:docs/系统故障20260306.docx 问题3
|
|
|
* @author Claude 2026-03-09
|
|
* @author Claude 2026-03-09
|
|
|
*/}
|
|
*/}
|
|
|
- <View className="grid grid-cols-3 gap-2 mb-3">
|
|
|
|
|
|
|
+ <View className="grid grid-cols-4 gap-2 mb-3">
|
|
|
<View className="bg-blue-50 rounded-lg p-2 text-center flex flex-col">
|
|
<View className="bg-blue-50 rounded-lg p-2 text-center flex flex-col">
|
|
|
<Text className="text-xs text-gray-600">本月打卡</Text>
|
|
<Text className="text-xs text-gray-600">本月打卡</Text>
|
|
|
<Text className="text-lg font-bold text-green-600">100%</Text>
|
|
<Text className="text-lg font-bold text-green-600">100%</Text>
|
|
@@ -134,6 +134,10 @@ const OrderCard: React.FC<OrderCardProps> = ({ order, onViewDetail }) => {
|
|
|
<Text className="text-xs text-gray-600">个税视频</Text>
|
|
<Text className="text-xs text-gray-600">个税视频</Text>
|
|
|
<Text className="text-lg font-bold text-green-600">100%</Text>
|
|
<Text className="text-lg font-bold text-green-600">100%</Text>
|
|
|
</View>
|
|
</View>
|
|
|
|
|
+ <View className="bg-orange-50 rounded-lg p-2 text-center flex flex-col">
|
|
|
|
|
+ <Text className="text-xs text-gray-600">工作视频</Text>
|
|
|
|
|
+ <Text className="text-lg font-bold text-green-600">100%</Text>
|
|
|
|
|
+ </View>
|
|
|
</View>
|
|
</View>
|
|
|
|
|
|
|
|
{/* 操作按钮区域 */}
|
|
{/* 操作按钮区域 */}
|