Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
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
839739d3
authored
Jul 09, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: 更新文件管理组件,重命名有效期列为有效期,简化展示逻辑,提升用户体验
parent
b4d1a448
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
src/views/billManagement/fileManagement.vue
src/views/billManagement/fileManagement.vue
View file @
839739d3
...
@@ -12,11 +12,7 @@
...
@@ -12,11 +12,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"description"
label=
"文件说明"
min-width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"description"
label=
"文件说明"
min-width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"validity_start"
label=
"有效期"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
>
<el-table-column
prop=
"validity_period"
label=
"有效期"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
validity_start
>
0
&&
scope
.
row
.
validity_end
>
0
?
scope
.
row
.
validity_start
+
' ~ '
+
scope
.
row
.
validity_end
:
''
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"create_name"
label=
"上传人"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"create_name"
label=
"上传人"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"create_time"
label=
"上传时间"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"create_time"
label=
"上传时间"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
</el-table>
</el-table>
...
...
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