271ba058 by renchao@pashanhoo.com

style:区县接入

1 parent 3b538895
<!--
* @Description :接收报文查询
* @Autor : miaofang
* @LastEditTime: 2023-06-08 14:15:38
* @LastEditTime: 2023-11-23 16:15:13
-->
<template>
<!-- 接收报文查询 -->
......@@ -84,11 +84,11 @@
<el-form-item class="d-flex">
<btn nativeType="cz" @click="resetForm">重置</btn>
<btn nativeType="cx" @click="handleSearch">查询</btn>
<el-upload ref="upload" style="display:inline-block;margin-left: 10px" action="" :auto-upload="false"
<!-- <el-upload ref="upload" style="display:inline-block;margin-left: 10px" action="" :auto-upload="false"
:limit="1" accept=".xml" :show-file-list="false"
:file-list="fileList" :before-upload="uploadRecord" :on-change="fileChange">
<btn nativeType="cx">xml导入</btn>
</el-upload>
</el-upload> -->
</el-form-item>
</el-col>
</el-row>
......