自动折返调整

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>
<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>
<QueryListPage
ref="queryListPage"
@ -36,12 +36,9 @@ export default {
queryForm: {
labelWidth: '120px',
queryObject: {
signalCode: {
type: 'select',
label: this.$t('map.signal'),
config: {
data: []
}
name: {
type: 'text',
label: '自动折返名称'
}
}
},