Ver Fonte

修复错误的变量

Signed-off-by: IMaster <logole@live.cn>
IMaster há 2 anos atrás
pai
commit
0f52e17e0f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Web/src/components/table/index.vue

+ 1 - 1
Web/src/components/table/index.vue

@@ -4,7 +4,7 @@
 			<div>
 				<slot name="command"></slot>
 			</div>
-			<div v-loading="state.importLoading" class="table-footer-tool">
+			<div v-loading="state.exportLoading" class="table-footer-tool">
 				<SvgIcon v-if="!config.hideRefresh" name="iconfont icon-shuaxin" :size="22" title="刷新" @click="onRefreshTable" />
 				<el-dropdown v-if="!config.hideExport" trigger="click">
 					<SvgIcon name="iconfont icon-yunxiazai_o" :size="22" title="导出" />