更新
This commit is contained in:
@ -167,13 +167,17 @@
|
|||||||
@handleImport="getList"
|
@handleImport="getList"
|
||||||
/>
|
/>
|
||||||
<!-- 文字解析 -->
|
<!-- 文字解析 -->
|
||||||
<TextExtraction v-model="showText"></TextExtraction>
|
<ExtractionText
|
||||||
|
v-if="showText"
|
||||||
|
v-model="showText"
|
||||||
|
@change="getText"
|
||||||
|
></ExtractionText>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { download } from "@/utils/request";
|
import { download } from "@/utils/request";
|
||||||
import TextExtraction from "@/components/TextExtraction/index.vue";
|
import ExtractionText from "@/components/ExtractionText/index.vue";
|
||||||
import Export from "@/components/export/index.vue";
|
import Export from "@/components/export/index.vue";
|
||||||
import CheckBox from "@/components/checkBox/index.vue";
|
import CheckBox from "@/components/checkBox/index.vue";
|
||||||
import PageTitle from "@/components/aboutTable/PageTitle.vue";
|
import PageTitle from "@/components/aboutTable/PageTitle.vue";
|
||||||
|
Reference in New Issue
Block a user