|
@@ -15,7 +15,7 @@
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 实时数据表格 -->
|
|
<!-- 实时数据表格 -->
|
|
|
- <BasicTable @register="registerTable" :scroll="{ x: 'max-content' }">
|
|
|
|
|
|
|
+ <BasicTable @register="registerTable" :scroll="{ x: 'max-content' }" style="padding: 0">
|
|
|
<template #action="{ record }">
|
|
<template #action="{ record }">
|
|
|
<div class="action-buttons">
|
|
<div class="action-buttons">
|
|
|
<!-- 操作按钮 -->
|
|
<!-- 操作按钮 -->
|
|
@@ -29,7 +29,7 @@
|
|
|
|
|
|
|
|
<TabPane tab="历史数据" key="history">
|
|
<TabPane tab="历史数据" key="history">
|
|
|
<!-- 历史数据表格 -->
|
|
<!-- 历史数据表格 -->
|
|
|
- <BasicTable @register="registerHistoryTable" :scroll="{ x: 'max-content' }">
|
|
|
|
|
|
|
+ <BasicTable @register="registerHistoryTable">
|
|
|
<template #action="{ record }">
|
|
<template #action="{ record }">
|
|
|
<div class="action-buttons">
|
|
<div class="action-buttons">
|
|
|
<button @click="openModal(record, 'history')" class="action-btn">
|
|
<button @click="openModal(record, 'history')" class="action-btn">
|
|
@@ -69,7 +69,7 @@ const visibleModal = ref(false);
|
|
|
//煤矿列表数据
|
|
//煤矿列表数据
|
|
|
const deviceOptions = ref([]);
|
|
const deviceOptions = ref([]);
|
|
|
const goafOptions = ref([]);
|
|
const goafOptions = ref([]);
|
|
|
-const mineCode = ref('');
|
|
|
|
|
|
|
+const mineCode = 100003;
|
|
|
const goafId = ref('');
|
|
const goafId = ref('');
|
|
|
const boardData = ref([
|
|
const boardData = ref([
|
|
|
{
|
|
{
|
|
@@ -113,7 +113,7 @@ const [registerTable] = useTable({
|
|
|
showAdvancedButton: false,
|
|
showAdvancedButton: false,
|
|
|
schemaGroupNames: ['常规查询'],
|
|
schemaGroupNames: ['常规查询'],
|
|
|
},
|
|
},
|
|
|
- pagination: false,
|
|
|
|
|
|
|
+ pagination: true,
|
|
|
striped: false,
|
|
striped: false,
|
|
|
useSearchForm: true,
|
|
useSearchForm: true,
|
|
|
bordered: true,
|
|
bordered: true,
|