Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
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
徐俊
yn-science-front
Commits
defb9d48
Commit
defb9d48
authored
Dec 04, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
538a65fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
audit.vue
src/views/audit/project/audit.vue
+13
-0
No files found.
src/views/audit/project/audit.vue
View file @
defb9d48
...
@@ -13,6 +13,18 @@
...
@@ -13,6 +13,18 @@
<div
class=
"x_modal_content"
>
<div
class=
"x_modal_content"
>
<project-info
v-model=
"projectInfo"
:tabsData
.
sync=
"tabsData"
v-if=
"projType"
/>
<project-info
v-model=
"projectInfo"
:tabsData
.
sync=
"tabsData"
v-if=
"projType"
/>
<project-info-Key
v-model=
"projectInfo"
:tabsData
.
sync=
"tabsData"
v-else
/>
<project-info-Key
v-model=
"projectInfo"
:tabsData
.
sync=
"tabsData"
v-else
/>
<a-row>
<a-col
:span=
"24"
>
<div
class=
"tb-title"
>
<span>
审核记录
</span>
</div>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"24"
>
<audit-list
v-model=
"projectInfo.auditList"
/>
</a-col>
</a-row>
<a-form-model
ref=
"form"
:model=
"auditObj"
:rules=
"rules"
class=
"from-table font-line-space"
>
<a-form-model
ref=
"form"
:model=
"auditObj"
:rules=
"rules"
class=
"from-table font-line-space"
>
<audit-edit
:auditObj
.
sync=
"auditObj"
/>
<audit-edit
:auditObj
.
sync=
"auditObj"
/>
</a-form-model>
</a-form-model>
...
@@ -101,6 +113,7 @@ export default {
...
@@ -101,6 +113,7 @@ export default {
projectSubList
:
[],
projectSubList
:
[],
managementRuleList
:
[],
managementRuleList
:
[],
fileList
:
[],
fileList
:
[],
auditList
:
[],
},
},
auditObj
:
{
id
:
this
.
value
,
auditObjectId
:
this
.
objId
,
auditResult
:
null
,
auditType
:
1
,
auditContent
:
''
},
auditObj
:
{
id
:
this
.
value
,
auditObjectId
:
this
.
objId
,
auditResult
:
null
,
auditType
:
1
,
auditContent
:
''
},
rules
:
{
rules
:
{
...
...
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