Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
03c19cba
authored
2025-09-24 10:28:49 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
912bfd0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/legao/block/index.vue
src/views/legao/block/index.vue
View file @
03c19cb
...
...
@@ -42,7 +42,6 @@
>
<el-table-column
:label=
"$t('block.indexName')"
type=
"index"
width=
"80"
/>
<el-table-column
:label=
"$t('block.blockName')"
prop=
"name"
/>
<el-table-column
:label=
"$t('block.typeName')"
prop=
"type"
/>
<el-table-column
:label=
"$t('block.sortName')"
prop=
"sort"
/>
<el-table-column
:label=
"$t('block.tableControlsName')"
class-name=
"small-padding fixed-width"
>
<template
#
default=
"
{ row }">
...
...
@@ -121,7 +120,7 @@ const data = reactive({
showForm
:
false
,
showCodePart
:
false
},
blockLists
:
[{
"id"
:
"
词语编程"
,
"name"
:
"词语编程"
},{
"id"
:
"图标编程"
,
"name"
:
"图标编程"
},{
"id"
:
"无编程
"
,
"name"
:
"无编程"
}],
blockLists
:
[{
"id"
:
"
1"
,
"name"
:
"词语编程"
},{
"id"
:
"2"
,
"name"
:
"图标编程"
},{
"id"
:
"0
"
,
"name"
:
"无编程"
}],
queryParams
:
{
pageNum
:
1
,
pageSize
:
10
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment