| | |
| | | v-if="permission.clientManagement_delete" |
| | | @click="handleDelete">删 除 |
| | | </el-button> |
| | | <span><!--图例 components--> |
| | | <Legend :datas="datalistLIU"></Legend> |
| | | </span> |
| | | <!-- <span><!–图例 components–>--> |
| | | <!-- <Legend :datas="datalistLIU"></Legend>--> |
| | | <!-- </span>--> |
| | | </template> |
| | | |
| | | <template slot-scope="{ row }" slot="devicestate"> |
| | |
| | | // } |
| | | // ] |
| | | // }, |
| | | { |
| | | label: "序列号", |
| | | prop: "serialNumber", |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入序列号", |
| | | trigger: "blur" |
| | | }], |
| | | }, |
| | | { |
| | | label: "通道号", |
| | | prop: "channelNumber", |
| | | hide: true, |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | viewDisplay: false, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入通道号", |
| | | trigger: "blur" |
| | | }], |
| | | }, { |
| | | { |
| | | label: "设备厂商", |
| | | prop: "manufacturers", |
| | | addDisplay: true, |
| | |
| | | sortable:true, |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | }, { |
| | | label: "地址", |
| | | prop: "street", |
| | | span:10, |
| | | hide: true, |
| | | }, |
| | | { |
| | | label: null, |
| | | prop: "map", |
| | | labelWidth: "0", |
| | | searchSpan:0, |
| | | maxlength:0, |
| | | hide: true, |
| | | span: 2, |
| | | // display:false, |
| | | component: "AvueMap" |
| | | }, |
| | | { |
| | | label: "省份", |
| | |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, { |
| | | label: "地址", |
| | | prop: "street", |
| | | span:10, |
| | | hide: true, |
| | | }, |
| | | { |
| | | label: null, |
| | | prop: "map", |
| | | labelWidth: "0", |
| | | searchSpan:0, |
| | | maxlength:0, |
| | | hide: true, |
| | | span: 2, |
| | | // display:false, |
| | | component: "AvueMap" |
| | | }, |
| | | { |
| | | label: "经度", |
| | |
| | | return value = value.substring(0,10); |
| | | }, |
| | | span:5, |
| | | }, |
| | | |
| | | { |
| | | label: "主要负责人", |
| | | prop: "oneId", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/dept/Batrees", |
| | | props: { |
| | | label: "title" |
| | | }, |
| | | width: 72, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择主要负责人", |
| | | trigger: "blur" |
| | | }], |
| | | }, |
| | | { |
| | | label: "主要负责人电话", |
| | | prop: "onePhone", |
| | | width: 110, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入负责人电话", |
| | | trigger: "blur" |
| | | }], |
| | | }, { |
| | | label: "负责人1", |
| | | prop: "twoId", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/dept/Batrees", |
| | | props: { |
| | | label: "title" |
| | | }, |
| | | width: 72, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, |
| | | { |
| | | label: "负责人1电话", |
| | | prop: "twoPhone", |
| | | width: 110, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, { |
| | | label: "负责人2", |
| | | prop: "threeId", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/dept/Batrees", |
| | | props: { |
| | | label: "title" |
| | | }, |
| | | width: 72, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, |
| | | { |
| | | label: "负责人2电话", |
| | | prop: "threePhone", |
| | | width: 110, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, { |
| | | label: "到期时间", |
| | | prop: "expireTime", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | width: 130, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, { |
| | | label: "安装时间", |
| | | prop: "stime", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | width: 130, |
| | | hide: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | }, |
| | | { |
| | | label: "心跳时间", |