gaoshp
2024-05-20 232d05f88d6eae7a280e7fd99640948783b9ef9e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
 * @Date: 2024-05-20 21:43:10
 * @LastEditors: Sneed
 * @LastEditTime: 2024-05-20 21:44:19
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/dnc/station-file/index.vue
-->
<template>
    <el-main style="height: 100%;">
        <el-card shadow="never" style="height: 100%;" body-style="height: 100%">
            工位文件
        </el-card>
    </el-main>
</template>
 
<script>
export default {
 
}
</script>
 
<style lang="scss" scoped></style>