1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <!--
| * @Date: 2024-04-27 21:44:20
| * @LastEditors: Sneed
| * @LastEditTime: 2024-04-27 21:45:27
| * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/tpm/machine/create.vue
| -->
| <template>
| <el-main>
| <el-card shadow="never">
| 新增
| </el-card>
| </el-main>
| </template>
|
| <script>
| export default {
|
| }
| </script>
|
| <style lang="scss" scoped></style>
|
|