This commit is contained in:
parent
cfac0c4a8d
commit
72d8535452
|
@ -69,7 +69,7 @@
|
||||||
plain
|
plain
|
||||||
@click="machinesearch"
|
@click="machinesearch"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<el-input
|
<el-input
|
||||||
readonly
|
readonly
|
||||||
|
@ -152,15 +152,7 @@
|
||||||
plain
|
plain
|
||||||
@click="search"
|
@click="search"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
|
||||||
size="mini"
|
|
||||||
type="primary"
|
|
||||||
plain
|
|
||||||
v-if="is_excel"
|
|
||||||
@click="exceldown"
|
|
||||||
>导出</el-button
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<el-select
|
<el-select
|
||||||
|
@ -273,7 +265,7 @@
|
||||||
>
|
>
|
||||||
<el-button size="small" @click="resetfrom" class="btn restbtn"
|
<el-button size="small" @click="resetfrom" class="btn restbtn"
|
||||||
>重置</el-button
|
>重置</el-button
|
||||||
>
|
>
|
||||||
<el-popover
|
<el-popover
|
||||||
popper-class="machinebox"
|
popper-class="machinebox"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
|
@ -346,6 +338,14 @@
|
||||||
@click="moresearch"
|
@click="moresearch"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
|
<el-button
|
||||||
|
size="mini"
|
||||||
|
type="primary"
|
||||||
|
plain
|
||||||
|
v-if="is_excel"
|
||||||
|
@click="exceldown"
|
||||||
|
>导出</el-button
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<el-button
|
<el-button
|
||||||
slot="reference"
|
slot="reference"
|
||||||
|
|
Loading…
Reference in New Issue