更新情报采集

This commit is contained in:
2026-02-06 15:00:13 +08:00
parent a2fb3dcba5
commit 9d4aba2f47
2 changed files with 15 additions and 9 deletions

View File

@ -1,9 +1,6 @@
import * as ElIcons from "@element-plus/icons-vue";
import Axios from 'axios'
import {
createApp
} from "vue";
import { createApp } from "vue";
import App from "./App.vue";
import router from "./router";
import store from "./store";

View File

@ -11,7 +11,7 @@
<div class="form-content" v-loading="loading">
<!-- <div class="form_cnt"> -->
<FormMessage :disabled="disabled" v-model="listQuery" :formList="formData" ref="elform" :rules="rules">
<template #jbxx>
<!-- <template #jbxx>
<div>
<h3 class="tags-title">报送情况</h3>
<div style="width: 200%;">
@ -23,7 +23,7 @@
</el-descriptions>
</div>
</div>
</template>
</template> -->
<template #shzt>
<div v-if="disabled">
<h3 class="tags-title">审核状态</h3>
@ -566,17 +566,26 @@ defineExpose({ init });
.form-container {
display: flex;
width: 100%;
height: calc(100% - 50px);
overflow: hidden;
}
.form-content {
// display: flex;
width: 80%;
flex: 1;
height: 100%;
overflow: hidden;
overflow-y: auto;
}
.timeline-container {
width: 400px;
padding-right: 10px;
box-sizing: border-box;
border: 1px solid #ebeef5;
flex: 1;
margin: 0 10px;
height: 100%;
overflow: hidden;
overflow-y: auto;
}
/* 时间线宽度 */