chore: update project changes
This commit is contained in:
BIN
装配任务看板/dist.zip
BIN
装配任务看板/dist.zip
Binary file not shown.
@@ -142,6 +142,10 @@ onMounted(() => {
|
||||
window.addEventListener('resize', resizeHandler)
|
||||
searchDashboardData()
|
||||
startAllScroll()
|
||||
setInterval(function(){
|
||||
searchDashboardData
|
||||
},600000)
|
||||
|
||||
})
|
||||
onUnmounted(() => {
|
||||
if (timer) window.clearInterval(timer);
|
||||
@@ -380,7 +384,7 @@ const summaryCards = [
|
||||
{ title: '加急任务数', value: 125, unit: '条', icon: icons.urgent, valueClass: 'red-text' },
|
||||
{ title: '装配合格率', value: '100%', icon: icons.finalCheck, valueClass: 'green-text full-value' },
|
||||
{ title: '异常未关闭消息数', value: 5, unit: '条', icon: icons.urgent, valueClass: 'red-text' },
|
||||
{ title: '缺勤人员', value: 5, unit: '人', icon:icons.returnDown, valueClass: 'orange-text', className: 'absence-card', people: [{ name: '张三', group: '装配1班' }, { name: '李四', group: '装配2班' }, { name: '王五', group: '装配3班' }] },
|
||||
{ title: '缺勤人员', value: 0, unit: '人', icon:icons.returnDown, valueClass: 'orange-text', className: 'absence-card', people: [{ name: '全勤', group: '装配1班' }, { name: '全勤', group: '装配2班' }, { name: '全勤', group: '装配3班' }] },
|
||||
]
|
||||
const taskColumns = [
|
||||
{ label: '生产订单', key: 'productionOrder', width: '72px' },
|
||||
|
||||
Reference in New Issue
Block a user