fix:修改计划添加页面 根据ui修改页面

This commit is contained in:
zhaohy
2024-08-12 15:33:23 +08:00
parent dbdf3da68a
commit e7642fe14c
21 changed files with 408 additions and 218 deletions

View File

@@ -117,10 +117,10 @@
clearInterval(intervalId);
});
const tables = ref(null);
const customRow = (record) => {
const customRow = (record: any) => {
return {
//点击 行 进行查看详情
onClick: (event) => {
onClick: () => {
detailed.value = !detailed.value;
infoObject.value = record;
tables.value.toggle(record);