南昌市物联网技防平台-前端
shuishen
2021-04-19 ddbbc949655b55880fa1e7160834bdcf3ccc4b5a
src/views/security/security.vue
@@ -54,6 +54,7 @@
          currentPage: 1,
          total: 0
        },
        dialogVisible: false,
        selectionList: [],
        option: {
          height: 'auto',
@@ -61,7 +62,8 @@
          tip: false,
          searchShow: true,
          searchMenuSpan: 6,
          border: true,
          border: false,
          stripe: true,
          index: true,
          viewBtn: true,
          selection: true,
@@ -94,6 +96,23 @@
                message: "请输入名称",
                trigger: "blur"
              }]
            },
            {
              label: "所属部门",
              prop: "deptName"
            },
            {
              label: "在线状态",
              prop: "online_status",
              dicData: [{
                label: "离线",
                value: 0
              },
                {
                  label: "在线",
                  value: 1
                },
              ],
            },
            {
              label: "性别",
@@ -139,6 +158,7 @@
            {
              label: "创建时间",
              prop: "createTime",
              width:160,
              display: false,
              rules: [{
                required: true,
@@ -215,8 +235,6 @@
      },
      handleMap(row) {
        this.showMap = true;
        console.log("row.id="+row.id);
        console.log("row.wd="+row.wd);
        this.$nextTick(() => {
          this.$refs.mapDiv.onload = () => {
            window.frames[0].init("SecurityMap", {