上饶市警务平台后台管理前端
guoshilong
2022-11-25 e19c6e654fed01259bcc84573919992632b0ef06
警员下拉选择
1 files modified
29 ■■■■ changed files
src/views/securityManage/securityManage.vue 29 ●●●● patch | view | raw | blame | history
src/views/securityManage/securityManage.vue
@@ -67,18 +67,31 @@
            {
              label: "警员",
              prop: "policemanId",
              type:"select",
              dicUrl:"/api/policeman/policeman/all",
              props:{
                label:"name",
                value:"id"
              }
            },
            {
              label: "类型",
              type:"select",
              prop: "type",
              dicData:[{
                label:"点",
                value:1
              },{
                label:"线",
                value:2
              }]
              type:"select",
              dicData:[
                {
                  label:"线",
                  value:1
                },
                {
                  label:"面",
                  value:2
                },
                {
                  label:"点",
                  value:3
                }
              ]
            },
            {
              label: "范围",