From 32eedf2857255cf29985ffc0cc73e75eccda39bf Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期六, 20 九月 2025 22:18:15 +0800 Subject: [PATCH] 2025.9.20 完成现场巡查基础数据产品和月度巡查简报的中间数据产品 --- src/views/fysp/support/JingAnNightConstruction.vue | 24 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/views/fysp/support/JingAnNightConstruction.vue b/src/views/fysp/support/JingAnNightConstruction.vue index c4066bf..c610f63 100644 --- a/src/views/fysp/support/JingAnNightConstruction.vue +++ b/src/views/fysp/support/JingAnNightConstruction.vue @@ -4,9 +4,19 @@ :total-count="total" @search="onSearch" :extraHeight="tabsHeaderHeight" + :defaultPageSize="10" > - <!-- <template #options> </template> - <template #buttons> </template> --> + <template #options> + <FYOptionLocation + :disabled="true" + :checkStrictly="false" + :initValue="false" + :allOption="false" + :level="3" + v-model:value="formSearch._locations" + ></FYOptionLocation> + </template> + <!-- <template #buttons> </template> --> <template #table-column> <el-table-column fixed="left" @@ -97,6 +107,16 @@ const tabsHeaderHeight = inject('tabsHeaderHeight', 0); +const formSearch = ref({ + _locations: { + pCode: '31', + pName: '涓婃捣甯�', + cCode: '3100', + cName: '涓婃捣甯�', + dCode: '310106', + dName: '闈欏畨鍖�' + } +}); // 澶滈棿鏂藉伐璁板綍鍙婃�绘暟 const data = ref([]); const total = ref(0); -- Gitblit v1.9.3