Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
fcb839c7
Commit
fcb839c7
authored
Nov 11, 2024
by
baiyinhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改流程中心
parent
872d42c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
20 deletions
+16
-20
index.vue
src/views/processCenter/index.vue
+3
-7
processCenter.data.ts
src/views/processCenter/processCenter.data.ts
+13
-13
No files found.
src/views/processCenter/index.vue
View file @
fcb839c7
...
...
@@ -133,10 +133,12 @@
import
{
getMenuListByPage
}
from
'@/api/system/menu/menu'
;
import
{
Tabs
,
Descriptions
,
Alert
,
Modal
}
from
'ant-design-vue'
;
import
{
tableListtab1
,
tableListtab2
,
tableListtab3
}
from
'./mock'
;
import
{
useGo
}
from
'@/hooks/web/usePage'
;
defineOptions
({
name
:
'RoleManagement'
});
const
filterStore
=
useFilterStore
();
const
route
=
useRoute
();
const
go
=
useGo
();
const
{
createMessage
}
=
useMessage
();
const
tableData
=
ref
([]);
const
tableDatatab2
=
ref
([]);
...
...
@@ -305,13 +307,7 @@
/**查看详情按钮*/
function
handleView
()
{
Modal
.
confirm
({
title
:
'跳转到详情页面'
,
content
:
'是否查看详情?'
,
okText
:
'确认'
,
cancelText
:
'取消'
,
onOk
:
()
=>
{},
});
go
(
'/system/process_detail'
);
}
/**数据权限按钮*/
function
dataPermiss
(
record
:
Recordable
)
{
...
...
src/views/processCenter/processCenter.data.ts
View file @
fcb839c7
...
...
@@ -130,19 +130,19 @@ export const searchFormSchema: FormSchema[] = [
},
colProps
:
{
span
:
4
},
},
{
field
:
'type'
,
label
:
' '
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'全部类型'
,
value
:
'1'
},
{
label
:
'部分类型'
,
value
:
'2'
},
],
placeholder
:
'申请类型'
,
},
colProps
:
{
span
:
4
},
},
//
{
//
field: 'type',
//
label: ' ',
//
component: 'Select',
//
componentProps: {
//
options: [
//
{ label: '全部类型', value: '1' },
//
{ label: '部分类型', value: '2' },
//
],
//
placeholder: '申请类型',
//
},
//
colProps: { span: 4 },
//
},
{
field
:
'deptName'
,
label
:
' '
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment