公告板
版本库
filestore
活动
搜索
登录
黄鑫磊
/
MES_Test_Project
Mes测试程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修复调用导入工程失败 重复保存;修复分批出片逻辑
huang
1 天以前
04914a9997afbbead6f8adbb9d9c40e05b2edbd1
[~huangxinlei/MES_Test_Project.git]
/
mes-web
/
src
/
views
/
hollow
/
foldedTwo.vue
1
2
3
4
5
6
7
8
9
10
11
<script lang="ts" setup>
import BaseUploadLine from './basicFolded.vue'
const props = {
lineNumber: 931,
}
</script>
<template>
<BaseUploadLine
:lineNumber="props.lineNumber"
/>
</template>