添加打包命令 区分 冀北还是其他地方的页面
This commit is contained in:
@@ -96,14 +96,24 @@ const tableStore = new TableStore({
|
||||
return dictData.state.userList.filter(item => item.id == row.cellValue)[0]?.name
|
||||
}
|
||||
},
|
||||
// {
|
||||
// title: '报告',
|
||||
// minWidth: '150',
|
||||
// align: 'center',
|
||||
// render: 'buttons',
|
||||
// fixed: 'right',
|
||||
// buttons: [
|
||||
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
title: '报告',
|
||||
minWidth: '150',
|
||||
title: '操作',
|
||||
minWidth: '220',
|
||||
align: 'center',
|
||||
render: 'buttons',
|
||||
fixed: 'right',
|
||||
buttons: [
|
||||
{
|
||||
{
|
||||
name: 'productSetting',
|
||||
title: '查看报告',
|
||||
type: 'primary',
|
||||
@@ -130,16 +140,7 @@ const tableStore = new TableStore({
|
||||
click: row => {
|
||||
window.open(row.filePath)
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
minWidth: '220',
|
||||
align: 'center',
|
||||
render: 'buttons',
|
||||
fixed: 'right',
|
||||
buttons: [
|
||||
},
|
||||
{
|
||||
name: 'productSetting',
|
||||
title: '发送督办单',
|
||||
|
||||
Reference in New Issue
Block a user