lichao 9 months ago
parent
commit
14da9a6f3c
  1. 10
      src/views/modules/shequzhili/videomonitoring/index.vue

10
src/views/modules/shequzhili/videomonitoring/index.vue

@ -22,21 +22,21 @@
<div class="m-table">
<div class="resi-row-btn">
<el-button style="" class="diy-button--add" size="small" @click="handleAdd">新增</el-button>
<!-- <el-button style="" class="diy-button&#45;&#45;add" size="small" @click="downloadTem">下载模板</el-button>
&lt;!&ndash; <el-button style="" class="diy-button&#45;&#45;add" size="small" @click="exportData">导入</el-button>&ndash;&gt;
<el-button class="diy-button&#45;&#45;white" size="small">
<el-button style="" class="diy-button--add" size="small" @click="downloadTem">下载模板</el-button>
<!-- <el-button style="" class="diy-button--add" size="small" @click="exportData">导入</el-button>-->
<el-button class="diy-button--white" size="small">
<el-upload :headers="$getElUploadHeaders()" ref="upload" class="upload-btn" action="uploadUlr" :limit="1"
:accept="'.xls,.xlsx'" :with-credentials="true" :show-file-list="false" :auto-upload="true"
:on-progress="handleProgress" :on-success="handleExcelSuccess" :before-upload="beforeExcelUpload"
:http-request="uploadHttpRequest">
导入
</el-upload>
</el-button>-->
</el-button>
</div>
<el-table class="table" :data="tableData" border v-loading="tableLoading" style="width: 100%">
<el-table-column prop="agencyName" label="组织名称" header-align="center" align="center"></el-table-column>
<el-table-column prop="orgNamePath" label="组织名称" header-align="center" align="center"></el-table-column>
<el-table-column prop="monitorName" label="设备名称" header-align="center" align="center"></el-table-column>
<el-table-column prop="monitorType" label="设备类型" header-align="center" align="center"></el-table-column>
<el-table-column prop="monitorUrl" label="播放视频链接" header-align="center" align="center"></el-table-column>

Loading…
Cancel
Save