소스 검색

2022-11-12 fix

moccus 2 년 전
부모
커밋
7047fc2f8b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/dataFilter/prepare/components/table.vue
  2. 1 1
      src/pages/dataFilter/process/components/table.vue

+ 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"