部分模块增加中英文

This commit is contained in:
zhangshun
2026-05-28 14:50:55 +08:00
parent d8750f35fe
commit f7a4641a6f
18 changed files with 1525 additions and 624 deletions

View File

@@ -133,17 +133,16 @@
{{ scope.row.订单号 }}
</template>
</el-table-column>
<!-- <el-table-column align="center" label="产品编号">-->
<!-- <template slot-scope="scope">-->
<!-- {{ scope.row.发动机号 }}-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column align="center" label="工位号" width="100px">
<template slot-scope="scope">
{{ scope.row.工位号 }}
</template>
</el-table-column>
<el-table-column align="center" label="产品编号">
<template slot-scope="scope">
{{ scope.row.发动机号 }}
</template>
</el-table-column>
<el-table-column align="center" label="产品型号" width="120px">
<template slot-scope="scope">
{{ scope.row.发动机型号 }}