|
|
|
|
@ -9,8 +9,8 @@ |
|
|
|
|
<el-option v-for="item in options" :key="item.name" :label="item.name" :value="item.name"> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
<img src="../../../../public/img/energySources/close.png" alt="" srcset="" style="width: 12px; height: 12px;" |
|
|
|
|
@click="onClose"> |
|
|
|
|
<img src="../../../../public/img/energySources/close.png" alt="" srcset="" style="width: 12px; height: 12px; |
|
|
|
|
cursor: pointer;" @click="onClose"> |
|
|
|
|
</div> |
|
|
|
|
</tit> |
|
|
|
|
<div class="emodal"> |
|
|
|
|
@ -24,9 +24,13 @@ |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column prop="sendTime" label="时间" show-overflow-tooltip> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<span>{{ scope.row.sendTime }}</span> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
</el-table> |
|
|
|
|
<el-pagination background layout="prev, pager, next" small :total="total" style="text-align: right;" @current-change="currentChange"> |
|
|
|
|
<el-pagination background layout="prev, pager, next" small :total="total" style="text-align: right;" |
|
|
|
|
@current-change="currentChange"> |
|
|
|
|
</el-pagination> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
@ -93,7 +97,7 @@ export default { |
|
|
|
|
getData() { |
|
|
|
|
getInstrumentRunDetail({ |
|
|
|
|
manufacturerBrand: this.userInfo.dept_name, |
|
|
|
|
today: this.selectDay, |
|
|
|
|
today: this.selectDay, |
|
|
|
|
name: this.value, |
|
|
|
|
current: this.current, |
|
|
|
|
size: this.size |
|
|
|
|
|