Files
smartDriveEEFront/src/views/lb-business/package-predict/index.vue
2026-05-25 23:40:17 +08:00

30 lines
552 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="app-container">
<el-card shadow="never">
<div class="placeholder-title">拆包预测</div>
<div class="placeholder-desc">
页面入口已创建可在此按业务需求补充拆包预测相关功能
</div>
</el-card>
</div>
</template>
<script>
export default {
name: 'LbPackagePredict'
}
</script>
<style lang="scss" scoped>
.placeholder-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.placeholder-desc {
color: #606266;
line-height: 22px;
}
</style>