管理人页面修改

This commit is contained in:
ruisenma
2025-09-10 20:22:00 +08:00
parent da85ae74d7
commit c0a7f78ce6
13 changed files with 1891 additions and 514 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<div class="headClass" style="">
<h3>群体管控信息</h3>
<h3>管控信息</h3>
<el-button type="primary" :disabled="disabled" @click="chooseMarksVisible = true">选择</el-button>
</div>
<MyTable :tableData="pageData.tableData" :tableColumn="pageData.tableColumn" :tableHeight="pageData.tableHeight"
@ -74,6 +74,9 @@ const pageData = reactive({
controlsWidth: 120,
})
onMounted(() => {
console.log('ControlInfo 组件已挂载!')
})
const listData = ref({})
watch(() => props.dataList, (val) => {
if (val) {