更新页面
This commit is contained in:
@ -88,7 +88,7 @@ const formData = ref([
|
||||
{ label: "群体类型", prop: "qtlx", type: "select",options:props.dic.D_GS_XS_QTLX },
|
||||
{ label: "群体名称", prop: "qtmc", type: "input"},
|
||||
{ label: "涉及人数", prop: "sjrs", type: "inputNumber"},
|
||||
{ label: "线索报送单位", prop: "ssbmdm", type: "department"},
|
||||
{ label: "线索报送单位", prop: "ssbmdm", isAll:true, type: "department"},
|
||||
]);
|
||||
const fjdz = ref()
|
||||
const listQuery = ref({}); //表单
|
||||
|
@ -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