mirror of
https://github.com/shawncai/ERP.git
synced 2024-11-15 05:04:57 +08:00
修改bug
10.17
This commit is contained in:
parent
f5d8ba9451
commit
ba730d7c51
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@
|
|||
<div class="container">
|
||||
<el-form :model="personalForm" :inline="true" status-icon class="demo-ruleForm" label-width="100px" style="margin-left: 30px;">
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item :label="$t('MaterialsList.code')" prop="productCode" style="width: 100%;">
|
||||
{{ personalForm.productCode }}
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item :label="$t('MaterialsList.productName')" prop="productName" style="width: 100%;">
|
||||
{{ personalForm.productName }}
|
||||
|
|
Loading…
Reference in a new issue