Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
f26167c4
Commit
f26167c4
authored
May 31, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文章管理
parent
1af940a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
article-management.vue
src/views/article-management/article-management.vue
+5
-5
No files found.
src/views/article-management/article-management.vue
View file @
f26167c4
...
...
@@ -93,11 +93,11 @@
<el-table-column
align=
"center"
type=
"selection"
width=
"55"
reserve-selection
/>
<el-table-column
align=
"center"
label=
"序号"
min-width=
"55"
type=
"index"
/>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
label=
"文章标题"
prop=
"articleTitle"
width=
"200"
/>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
label=
"文章内容"
prop=
"articleContent"
width=
"200"
>
<template
#
default=
"
{row: {articleContent}}"
>
<div
v-html=
"articleContent"
></div
>
</
template
>
</el-table-column
>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
label=
"文章内容"
prop=
"articleContent"
width=
"200"
/
>
<!--
<template
#
default=
"
{row: {articleContent}}">--
>
<!--
<div
v-html=
"articleContent"
></div>
--
>
<!--
</
template
>
--
>
<!-- </el-table-column>--
>
<el-table-column
align=
"center"
label=
"权重"
min-width=
"55"
prop=
"articleWeight"
/>
<el-table-column
align=
"center"
label=
"创建时间"
min-width=
"80"
prop=
"articleCreateTime"
width=
"180"
>
<
template
slot-scope=
"scope"
>
...
...
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