feat(prodcutDetail): 产品详情- 编辑 国际化问题修复

This commit is contained in:
woody 2025-06-09 16:13:03 +08:00
parent 9045070f39
commit 16c5c39896
2 changed files with 3 additions and 3 deletions

View File

@ -106,8 +106,8 @@
</el-col> </el-col>
<el-col class="el-col-20"> <el-col class="el-col-20">
<el-form-item <el-form-item
:label="" label="
单位'' 单位"
prop="unit" prop="unit"
> >
<el-select <el-select

View File

@ -36,7 +36,7 @@ module.exports = {
lintOnSave: false, lintOnSave: false,
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
port: port, port: 9555,
open: true, open: true,
overlay: { overlay: {
warnings: false, warnings: false,