Merge branch 'dev' into master-hnz
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -86,7 +86,7 @@ | ... | @@ -86,7 +86,7 @@ |
86 | <btn nativeType="cz" @click="resetForm">重置</btn> | 86 | <btn nativeType="cz" @click="resetForm">重置</btn> |
87 | <btn nativeType="cx" @click="handleSearch">查询</btn> | 87 | <btn nativeType="cx" @click="handleSearch">查询</btn> |
88 | <el-upload ref="upload" style="display:inline-block;margin-left: 10px" action="" :auto-upload="false" | 88 | <el-upload ref="upload" style="display:inline-block;margin-left: 10px" action="" :auto-upload="false" |
89 | accept=".xml" :show-file-list="false" | 89 | accept=".xml" :show-file-list="false" :multiple="true" |
90 | :before-upload="uploadRecord" :on-change="fileChange"> | 90 | :before-upload="uploadRecord" :on-change="fileChange"> |
91 | <btn nativeType="cx">xml导入</btn> | 91 | <btn nativeType="cx">xml导入</btn> |
92 | </el-upload> | 92 | </el-upload> | ... | ... |
-
Please register or sign in to post a comment