feat(prodcutDetail): 产品详情- 编辑 国际化问题修复
This commit is contained in:
parent
9045070f39
commit
16c5c39896
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue