Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
紫光云
web-project
Commits
c2546305
Commit
c2546305
authored
Oct 25, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(审核): 列
parent
e34d7a04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
data.tsx
src/views/completed/data.tsx
+3
-1
data.tsx
src/views/engineeringProject/data.tsx
+3
-1
No files found.
src/views/completed/data.tsx
View file @
c2546305
import
{
BasicColumn
,
FormSchema
}
from
'@/components/Table'
;
import
{
BasicColumn
,
FormSchema
}
from
'@/components/Table'
;
import
{
useUserStore
}
from
"@/store/modules/user"
;
const
deptId
=
useUserStore
().
userInfo
.
deptParentId
;
type
CheckedType
=
boolean
|
string
|
number
;
type
CheckedType
=
boolean
|
string
|
number
;
//主模块-已竣工列表页
//主模块-已竣工列表页
export
const
columns
:
(
export
const
columns
:
(
...
@@ -65,6 +66,7 @@ export const columns: (
...
@@ -65,6 +66,7 @@ export const columns: (
{
{
title
:
'审核状态'
,
title
:
'审核状态'
,
dataIndex
:
'auditResult'
,
dataIndex
:
'auditResult'
,
ifShow
:
deptId
!=
'100'
,
width
:
180
,
width
:
180
,
},
},
{
{
...
...
src/views/engineeringProject/data.tsx
View file @
c2546305
import
{
BasicColumn
,
FormSchema
}
from
'@/components/Table'
;
import
{
BasicColumn
,
FormSchema
}
from
'@/components/Table'
;
import
{
useUserStore
}
from
"@/store/modules/user"
;
const
deptId
=
useUserStore
().
userInfo
.
deptParentId
;
type
CheckedType
=
boolean
|
string
|
number
;
type
CheckedType
=
boolean
|
string
|
number
;
export
const
columns
:
(
export
const
columns
:
(
|
{
dataIndex
:
string
;
width
:
number
;
title
:
string
}
|
{
dataIndex
:
string
;
width
:
number
;
title
:
string
}
...
@@ -64,6 +65,7 @@ export const columns: (
...
@@ -64,6 +65,7 @@ export const columns: (
{
{
title
:
'审核状态'
,
title
:
'审核状态'
,
dataIndex
:
'planResult'
,
dataIndex
:
'planResult'
,
ifShow
:
deptId
!=
'100'
,
width
:
180
,
width
:
180
,
},
},
{
{
...
...
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