984c2b1b by renchao@pashanhoo.com

style:批量

1 parent b6fdd9b3
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-03-07 09:52:35 4 * @LastEditTime: 2024-03-11 10:58:28
5 --> 5 -->
6 <!-- 批量删除弹框 --> 6 <!-- 批量删除弹框 -->
7 <template> 7 <template>
...@@ -48,14 +48,6 @@ ...@@ -48,14 +48,6 @@
48 label: "权利类型", 48 label: "权利类型",
49 }, 49 },
50 { 50 {
51 prop: "jzwmc",
52 label: "建筑物名称",
53 },
54 {
55 prop: "xmmc",
56 label: "项目名称",
57 },
58 {
59 prop: "zl", 51 prop: "zl",
60 label: "坐落", 52 label: "坐落",
61 } 53 }
...@@ -64,6 +56,14 @@ ...@@ -64,6 +56,14 @@
64 selectBdcdy: [], 56 selectBdcdy: [],
65 } 57 }
66 }, 58 },
59 // {
60 // prop: "jzwmc",
61 // label: "建筑物名称",
62 // },
63 // {
64 // prop: "xmmc",
65 // label: "项目名称",
66 // },
67 methods: { 67 methods: {
68 /** 68 /**
69 * @description: 批量删除确定按钮 69 * @description: 批量删除确定按钮
......