Compare commits

...

2 Commits

Author SHA1 Message Date
stt
29a90a36af Merge branch 'master' of http://192.168.1.22:3000/Web/admin-sjzx 2025-10-11 15:21:30 +08:00
stt
bf141fbaa4 添加图标 2025-10-11 15:21:27 +08:00

View File

@@ -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([
{ {