更新
This commit is contained in:
@ -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({
|
||||
|
||||
Reference in New Issue
Block a user