Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
吴迪
gs1-admin
Commits
4fce9f22
Commit
4fce9f22
authored
Sep 12, 2024
by
田爽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频管理复制标题
parent
a5424937
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
newsmovie-add-or-update.vue
src/views/modules/info/newsmovie-add-or-update.vue
+7
-1
No files found.
src/views/modules/info/newsmovie-add-or-update.vue
View file @
4fce9f22
...
@@ -7,7 +7,10 @@
...
@@ -7,7 +7,10 @@
:visible
.
sync=
"visible"
>
:visible
.
sync=
"visible"
>
<el-form
:model=
"dataForm"
:rules=
"dataRule"
ref=
"dataForm"
@
keyup
.
enter
.
native=
"dataFormSubmit()"
label-width=
"130px"
>
<el-form
:model=
"dataForm"
:rules=
"dataRule"
ref=
"dataForm"
@
keyup
.
enter
.
native=
"dataFormSubmit()"
label-width=
"130px"
>
<el-form-item
label=
"原始标题"
prop=
"titleOld"
>
<el-form-item
label=
"原始标题"
prop=
"titleOld"
>
<el-input
v-model=
"dataForm.titleOld"
placeholder=
"请输入原始标题"
v-show=
"!showInfo"
></el-input>
<el-input
v-model=
"dataForm.titleOld"
placeholder=
"请输入原始标题"
v-show=
"!showInfo"
style=
'width:80%!important'
></el-input>
<el-button
@
click=
"copyTitle"
style=
'width:18%!important;white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;'
>
复制到显示标题
</el-button>
</el-form-item>
</el-form-item>
<el-form-item
label=
"显示标题"
prop=
"title"
>
<el-form-item
label=
"显示标题"
prop=
"title"
>
<el-input
v-model=
"dataForm.title"
placeholder=
"请输入显示标题"
v-show=
"!showInfo"
></el-input>
<el-input
v-model=
"dataForm.title"
placeholder=
"请输入显示标题"
v-show=
"!showInfo"
></el-input>
...
@@ -424,6 +427,9 @@ export default {
...
@@ -424,6 +427,9 @@ export default {
this
.
dataForm
.
brief
=
instance
.
getContent
()
this
.
dataForm
.
brief
=
instance
.
getContent
()
})
})
},
},
copyTitle
()
{
this
.
dataForm
.
title
=
this
.
dataForm
.
titleOld
},
}
}
}
}
</
script
>
</
script
>
...
...
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