int
This commit is contained in:
parent
bf58e8406a
commit
ce30f6d731
@ -67,6 +67,7 @@
|
||||
</el-dropdown>
|
||||
</el-space>
|
||||
<!-- 数据表格 -->
|
||||
|
||||
<DataTable
|
||||
ref="tableRef"
|
||||
style="width: 100%"
|
||||
@ -75,7 +76,9 @@
|
||||
:params="params"
|
||||
:request="params => getinfoArticleList(params)"
|
||||
>
|
||||
|
||||
<template #info_article_cover="scope">
|
||||
|
||||
<el-image
|
||||
v-if="scope.row.info_article_cover"
|
||||
:src="scope.row.info_article_cover.split(',')[0]"
|
||||
@ -86,10 +89,17 @@
|
||||
fit="contain"
|
||||
class="el-avatar"
|
||||
></el-image>
|
||||
|
||||
<template v-else>暂无图片</template>
|
||||
|
||||
</template>
|
||||
<template #info_article_cover="scope">
|
||||
info_article_order
|
||||
|
||||
</template>
|
||||
|
||||
<template #chaoz="scope">
|
||||
|
||||
|
||||
<el-space>
|
||||
<el-button size="small" @click="handleUpdate(scope.row)">
|
||||
编辑
|
||||
@ -169,11 +179,11 @@ const column = [
|
||||
fixed: true,
|
||||
type: 'selection'
|
||||
},
|
||||
{
|
||||
prop: 'info_article_order',
|
||||
label: '文章排序',
|
||||
width: '150'
|
||||
},
|
||||
// {
|
||||
// prop: 'info_article_order',
|
||||
// label: '文章排序',
|
||||
// width: '150'
|
||||
// },
|
||||
{
|
||||
prop: 'info_article_title',
|
||||
label: '文章标题',
|
||||
|
Loading…
Reference in New Issue
Block a user