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

@@ -98,6 +98,7 @@
visible.value = false;
config.value.dataSource = [];
logList.value = [];
formRef.value.resetFields();
};
const btnClick = () => {
formRef.value.validate().then(() => {

View File

@@ -59,11 +59,14 @@ export const notificationtableConfig = (look: any, status: any) => {
title: '告警记录',
api: equipmentAlarmApi.getTableList,
headerActions: [{}],
scroll: { x: 2000 },
scroll: { x: 1800 },
columns: tableKeyMap,
// rowSelection: null, 选择按钮
columnActions: {
title: '操作',
width: 180,
fixed: 'right',
dataIndex: 'tableAction',
actions: [
{
label: '详情',