Compare commits
No commits in common. "3cf3aec2f501363e4c8c0bd5f847133f101063d7" and "321683e7c24703371e0b80989de4cd3b6414ab11" have entirely different histories.
3cf3aec2f5
...
321683e7c2
@ -10,13 +10,12 @@ export const columns = [
|
||||
{
|
||||
title: 'ID',
|
||||
key: 'id',
|
||||
width: 50,
|
||||
width: 60,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '文章标题',
|
||||
key: 'title',
|
||||
width: 300,
|
||||
ren(record) {
|
||||
return h(
|
||||
'a',
|
||||
@ -27,6 +26,7 @@ export const columns = [
|
||||
record.title,
|
||||
);
|
||||
},
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: '文章分类',
|
||||
|
@ -11,13 +11,13 @@ export const columns2 = [
|
||||
{
|
||||
title: 'ID',
|
||||
key: 'id',
|
||||
width: 50,
|
||||
width: 60,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '通知标题',
|
||||
key: 'title',
|
||||
width: 300,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '通知类型',
|
||||
|
Loading…
Reference in New Issue
Block a user