This commit is contained in:
13684185576
2025-09-22 15:38:50 +08:00
558 changed files with 186824 additions and 22633 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<div class="headClass" style="">
<h3>管控信息</h3>
<h3>{{title}}管控信息</h3>
<el-button type="primary" :disabled="disabled" @click="chooseMarksVisible = true">选择</el-button>
</div>
<MyTable :tableData="pageData.tableData" :tableColumn="pageData.tableColumn" :tableHeight="pageData.tableHeight"
@ -37,6 +37,10 @@ const props = defineProps({
type: Boolean,
default: false
},
title: {
type: String,
default: "群体"
}
})
const { D_BZ_RYJZLB } = proxy.$dict('D_BZ_RYJZLB')
const pageData = reactive({
@ -75,7 +79,6 @@ const pageData = reactive({
})
onMounted(() => {
console.log('ControlInfo 组件已挂载!')
})
const listData = ref({})
watch(() => props.dataList, (val) => {