|
|
|
|
@ -3,10 +3,10 @@ |
|
|
|
|
<avue-crud :option="option" :table-loading="loading" :data="data" :page.sync="page" ref="crud" @row-del="rowDel" |
|
|
|
|
v-model="form" :before-open="beforeOpen" @search-change="searchChange" @search-reset="searchReset" @current-change="currentChange" @size-change="sizeChange" |
|
|
|
|
@refresh-change="refreshChange" @on-load="onLoad"> |
|
|
|
|
<template slot="menuLeft"> |
|
|
|
|
<!-- <template slot="menuLeft"> |
|
|
|
|
<el-button @click="handleExport" type="warning" size="small" icon="el-icon-download" plain>导出 |
|
|
|
|
</el-button> |
|
|
|
|
</template> |
|
|
|
|
</template> --> |
|
|
|
|
<template slot-scope="{ row, index }" slot="menu"> |
|
|
|
|
<el-button @click="linkVideo(row, index)" type="text" icon="el-icon-video-camera-solid" size="small" |
|
|
|
|
:disabled="row.cancelTime == ''"> |
|
|
|
|
@ -99,7 +99,7 @@ export default { |
|
|
|
|
dataType: "number", |
|
|
|
|
slot: true, |
|
|
|
|
prop: "type", |
|
|
|
|
search: true, |
|
|
|
|
// search: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "楼号", |
|
|
|
|
@ -123,11 +123,11 @@ export default { |
|
|
|
|
overHidden: true, |
|
|
|
|
width: '200' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "上报时间", |
|
|
|
|
prop: "reportTime", |
|
|
|
|
width: '150' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: "上报时间", |
|
|
|
|
// prop: "reportTime", |
|
|
|
|
// width: '150' |
|
|
|
|
// }, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
data: [], |
|
|
|
|
|