Jelajahi Sumber

2022-11-12 fix

moccus 2 tahun lalu
induk
melakukan
7047fc2f8b

+ 1 - 1
src/pages/dataFilter/prepare/components/table.vue

@@ -24,7 +24,7 @@ const funExport = () => {
     :style="{ height: typeof props.height === 'string' ? props.height : props.height + 'px' }">
     <div class="flex justify-between items-center pb-[10px] border-b-[1px]">
       <h3>{{props.tableName}}</h3>
-      <el-button type="primary" @click="funExport" :disabled="!props.tableId">数据导出</el-button>
+      <!-- <el-button type="primary" @click="funExport" :disabled="!props.tableId">数据导出</el-button> -->
     </div>
     <el-table border :data="props.data"
       size="small" v-loading="props.loading"

+ 1 - 1
src/pages/dataFilter/process/components/table.vue

@@ -24,7 +24,7 @@ const funExport = () => {
     :style="{ height: typeof props.height === 'string' ? props.height : props.height + 'px' }">
     <div class="flex justify-between items-center pb-[10px] border-b-[1px]">
       <h3>{{props.tableName}}</h3>
-      <el-button type="primary" @click="funExport" :disabled="!props.tableId">数据导出</el-button>
+      <!-- <el-button type="primary" @click="funExport" :disabled="!props.tableId">数据导出</el-button> -->
     </div>
     <el-table border :data="props.data"
       size="small" v-loading="props.loading"