明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
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
Administrator
jt_front
Commits
c1648b3d
Commit
c1648b3d
authored
May 29, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年份处理
parent
70496eab
Pipeline
#112170
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
annual.vue
src/views/everydayPage/annual.vue
+14
-7
No files found.
src/views/everydayPage/annual.vue
View file @
c1648b3d
<
template
>
<div
class=
"manage-container"
>
<div
class=
"manage-wrap"
>
<search-form
@
search=
"handleSearch"
:items=
"items"
/>
<search-form
ref=
"searchRef"
@
search=
"handleSearch"
:items=
"items"
/>
<div
class=
"manage-header"
>
<div
class=
"header-left"
></div>
<div
class=
"header-right"
>
...
...
@@ -60,6 +60,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
import
CommonTable
from
"@/components/common/commonTable.vue"
;
import
SearchForm
from
"@/components/common/SearchForm.vue"
;
const
searchRef
=
ref
();
const
handleSearch
=
(
formData
)
=>
{
currentPage
.
value
=
1
;
...
...
@@ -91,14 +92,20 @@ const items = ref([
span
:
6
,
clearable
:
true
,
},
{
type
:
"input"
,
label
:
"直属企业"
,
prop
:
"zsqy"
,
placeholder
:
"请输入直属企业"
,
span
:
6
,
type
:
"date"
,
label
:
"年度"
,
prop
:
"jhnf"
,
dateType
:
"year"
,
format
:
"YYYY"
,
valueFormat
:
"YYYY"
,
placeholder
:
"请选择年度"
,
clearable
:
true
,
defaultValue
:
new
Date
().
getFullYear
().
toString
(),
span
:
6
,
},
{
type
:
"input"
,
label
:
"管理主体"
,
...
...
@@ -248,7 +255,7 @@ const deleteStatement = (item) => {
.
catch
(()
=>
{});
};
onMounted
(()
=>
{
getProjectData
();
searchRef
.
value
.
search
();
});
</
script
>
...
...
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