未符合项新增编辑修改
This commit is contained in:
@@ -434,7 +434,7 @@
|
||||
:disabled="true"
|
||||
v-model="addForm.productType"
|
||||
placeholder="请输入产品类型"
|
||||
:maxlength="500" />
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item prop="productLine" label="产品线" style="width: 100%; margin-right:10px"
|
||||
class="add-form-item">
|
||||
@@ -442,7 +442,7 @@
|
||||
:disabled="true"
|
||||
v-model="addForm.productLine"
|
||||
placeholder="请输入产品线"
|
||||
:maxlength="500" />
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item prop="standSerialNumber" label="标准号" style="width: 100%; margin-right:10px"
|
||||
class="add-form-item">
|
||||
@@ -466,7 +466,7 @@
|
||||
:disabled="true"
|
||||
v-model="addForm.standName"
|
||||
placeholder="请输入标准名称"
|
||||
:maxlength="500" />
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item prop="itemsNum" label="条款号" style="width: 100%; margin-right:10px"
|
||||
class="add-form-item add-input">
|
||||
@@ -489,7 +489,7 @@
|
||||
:disabled="true"
|
||||
v-model="addForm.responsibleUnit"
|
||||
placeholder="请输入责任部门"
|
||||
:maxlength="500" />
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item prop="reason" label="不合规项目" style="width: 100%; margin-right:10px"
|
||||
class="add-form-item">
|
||||
@@ -1180,9 +1180,12 @@ export default {
|
||||
|
||||
.add-form-item {
|
||||
/deep/ .el-input__inner {
|
||||
width: 300px;
|
||||
width: 370px;
|
||||
}
|
||||
}
|
||||
/deep/.label-input-form .add-form-item .el-input--suffix {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.add-input {
|
||||
/deep/ .el-input__inner {
|
||||
|
||||
Reference in New Issue
Block a user