fix(stock): 设置零件描述可编辑
This commit is contained in:
parent
4443f48bc2
commit
ffd1e3e16c
|
|
@ -63,7 +63,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="零件描述" prop="goodsName">
|
<el-form-item label="零件描述" prop="goodsName">
|
||||||
<el-input v-model="stockFormEntity.goodsName" readonly />
|
<el-input v-model="stockFormEntity.goodsName" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
@ -454,4 +454,4 @@ export default {
|
||||||
.el-row .el-form-item .el-input-number {
|
.el-row .el-form-item .el-input-number {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user