yxk-20260817
把把脉、所务会、党委会的列表操作栏样式优化
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
clickToRowSelect: false,
|
||||
rowSelection: {type: 'checkbox'},
|
||||
actionColumn: {
|
||||
width: 120,
|
||||
width: 150,
|
||||
fixed:'right'
|
||||
},
|
||||
beforeFetch: async (params) => {
|
||||
@@ -512,6 +512,10 @@
|
||||
onClick: handleEdit.bind(null, record),
|
||||
auth: actionAuth.edit
|
||||
},
|
||||
{
|
||||
label: '详情',
|
||||
onClick: handleDetail.bind(null, record),
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
@@ -521,9 +525,6 @@
|
||||
function getDropDownAction(record){
|
||||
let dropDownAction = [
|
||||
{
|
||||
label: '详情',
|
||||
onClick: handleDetail.bind(null, record),
|
||||
}, {
|
||||
label: '删除',
|
||||
popConfirm: {
|
||||
title: '是否确认删除',
|
||||
|
||||
@@ -12,6 +12,12 @@ export const columns: BasicColumn[] = [
|
||||
dataIndex: 'year_dictText',
|
||||
width: '60px',
|
||||
},
|
||||
{
|
||||
title: '意见主题',
|
||||
align:"center",
|
||||
dataIndex: 'title',
|
||||
width: '350px',
|
||||
},
|
||||
{
|
||||
title: '会议类型',
|
||||
align:"center",
|
||||
@@ -24,12 +30,6 @@ export const columns: BasicColumn[] = [
|
||||
dataIndex: 'type',
|
||||
width: '140px',
|
||||
},
|
||||
{
|
||||
title: '意见主题',
|
||||
align:"center",
|
||||
dataIndex: 'title',
|
||||
width: '350px',
|
||||
},
|
||||
{
|
||||
title: '具体意见',
|
||||
align:"center",
|
||||
|
||||
@@ -295,7 +295,7 @@
|
||||
clickToRowSelect: false,
|
||||
rowSelection: { type: 'checkbox' },
|
||||
actionColumn: {
|
||||
width: 120,
|
||||
width: 150,
|
||||
fixed: 'right',
|
||||
},
|
||||
beforeFetch: async (params) => {
|
||||
@@ -528,6 +528,10 @@
|
||||
onClick: handleEdit.bind(null, record),
|
||||
auth: 'bqtakepulse:bg_takepulse:edit',
|
||||
},
|
||||
{
|
||||
label: '详情',
|
||||
onClick: handleDetail.bind(null, record),
|
||||
},
|
||||
];
|
||||
}
|
||||
/**
|
||||
@@ -535,10 +539,6 @@
|
||||
*/
|
||||
function getDropDownAction(record) {
|
||||
let dropDownAction = [
|
||||
{
|
||||
label: '详情',
|
||||
onClick: handleDetail.bind(null, record),
|
||||
},
|
||||
{
|
||||
label: '删除',
|
||||
popConfirm: {
|
||||
|
||||
Reference in New Issue
Block a user