This commit is contained in:
2025-07-19 20:33:14 +08:00
parent 671e33492d
commit 1074049a6b
7 changed files with 48 additions and 110 deletions

View File

@ -3,7 +3,6 @@
<div class="titleBox">
<PageTitle title="我的布控">
<el-button type="primary" @click="handleAdd('add',null)">发起布控</el-button>
<el-button type="primary">导出</el-button>
</PageTitle>
</div>
<!-- 搜索 -->
@ -83,7 +82,7 @@ const searchBox = ref(); //搜索框
const searchConfiger = ref([
{
label: "布控级别",
prop: "bqjb",
prop: "bkDj",
placeholder: "请选择布控级别",
showType: "select",
options: D_GS_BK_DJ
@ -102,13 +101,6 @@ const searchConfiger = ref([
showType: "select",
options: D_GS_BK_ZT
},
{
label: "布控时间类型",
prop: "bkSjLx",
placeholder: "请选择布控时间",
showType: "date",
options: D_GS_BK_SJLX
},
]);
const queryFrom = ref({});
const pageData = reactive({