更新页面
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
</MyTable>
|
||||
<div class="txetBox"></div>
|
||||
<div class="footBnt">
|
||||
<el-button type="primary">导入</el-button>
|
||||
<el-button type="primary" @click="showText = true">导入</el-button>
|
||||
<el-button type="primary">语义分析</el-button>
|
||||
</div>
|
||||
</div>
|
||||
@ -65,10 +65,13 @@
|
||||
</div>
|
||||
<!-- 编辑详情 -->
|
||||
<EditAddForm ref="detailDiloag" @updateDate="getList" />
|
||||
<!-- 文字解析 -->
|
||||
<ExtractionText v-model="showText" @change="getText"></ExtractionText>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import ExtractionText from "@/components/ExtractionText/index.vue";
|
||||
import PageTitle from "@/components/aboutTable/PageTitle.vue";
|
||||
import MyTable from "@/components/aboutTable/MyTable.vue";
|
||||
import Pages from "@/components/aboutTable/Pages.vue";
|
||||
@ -79,6 +82,7 @@ import { reactive, ref, onMounted, getCurrentInstance } from "vue";
|
||||
const { proxy } = getCurrentInstance();
|
||||
const detailDiloag = ref();
|
||||
const searchBox = ref(); //搜索框
|
||||
const showText = ref(false);
|
||||
const searchConfiger = ref([
|
||||
{
|
||||
label: "语义名称",
|
||||
|
||||
Reference in New Issue
Block a user