|
|
@@ -538,7 +538,7 @@ const OrderDetail: React.FC = () => {
|
|
|
*/}
|
|
|
<View className="card bg-white p-4 mb-4">
|
|
|
<Text className="font-semibold text-gray-700 mb-3">打卡数据统计</Text>
|
|
|
- <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">
|
|
|
<Text className="text-xs text-gray-600">本月打卡</Text>
|
|
|
{/* 临时隐藏真实数据:{statistics?.checkinStats.current || 0}/{statistics?.checkinStats.total || 0} */}
|
|
|
@@ -554,6 +554,10 @@ const OrderDetail: React.FC = () => {
|
|
|
{/* 临时隐藏真实数据:{statistics?.taxVideoStats.current || 0}/{statistics?.taxVideoStats.total || 0} */}
|
|
|
<Text className="text-lg font-bold text-green-600">100%</Text>
|
|
|
</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 className="flex items-center text-blue-500 text-sm" onClick={handleViewCheckinDetails}>
|