From 58c0f11fe2f23a1be2dec768f9ac02107301a634 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 19 九月 2025 17:30:36 +0800 Subject: [PATCH] 2025.9.19 数据产品(待完成) --- 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