优化表单搜素项

This commit is contained in:
BianLzhaoMin 2024-07-09 17:07:03 +08:00
parent 99346e816d
commit 8e07744e10
4 changed files with 30 additions and 9 deletions

View File

@ -18,7 +18,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="维修时间">
<el-form-item label="维修时间" prop="wxTime">
<el-date-picker
v-model="queryParams.wxTime"
style="width: 240px"
@ -343,7 +343,12 @@
align="center"
width="80"
type="index"
:index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"
:index="
indexContinuation(
queryParams.pageNum,
queryParams.pageSize,
)
"
>
<!-- <template slot-scope="scope">
<span>{{

View File

@ -19,7 +19,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="提交入库时间">
<el-form-item label="提交入库时间" prop="submitStorageTime">
<el-date-picker
v-model="queryParams.submitStorageTime"
style="width: 240px"

View File

@ -19,7 +19,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="维修时间">
<el-form-item label="维修时间" prop="wxTime">
<el-date-picker
v-model="queryParams.wxTime"
style="width: 240px"
@ -346,7 +346,12 @@
align="center"
width="80"
type="index"
:index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"
:index="
indexContinuation(
queryParams.pageNum,
queryParams.pageSize,
)
"
>
<!-- <template slot-scope="scope">
<span>{{
@ -411,13 +416,19 @@
size="mini"
type="text"
@click="pass(scope.row)"
v-if="scope.row.status == '进行中' && scope.row.userIds.includes(userId)"
v-if="
scope.row.status == '进行中' &&
scope.row.userIds.includes(userId)
"
>通过</el-button
>
<el-button
size="mini"
type="text"
v-if="scope.row.status == '进行中' && scope.row.userIds.includes(userId)"
v-if="
scope.row.status == '进行中' &&
scope.row.userIds.includes(userId)
"
@click="refused(scope.row)"
>不通过</el-button
>

View File

@ -19,7 +19,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="提交入库时间">
<el-form-item label="提交入库时间" prop="submitStorageTime">
<el-date-picker
v-model="queryParams.submitStorageTime"
style="width: 240px"
@ -338,7 +338,12 @@
align="center"
width="80"
type="index"
:index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"
:index="
indexContinuation(
queryParams.pageNum,
queryParams.pageSize,
)
"
>
<!-- <template slot-scope="scope">
<span>{{