南昌市物联网技防平台-前端
zengh
2021-03-09 1795a3c57962067361fc655a03c8a4a159df766e
src/views/clientManagement/clientManagement.vue
@@ -43,6 +43,22 @@
              }}
            </el-tag>
          </template>
          <template slot-scope="{ type, size, row }" slot="menu">
            <el-button
              icon="el-icon-video-camera-solid"
              :size="size"
              :type="type"
              @click.stop="handleStart(row)"
            >视频
            </el-button>
            <el-button
              icon="el-icon-location-outline"
              :size="size"
              :type="type"
              @click.stop="handleMap(row)"
            >定位
            </el-button>
          </template>
          <template slot-scope="{ row }" slot="dxzt">
            <el-tag>{{
@@ -129,7 +145,7 @@
          calcHeight: 80,
          labelWidth: '100',
          dialogWidth: 950,
          menuWidth: 160,
          menuWidth: 250,
          size: "mini",
          tip: false,
          searchShow: true,
@@ -143,7 +159,7 @@
          column: [
            {
              label: "设备名称",
              width: 130,
              width: 200,
              prop: "deviceName",
              searchPlaceholder: "设备名称/编号",
              search: true,
@@ -274,10 +290,11 @@
            {
              label: "权属",
              prop: "ownership",
              width: 150
            }, {
              label: "街道",
              prop: "street",
              width: 150
              width: 200
            }, {
              label: "安装时间",
              prop: "stime",