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 class="el-col-20">
<el-form-item
:label=""
单位''
label="
单位"
prop="unit"
>
<el-select

View File

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