Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
f357163e
Commit
f357163e
authored
Nov 22, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
51b2236c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
classification.vue
src/components/WebSet/classification.vue
+5
-7
No files found.
src/components/WebSet/classification.vue
View file @
f357163e
...
@@ -146,8 +146,8 @@
...
@@ -146,8 +146,8 @@
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
'total'
>
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
'total'
>
</el-pagination>
</el-pagination>
<el-dialog
:title=
"dialogTitle"
:visible
.
sync=
"outerVisible"
center
width=
"1000px"
<el-dialog
:title=
"dialogTitle"
:visible
.
sync=
"outerVisible"
center
width=
"1000px"
:before-close=
"closeChangeMachie"
:before-close=
"closeChangeMachie"
append-to-body
>
append-to-body
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"120px"
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"120px"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -242,16 +242,14 @@
...
@@ -242,16 +242,14 @@
</
template
>
</
template
>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('system.table_Url')"
>
<el-form-item
:label=
"$t('system.table_Url')"
>
<el-input
style=
"width:217px"
type=
"text"
:disabled=
"addMsg.IsLock === 1"
v-model=
"addMsg.LinkUrl"
<el-input
style=
"width:217px"
type=
"text"
:disabled=
"addMsg.IsLock === 1"
v-model=
"addMsg.LinkUrl"
maxlength=
"50"
:placeholder=
"$t('system.ph_url')"
>
maxlength=
"50"
:placeholder=
"$t('system.ph_url')"
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -330,7 +328,7 @@
...
@@ -330,7 +328,7 @@
LineIdList
:
[],
LineIdList
:
[],
SeriesIdList
:
[],
SeriesIdList
:
[],
IsSelfGuidedTour
:
0
,
IsSelfGuidedTour
:
0
,
LinkUrl
:
""
,
//页面地址
LinkUrl
:
""
,
//页面地址
},
},
rules
:
{
rules
:
{
CategoryName
:
[{
CategoryName
:
[{
...
...
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