diff --git a/src/views/basedata/bdconfig/mainsystem/index.vue b/src/views/basedata/bdconfig/mainsystem/index.vue new file mode 100644 index 0000000..27fa2a2 --- /dev/null +++ b/src/views/basedata/bdconfig/mainsystem/index.vue @@ -0,0 +1,257 @@ + + + + + diff --git a/src/views/basedata/patrolpointmnt/patrolpoint/index.vue b/src/views/basedata/patrolpointmnt/patrolpoint/index.vue index bffae64..d9c1899 100644 --- a/src/views/basedata/patrolpointmnt/patrolpoint/index.vue +++ b/src/views/basedata/patrolpointmnt/patrolpoint/index.vue @@ -101,11 +101,16 @@ - - + + - + @@ -122,6 +127,44 @@ > + + + + + + + + + + + + + + @@ -137,6 +180,7 @@ export default { date: "2016-05-02", name: "王小虎", address: "上海市普陀区金沙江路 1518 弄", + type:0 }, { id: 2, @@ -149,6 +193,20 @@ export default { date: "2016-05-01", name: "王小虎", address: "上海市普陀区金沙江路 1519 弄", + children: [ + { + id: 31, + date: "2016-05-01", + name: "王小虎", + address: "上海市普陀区金沙江路 1519 弄", + }, + { + id: 32, + date: "2016-05-01", + name: "王小虎", + address: "上海市普陀区金沙江路 1519 弄", + }, + ], }, { id: 4, @@ -158,12 +216,28 @@ export default { }, ], total: 10, - dialogVisible:true, - title:'添加巡检点位' + dialogVisible: false, + title: "添加巡检点位", + typeTitle: "设置智能识别类型", + typedialogVisible: false, }; }, mounted() {}, - methods: {}, + methods: { + // 给表头加必填符号* + addRedStar(h, { column }) { + return [ + h("span", { style: "color: red" }, "*"), + h("span", " " + column.label), + ]; + }, + add(){ + this.dialogVisible = true; + }, + tableTyle() { + this.typedialogVisible = true; + }, + }, }; diff --git a/src/views/basedata/patrolpointmnt/patrolpointpreset/index.vue b/src/views/basedata/patrolpointmnt/patrolpointpreset/index.vue new file mode 100644 index 0000000..e989b79 --- /dev/null +++ b/src/views/basedata/patrolpointmnt/patrolpointpreset/index.vue @@ -0,0 +1,232 @@ + + + + + diff --git a/src/views/basedata/patrolpointmnt/patroltype/index.vue b/src/views/basedata/patrolpointmnt/patroltype/index.vue new file mode 100644 index 0000000..d94da1e --- /dev/null +++ b/src/views/basedata/patrolpointmnt/patroltype/index.vue @@ -0,0 +1,169 @@ + + + + +