Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
22da8ed8
Commit
22da8ed8
authored
Oct 31, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日期格式调整
parent
b3f25202
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/basicData/announcementManagement/index.vue
+2
-2
No files found.
src/views/basicData/announcementManagement/index.vue
View file @
22da8ed8
...
...
@@ -93,8 +93,8 @@
tableTitle
:
[
{
label
:
"标题"
,
prop
:
"title"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
200
},
{
label
:
"公告日期"
,
prop
:
"ggrq"
,
fieldType
:
"ftDate"
},
{
label
:
"有效期"
,
prop
:
"yxrq"
,
fieldType
:
"ftDate"
},
{
label
:
"公告日期"
,
prop
:
"ggrq"
,
...
this
.
$common
(
'ftDate'
)
},
{
label
:
"有效期"
,
prop
:
"yxrq"
,
...
this
.
$common
(
'ftDate'
)
},
{
label
:
"发布部门"
,
prop
:
"bmmc"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"附件数"
,
prop
:
"attachcount"
,
fieldType
:
"int"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
200
},
...
...
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