jsk
This commit is contained in:
parent
cae632dfec
commit
4f3365adb3
|
|
@ -60,7 +60,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { getKitchenDeviceSensorRecordListApi } from "@/api/kitchen/environment";
|
||||
import { getKitchenDeviceSensorAlarmRecordListApi } from "@/api/kitchen/environment";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
|
|
@ -143,7 +143,7 @@ export default {
|
|||
if(this.activeName==6&&this.queryParams.deviceType6){
|
||||
param.deviceType = this.queryParams.deviceType6;
|
||||
}
|
||||
getKitchenDeviceSensorRecordListApi(param).then(response => {
|
||||
getKitchenDeviceSensorAlarmRecordListApi(param).then(response => {
|
||||
this.tableListData = response.rows;
|
||||
this.total = Number(response.total);
|
||||
this.loading = false;
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { getKitchenDeviceSensorRecordListApi } from "@/api/kitchen/environment";
|
||||
import { getKitchenDeviceSensorAlarmRecordListApi } from "@/api/kitchen/environment";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
|
|
@ -124,7 +124,7 @@ export default {
|
|||
"pageNum": this.queryParams.pageNum,
|
||||
"pageSize": this.queryParams.pageSize,
|
||||
}
|
||||
getKitchenDeviceSensorRecordListApi(param).then(response => {
|
||||
getKitchenDeviceSensorAlarmRecordListApi(param).then(response => {
|
||||
this.tableListData = response.rows;
|
||||
this.total = Number(response.total);
|
||||
this.loading = false;
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
<div style="background: #fff;padding: 10px;margin: 5px;margin-bottom: 10px;border-radius: 4px;">
|
||||
<div style="border-left: 4px solid #00594F;padding-left: 10px;font-weight: 600;height: 24px;">报警数据分析</div>
|
||||
<div style="width: 100%;text-align: center;position: relative;">
|
||||
<span>员工违规</span>
|
||||
<span>违规记录</span>
|
||||
<span style="position: absolute;right: 10px;font-size: 14px;color: #00D9CB;" @click="goList">查看详情></span>
|
||||
</div>
|
||||
<div id="lineChartThree" style="width: 100%;height: 200px;margin-bottom: 20px;"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue