This commit is contained in:
2025-09-02 19:14:34 +08:00
16 changed files with 243 additions and 152 deletions

View File

@ -431,6 +431,7 @@ const handleView = async (row: LandBlockVO) => {
formM.landId = row.id;
// 打开弹窗
dialogMatrix.visible = true;
dialogMatrix.title = `关联方阵(地块:${row.landName || row.landCode}`;
};