'123'
This commit is contained in:
parent
bf0cadb8d4
commit
43304038a5
|
@ -183,7 +183,11 @@
|
|||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="询价日期" prop="quotInquiryDate">
|
||||
<el-input v-model="form.quotInquiryDate" placeholder="系统自动生成" :disabled="true"/>
|
||||
<el-date-picker
|
||||
v-model="form.quotInquiryDate"
|
||||
type="datetime"
|
||||
placeholder="选择日期时间">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
Loading…
Reference in New Issue