You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.9 KiB
Plaintext

<view style="background-color:#E9F4EE;height: 100vh; ">
<view class="card">
<text>工单总数:<text style="display: inline-block;color: #000;font-weight: 600;font-size: 34rpx;">12</text> </text>
</view>
<view class="card">
<text>任务总数:<text style="display: inline-block;color: #68C23B;font-weight: 600;font-size: 34rpx;">413</text></text>
</view>
<view class="card">
<text>产量:<text style="display: inline-block;color:#68C23B;font-weight: 600;font-size: 34rpx;">83512</text></text>
</view>
<view class="card">
<text>完成率:<text style="display: inline-block;color: #67C2F3;font-weight: 600;font-size: 34rpx;">87%</text></text>
</view>
<view class="card1">
<view class="head">
工单进度
</view>
<view class="table">
<view class="th">
<text class="td" style="width: 20%;">型号</text>
<text class="td" style="width: 20%;">计划数</text>
<text class="td" style="width: 20%;">完成数</text>
<text class="td" style="width: 20%;">差异数</text>
<text class="td" style="width: 20%;">执行进度</text>
</view>
<view class="info">
<view class="tr" wx:for="{{table}}">
<view class="td" style="width: 20%;">{{item.value1}}</view>
<view class="td" style="width: 20%;">{{item.value2}}</view>
<view class="td" style="width: 20%;">{{item.value3}}</view>
<view class="td" style="width: 20%;">{{item.value4}}</view>
<view class="td" style="width: 20%;">{{item.value5}}</view>
</view>
</view>
</view>
</view>
<view class="card1">
<view class="head">
质量追溯
</view>
<view class="chart">
<ec-canvas id="chart1" canvas-id="chart1" ec="{{ ec }}"></ec-canvas>
<ec-canvas id="chart2" canvas-id="chart2" ec="{{ ec1 }}"></ec-canvas>
</view>
</view>
</view>