generated from Leo_Ding/web-template
高级查询面板样式调整
This commit is contained in:
parent
210e5a8a54
commit
3beada58fe
@ -45,7 +45,7 @@
|
||||
<a-collapse v-model:activeKey="advancedSearchVisible" ghost >
|
||||
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
|
||||
<template #header></template>
|
||||
<a-row :gutter="gutter" style="margin-top: 16px;">
|
||||
<a-row :gutter="gutter" style="margin-top: -20px;">
|
||||
<a-col v-bind="colSpan">
|
||||
<a-form-item label="工单号" name="workOrderNo">
|
||||
<a-input v-model:value="searchFormData.workOrderNo" placeholder="请输入工单号" />
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<a-collapse v-model:activeKey="advancedSearchVisible" ghost>
|
||||
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
|
||||
<template #header></template>
|
||||
<a-row :gutter="gutter" style="margin-top: 16px;">
|
||||
<a-row :gutter="gutter">
|
||||
|
||||
<a-form-item label="回访时间" name="plannedDate" style="white-space: nowrap;">
|
||||
<a-range-picker v-model:value="searchFormData.plannedDate" style="width: 220px;" />
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
<a-collapse v-model:activeKey="advancedSearchVisible" ghost>
|
||||
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
|
||||
<template #header></template>
|
||||
<a-row :gutter="gutter" style="margin-top: 16px;">
|
||||
<a-row :gutter="gutter" style="margin-top: -20px;">
|
||||
<a-col v-bind="colSpan">
|
||||
<a-form-item label="实际服务日期" name="plannedDate">
|
||||
<a-range-picker v-model:value="searchFormData.plannedDate" />
|
||||
@ -38,7 +38,7 @@
|
||||
</a-col>
|
||||
|
||||
<a-col v-bind="colSpan">
|
||||
<a-form-item label="实际服务时长(小时)" name="serviceDuration" style="white-space: nowrap;">
|
||||
<a-form-item label="实际服务(小时)" name="serviceDuration" style="white-space: nowrap;">
|
||||
<a-input-number v-model:value="searchFormData.serviceDuration" :min="0"
|
||||
placeholder="请输入时长" style="width: 100%" />
|
||||
</a-form-item>
|
||||
@ -102,7 +102,7 @@
|
||||
</a-collapse>
|
||||
|
||||
<!-- 操作按钮 -->
|
||||
<a-row :gutter="gutter" style="margin-top: 16px;">
|
||||
<a-row :gutter="gutter">
|
||||
<a-col :span="24" style="text-align: right;">
|
||||
<a-space>
|
||||
<a-button @click="handleResetSearch">{{ $t('button.reset') }}</a-button>
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
<a-collapse v-model:activeKey="advancedSearchVisible" ghost>
|
||||
<a-collapse-panel key="1" :showArrow="false" style="padding: 0; border: none;">
|
||||
<template #header></template>
|
||||
<a-row :gutter="gutter" style="margin-top: 16px;">
|
||||
<a-row :gutter="gutter">
|
||||
<a-col v-bind="colSpan">
|
||||
<a-form-item label="实际服务日期" name="plannedDate">
|
||||
<a-range-picker v-model:value="searchFormData.plannedDate" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user