From 786d665aaffba3250cf59e5adb4e586fe0e7c7cb Mon Sep 17 00:00:00 2001 From: laozt <2721205210@qq.com> Date: Mon, 18 Dec 2023 15:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E6=B3=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yingji/planManage.vue | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index 6c311ea..d6e1e03 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -54,12 +54,19 @@ - + filterable + placeholder="请选择" + > + + + @@ -186,6 +193,16 @@ export default { components: { AddDialog, executive }, data() { return { + lawHierarchys: [ + { + value: "1", + label: "1", + }, + { + value: "2", + label: "2", + }, + ], options: [ { value: "1",