班组质量管理

This commit is contained in:
cool 2024-03-18 13:58:00 +08:00
parent f0c0963e32
commit c3d0bb00d1
1 changed files with 12 additions and 5 deletions

View File

@ -17,13 +17,20 @@
:maxlength="30"
@keyup.enter.native="handleFilter"
/>
<el-input
<!-- <el-input-->
<!-- v-model="listQuery.evalTime"-->
<!-- placeholder="日期"-->
<!-- style="width: 200px"-->
<!-- class="filter-item ml-20"-->
<!-- :maxlength="30"-->
<!-- @keyup.enter.native="handleFilter"-->
<!-- />-->
<el-date-picker
v-model="listQuery.evalTime"
placeholder="日期"
style="width: 200px"
class="filter-item ml-20"
:maxlength="30"
@keyup.enter.native="handleFilter"
type="date"
value-format="yyyy-MM-dd"
placeholder="日期"
/>
<el-button
v-waves