周俊杰 1 year ago
parent
commit
05135a16d4
  1. 8
      acs/nladmin-ui/src/views/acs/history/udwData/index.vue
  2. 2
      acs/nladmin-ui/src/views/monitor/lucene/index.vue

8
acs/nladmin-ui/src/views/acs/history/udwData/index.vue

@ -8,12 +8,12 @@
v-model="form.unified_key"
placeholder="unified_key"
class="filter-item"
@change="crud.toQuery"
clearable
filterable
size="small">
<el-option v-for="(item,index) in unified_key" :key="index" :label="item.label" :value="item.value">
</el-option>
size="small"
@change="crud.toQuery"
>
<el-option v-for="(item,index) in unified_key" :key="index" :label="item.label" :value="item.value" />
</el-select>
<el-input
v-model="query.code"

2
acs/nladmin-ui/src/views/monitor/lucene/index.vue

@ -15,7 +15,7 @@
<!-- <el-table-column type="selection" width="55"/>-->
<!-- <el-table-column v-if="false" prop="id" label="id"/>-->
<el-table-column prop="operate" width="50" label="操作" />
<el-table-column prop="device_code" label="设备号" min-width="130" show-overflow-tooltip/>
<el-table-column prop="device_code" label="设备号" min-width="130" show-overflow-tooltip />
<el-table-column prop="task_code" label="任务编号" />
<el-table-column prop="instruct_code" label="指令编号" />
<el-table-column prop="method" label="方法" />

Loading…
Cancel
Save