|
@@ -12,10 +12,9 @@ import * as api from './api';
|
|
|
import { useTemplateRef } from 'vue';
|
|
|
import { DictionaryStore } from '/@/stores/dictionary';
|
|
|
import { useCustomHeight } from '/@/utils/useCustomHeight';
|
|
|
+import DataTable from './component/DataTable.vue';
|
|
|
|
|
|
|
|
|
-const DataTable = defineAsyncComponent(() => import('./component/DataTable.vue'));
|
|
|
-
|
|
|
defineOptions({
|
|
|
name: 'ProductMonitor'
|
|
|
});
|
|
@@ -197,7 +196,7 @@ async function resetParameter() {
|
|
|
<el-button :icon="Search" :loading="btnLoading" class="mb-4" type="primary" @click="handleQuery">
|
|
|
查 询
|
|
|
</el-button>
|
|
|
- <el-button :icon="RefreshLeft" :loading="resetLoading" color="#ECECF1C9" style="width: 88px; color: #3c3c3c;"
|
|
|
+ <el-button :icon="RefreshLeft" :loading="resetLoading" color="#ECECF1C9" style="width: 88px; color: #3c3c3c;"
|
|
|
@click="resetParameter">
|
|
|
重 置
|
|
|
</el-button>
|