style:区县接入
Showing
1 changed file
with
3 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description :接收报文查询 | 2 | * @Description :接收报文查询 |
3 | * @Autor : miaofang | 3 | * @Autor : miaofang |
4 | * @LastEditTime: 2023-06-08 14:15:38 | 4 | * @LastEditTime: 2023-11-23 16:16:20 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 接收报文查询 --> | 7 | <!-- 接收报文查询 --> |
... | @@ -84,11 +84,11 @@ | ... | @@ -84,11 +84,11 @@ |
84 | <el-form-item class="d-flex"> | 84 | <el-form-item class="d-flex"> |
85 | <btn nativeType="cz" @click="resetForm">重置</btn> | 85 | <btn nativeType="cz" @click="resetForm">重置</btn> |
86 | <btn nativeType="cx" @click="handleSearch">查询</btn> | 86 | <btn nativeType="cx" @click="handleSearch">查询</btn> |
87 | <el-upload ref="upload" style="display:inline-block;margin-left: 10px" action="" :auto-upload="false" | 87 | <!-- <el-upload ref="upload" style="display:inline-block;margin-left: 10px" action="" :auto-upload="false" |
88 | :limit="1" accept=".xml" :show-file-list="false" | 88 | :limit="1" accept=".xml" :show-file-list="false" |
89 | :file-list="fileList" :before-upload="uploadRecord" :on-change="fileChange"> | 89 | :file-list="fileList" :before-upload="uploadRecord" :on-change="fileChange"> |
90 | <btn nativeType="cx">xml导入</btn> | 90 | <btn nativeType="cx">xml导入</btn> |
91 | </el-upload> | 91 | </el-upload> --> |
92 | </el-form-item> | 92 | </el-form-item> |
93 | </el-col> | 93 | </el-col> |
94 | </el-row> | 94 | </el-row> | ... | ... |
-
Please register or sign in to post a comment