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
b2651582
Commit
b2651582
authored
Dec 04, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3333
parent
3bf710d6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Index.vue
src/views/audit/project/Index.vue
+0
-1
audit.vue
src/views/audit/project/audit.vue
+2
-2
projectView.vue
src/views/report/project/components/projectView.vue
+3
-2
No files found.
src/views/audit/project/Index.vue
View file @
b2651582
...
@@ -161,7 +161,6 @@ export default {
...
@@ -161,7 +161,6 @@ export default {
}).
catch
(()
=>
{
})
}).
catch
(()
=>
{
})
},
},
getListByPage
()
{
getListByPage
()
{
console
.
log
(
'2'
)
this
.
getCount
()
this
.
getCount
()
this
.
loading
=
true
;
this
.
loading
=
true
;
let
pars
=
isEmptyParams
(
this
.
searchForm
);
let
pars
=
isEmptyParams
(
this
.
searchForm
);
...
...
src/views/audit/project/audit.vue
View file @
b2651582
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
</div>
</div>
<div
style=
"width: 100%;height: calc(100% - 50px);overflow: auto;"
ref=
"main"
>
<div
style=
"width: 100%;height: calc(100% - 50px);overflow: auto;"
ref=
"main"
>
<div
class=
"x_modal_content"
>
<div
class=
"x_modal_content"
>
<project-info
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"proj
ect
Type=='1'"
/>
<project-info
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"projType=='1'"
/>
<project-info-Key
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"proj
ect
Type=='2'"
/>
<project-info-Key
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"projType=='2'"
/>
<a-row>
<a-row>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<div
class=
"tb-title"
>
<div
class=
"tb-title"
>
...
...
src/views/report/project/components/projectView.vue
View file @
b2651582
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
<div
class=
"page-footer"
>
<div
class=
"page-footer"
>
<!-- 申报项目详情 -->
<!-- 申报项目详情 -->
<!--
<a-button
type=
"primary"
@
click=
"onExport"
>
导出
</a-button>
-->
<!--
<a-button
type=
"primary"
@
click=
"onExport"
>
导出
</a-button>
-->
<project-info
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"proj
ect
Type=='1'"
/>
<project-info
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"projType=='1'"
/>
<project-info-Key
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"proj
ect
Type=='2'"
/>
<project-info-Key
v-model=
"formData"
:tabsData
.
sync=
"tabsData"
v-if=
"projType=='2'"
/>
</div>
</div>
</a-spin>
</a-spin>
</div>
</div>
...
@@ -133,6 +133,7 @@ export default {
...
@@ -133,6 +133,7 @@ export default {
},
},
},
},
created
()
{
created
()
{
console
.
log
(
this
.
projType
)
this
.
getProjectInfoById
()
this
.
getProjectInfoById
()
},
},
methods
:
{
methods
:
{
...
...
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