feat: There is no way the
This commit is contained in:
@@ -75,11 +75,11 @@
|
|||||||
<el-row type="flex" justify="space-around" class="code-row-bg">
|
<el-row type="flex" justify="space-around" class="code-row-bg">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="标准年份" prop="standYear">
|
<el-form-item label="标准年份" prop="standYear">
|
||||||
<el-date-picker
|
<el-input
|
||||||
v-model="standForm.standYear"
|
v-model.number="standForm.standYear"
|
||||||
type="date"
|
placeholder="请输入标准标准年份"
|
||||||
placeholder="根据标准年份查找">
|
clearable
|
||||||
</el-date-picker>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
|
|||||||
Reference in New Issue
Block a user