| | |
| | | }}</el-tag> |
| | | </template> |
| | | |
| | | <template slot-scope="{row, size}" slot="confirmFlag"> |
| | | <el-tag :size="size" :type="showConfirmFlag(row.confirmFlag).type">{{ showConfirmFlag(row.confirmFlag).text |
| | | }}</el-tag> |
| | | </template> |
| | | |
| | | <template slot-scope="{row, size}" slot="source"> |
| | | <el-tag :size="size" :type="showSource(row.source).type">{{ showSource(row.source).text |
| | | }}</el-tag> |
| | |
| | | },], |
| | | }, |
| | | |
| | | |
| | | |
| | | |
| | | { |
| | | width: 110, |
| | |
| | | label: "九小分类", |
| | | prop: "nineType", |
| | | type: "select", |
| | | display:false, |
| | | display: false, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=nineType", |
| | | dataType: "number", |
| | | hide: true, |
| | |
| | | label: "阵地类型", |
| | | prop: "frontType", |
| | | type: "select", |
| | | display:false, |
| | | display: false, |
| | | row: true, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=frontType", |
| | | dataType: "number", |
| | |
| | | prop: "location", |
| | | type: 'map', |
| | | dataType: "string", |
| | | minWidth:250, |
| | | minWidth: 250, |
| | | span: 12, |
| | | value: [117.966460, 28.431002, ""], |
| | | rules: [ |
| | |
| | | label: "备注", |
| | | prop: "remark", |
| | | type: 'textarea', |
| | | hide:true, |
| | | hide: true, |
| | | span: 24, |
| | | rules: [ |
| | | { |
| | |
| | | editDisplay: false, |
| | | viewDisplay: false, |
| | | label: "经度", |
| | | hide:true, |
| | | hide: true, |
| | | prop: "lng", |
| | | }, |
| | | |
| | |
| | | editDisplay: false, |
| | | viewDisplay: false, |
| | | label: "纬度", |
| | | hide:true, |
| | | hide: true, |
| | | prop: "lat", |
| | | }, |
| | | |
| | |
| | | |
| | | watch: { |
| | | 'form.isNine': { |
| | | handler(newData) { |
| | | handler (newData) { |
| | | if (newData) { |
| | | let nineTypeColumn = this.findObject( |
| | | this.option.column, |
| | |
| | | }, |
| | | }, |
| | | 'form.isFront': { |
| | | handler(newData) { |
| | | handler (newData) { |
| | | if (newData) { |
| | | let frontTypeColumn = this.findObject( |
| | | this.option.column, |