更新设备
This commit is contained in:
@@ -37,9 +37,17 @@
|
||||
end-placeholder="结束日期"
|
||||
align="right"
|
||||
/>
|
||||
<el-input
|
||||
v-model="query.error_info"
|
||||
clearable
|
||||
size="small"
|
||||
placeholder="请输入异常信息"
|
||||
style="width: 220px;"
|
||||
class="filter-item"
|
||||
/>
|
||||
<rrOperation />
|
||||
</div>
|
||||
<crudOperation :permission="permission"/>
|
||||
<crudOperation :permission="permission" />
|
||||
<!--表格渲染-->
|
||||
<el-table
|
||||
ref="table"
|
||||
@@ -50,11 +58,11 @@
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column prop="device_code" label="设备编码"/>
|
||||
<el-table-column prop="device_code" label="设备编码" />
|
||||
<el-table-column prop="create_time" label="创建时间" />
|
||||
<el-table-column prop="vehicle_code" label="载具号"/>
|
||||
<el-table-column prop="vehicle_code" label="载具号" />
|
||||
<el-table-column prop="inst_code" label="指令号" />
|
||||
<el-table-column prop="message" label="异常详情" width="300"/>
|
||||
<el-table-column prop="message" label="异常详情" width="300" />
|
||||
</el-table>
|
||||
<!--分页组件-->
|
||||
<pagination />
|
||||
@@ -71,7 +79,7 @@ import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import { get } from '@/api/system/dictDetail'
|
||||
import Search from '@/views/monitor/lucene/search'
|
||||
import deviceCrud from "@/api/acs/device/device";
|
||||
import deviceCrud from '@/api/acs/device/device'
|
||||
|
||||
const defaultForm = {
|
||||
_id: null,
|
||||
|
||||
Reference in New Issue
Block a user