Compare commits

..

No commits in common. "ae3cbecb52704823a1031e5fdb0e2fa1beb26b6d" and "4cf99e9f99a5e5e1b6a8633e419693cbdfc607d8" have entirely different histories.

3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
size="small"
:inline="true"
v-show="showSearch"
label-width="80px"
>
<el-form-item label="关键字" prop="keyWord">
<el-input

View File

@ -7,6 +7,7 @@
size="small"
:inline="true"
v-show="showSearch"
label-width="100px"
>
<el-form-item label="日期">
<el-date-picker
@ -16,7 +17,6 @@
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"
style="width: 240px"
>
</el-date-picker>
</el-form-item>

View File

@ -6,6 +6,7 @@
size="small"
:inline="true"
v-show="showSearch"
label-width="100px"
>
<el-form-item label="日期">
<el-date-picker