Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a4101706
authored
Jan 07, 2025
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
1 parent
9683bd55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/assessZC/projectView.vue
src/views/assessZC/projectView.vue
View file @
a410170
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
clearable
clearable
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
计划
年度:"
prop=
"issueYear"
class=
"fromItem"
>
<el-form-item
label=
"
项目
年度:"
prop=
"issueYear"
class=
"fromItem"
>
<el-select
v-model=
"ruleForm.issueYear"
placeholder=
"请选择"
clearable
>
<el-select
v-model=
"ruleForm.issueYear"
placeholder=
"请选择"
clearable
>
<el-option
<el-option
v-for=
"(item, index) in yearsList"
v-for=
"(item, index) in yearsList"
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
>
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"issueYear"
label=
"
计划
年度"
width=
"90"
>
<el-table-column
prop=
"issueYear"
label=
"
项目
年度"
width=
"90"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
issueYear
?
scope
.
row
.
issueYear
+
"年"
:
""
}}
{{
scope
.
row
.
issueYear
?
scope
.
row
.
issueYear
+
"年"
:
""
}}
</
template
>
</
template
>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment