feat(prodcutDetail): 产品详情- 编辑 国际化问题修复
This commit is contained in:
parent
9045070f39
commit
16c5c39896
|
@ -106,8 +106,8 @@
|
|||
</el-col>
|
||||
<el-col class="el-col-20">
|
||||
<el-form-item
|
||||
:label=""
|
||||
单位''
|
||||
label="
|
||||
单位"
|
||||
prop="unit"
|
||||
>
|
||||
<el-select
|
||||
|
|
|
@ -36,7 +36,7 @@ module.exports = {
|
|||
lintOnSave: false,
|
||||
productionSourceMap: false,
|
||||
devServer: {
|
||||
port: port,
|
||||
port: 9555,
|
||||
open: true,
|
||||
overlay: {
|
||||
warnings: false,
|
||||
|
|
Loading…
Reference in New Issue