Commit 4203064e by lichengming
parents 663af0c8 ff623ffc
......@@ -13,8 +13,8 @@
<!-- <Form-item label="评审人员" prop="person" style="width: 100%;margin-bottom: 5px;">-->
<!-- <Input v-model="formObj.person" name="person" placeholder="请输入评审人员"/>-->
<!-- </Form-item>-->
<Form-item label="检定/校准执行规程/规范:" prop="operation.requirements" style="width: 100%;margin-bottom: 5px;">
<Input v-model="formObj.operation.requirements" :rows="2" readonly name="requirements" type="textarea" placeholder="请输入要求"/>
<Form-item label="检定/校准执行规程/规范:" prop="requirements" style="width: 100%;margin-bottom: 5px;">
<Input v-model="formObj.requirements" :rows="2" readonly name="requirements" type="textarea" placeholder="请输入要求"/>
</Form-item>
<Form-item label="要求完成时间" prop="odate" style="width: 100%;margin-bottom: 5px;">
<span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment