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
280929ea
authored
2025-03-09 13:34:51 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
5664de62
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
src/views/legao/advertisement/index.vue
src/views/legao/advertisement/index.vue
View file @
280929e
...
...
@@ -78,7 +78,7 @@
</el-container>
<el-dialog
:title=
"showForm.title"
v-model=
"showForm.open"
width=
"500px"
append-to-body
@
close=
"closeDialog"
>
<el-form
ref=
"formRefs"
:model=
"showForm.form"
:rules=
"rules"
>
<el-form-item
:label=
"$t('advertisement.tableAdName')"
label-width=
"80"
prop=
"
adN
ame"
>
<el-form-item
:label=
"$t('advertisement.tableAdName')"
label-width=
"80"
prop=
"
n
ame"
>
<el-input
v-model=
"showForm.form.name"
placeholder=
"请输入广告名称"
/>
</el-form-item>
<el-form-item
:label=
"$t('advertisement.tablePhotoName')"
label-width=
"80"
>
...
...
@@ -134,11 +134,9 @@ const data = reactive({
}
},
rules
:
[
{
adName
:
[{
required
:
true
,
message
:
"广告名称不能为空"
,
trigger
:
"blur"
}]
rules
:
{
name
:
[{
required
:
true
,
message
:
"广告名称不能为空"
,
trigger
:
"blur"
}]
}
]
});
const
{
status
,
queryParams
,
total
,
list
,
showForm
,
rules
}
=
toRefs
(
data
)
...
...
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