Compare commits
2 Commits
d6ef23c642
...
29a90a36af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29a90a36af | ||
|
|
bf141fbaa4 |
@@ -35,7 +35,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</template>
|
</template>
|
||||||
<template #operation>
|
<template #operation>
|
||||||
<el-button type="primary" @click="back">返回</el-button>
|
<el-button @click="back" :icon="Back">返回</el-button>
|
||||||
</template>
|
</template>
|
||||||
</TableHeader>
|
</TableHeader>
|
||||||
<Table ref="tableRef_1" />
|
<Table ref="tableRef_1" />
|
||||||
@@ -45,10 +45,8 @@ import { ref, onMounted, provide, nextTick } from 'vue'
|
|||||||
import TableStore from '@/utils/tableStore'
|
import TableStore from '@/utils/tableStore'
|
||||||
import Table from '@/components/table/index.vue'
|
import Table from '@/components/table/index.vue'
|
||||||
import TableHeader from '@/components/table/header/index.vue'
|
import TableHeader from '@/components/table/header/index.vue'
|
||||||
import {
|
import { getAllUserList } from '@/api/auditManage/auditList'
|
||||||
getAllUserList,
|
import { Back } from '@element-plus/icons-vue'
|
||||||
} from '@/api/auditManage/auditList'
|
|
||||||
import { ElMessage } from 'element-plus'
|
|
||||||
|
|
||||||
// defineOptions({
|
// defineOptions({
|
||||||
// name: 'admin/BusinessAdministrator/Audit/Operations/Management'
|
// name: 'admin/BusinessAdministrator/Audit/Operations/Management'
|
||||||
@@ -64,12 +62,7 @@ const emit = defineEmits(['back'])
|
|||||||
const userName = ref<UserInfo[]>([])
|
const userName = ref<UserInfo[]>([])
|
||||||
const TableHeaderRef = ref()
|
const TableHeaderRef = ref()
|
||||||
|
|
||||||
// 其他响应式数据
|
|
||||||
const loading1 = ref(false)
|
|
||||||
|
|
||||||
const flg = ref(true)
|
const flg = ref(true)
|
||||||
const showMqtt = ref(false)
|
|
||||||
const zoom = ref('') //图表焦点校验
|
|
||||||
|
|
||||||
const eventType = ref([
|
const eventType = ref([
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user