自动折返调整

This commit is contained in:
fan 2019-12-11 14:10:51 +08:00
parent 5fdbbe9295
commit eafb83a886

View File

@ -1,5 +1,5 @@
<template> <template>
<el-dialog v-dialogDrag :title="$t('map.automaticSignalList')" :visible.sync="show" width="85%" :before-do-close="doClose"> <el-dialog v-dialogDrag title="自动折返列表" :visible.sync="show" width="85%" :before-do-close="doClose">
<div> <div>
<QueryListPage <QueryListPage
ref="queryListPage" ref="queryListPage"
@ -36,12 +36,9 @@ export default {
queryForm: { queryForm: {
labelWidth: '120px', labelWidth: '120px',
queryObject: { queryObject: {
signalCode: { name: {
type: 'select', type: 'text',
label: this.$t('map.signal'), label: '自动折返名称'
config: {
data: []
}
} }
} }
}, },