fix:修改计划添加页面 根据ui修改页面
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
infoObject.value = {};
|
||||
visible.value = false;
|
||||
config.value.dataSource = [];
|
||||
formRef.value.resetFields();
|
||||
};
|
||||
const btnClick = () => {
|
||||
formRef.value.validate().then(() => {
|
||||
|
@@ -57,11 +57,14 @@ export const notificationtableConfig = (look: any, status: any) => {
|
||||
title: '告警记录',
|
||||
api: energyAlarmApi.getTableList,
|
||||
headerActions: [{}],
|
||||
scroll: { x: 2000 },
|
||||
scroll: { x: 1800 },
|
||||
columns: tableKeyMap,
|
||||
// rowSelection: null, 选择按钮
|
||||
columnActions: {
|
||||
title: '操作',
|
||||
width: 180,
|
||||
fixed: 'right',
|
||||
dataIndex: 'tableAction',
|
||||
actions: [
|
||||
{
|
||||
label: '详情',
|
||||
|
Reference in New Issue
Block a user