Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
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
qzhxx
national_museum_vod
Commits
5fbbd8c4
Commit
5fbbd8c4
authored
Apr 15, 2021
by
qzhxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
’优化
parent
0a8bcea6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
addCopyright.vue
src/page/content/components/dialog/addCopyright.vue
+1
-1
add.vue
src/page/content/video/content/add.vue
+3
-2
add.vue
src/page/system/orgDialog/add.vue
+1
-0
edit.vue
src/page/system/orgDialog/edit.vue
+1
-0
No files found.
src/page/content/components/dialog/addCopyright.vue
View file @
5fbbd8c4
...
...
@@ -42,7 +42,7 @@
<el-option
v-for=
"item in videoContentCat"
:label=
"item.name"
:value=
"item.id"
:key=
"item.id"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"备注"
>
<el-form-item
label=
"备注"
class=
"w100"
>
<el-input
type=
"textarea"
v-model=
"ruleForm.remarks"
></el-input>
</el-form-item>
</el-form>
...
...
src/page/content/video/content/add.vue
View file @
5fbbd8c4
...
...
@@ -34,6 +34,7 @@
></el-option>
</el-select>
</el-form-item>
<add-copyright
ref=
"addCopyright"
></add-copyright>
<!--
<el-form-item
class=
"addTip"
>
<add-copyright
ref=
"addCopyright"
></add-copyright>
<span>
若没有相应的视频版权方,请点击
</span>
...
...
@@ -61,7 +62,7 @@
<el-form-item
>
<br>
<span
style=
"color:red"
>
若没有相应的视频分类,请点击
</span>
<el-button
type=
"text"
@
click=
"addVideoClass"
>
新建视频版
权方
</el-button>
<el-button
type=
"text"
@
click=
"addVideoClass"
>
新建视频版
分类
</el-button>
</el-form-item>
<!--
<el-form-item
class=
"addTip"
>
<span>
若没有相应的视频分类,请点击
</span>
...
...
@@ -96,7 +97,7 @@
<el-form-item
label=
"视频分类名称"
prop=
"name"
>
<el-input
v-model=
"classForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"备注"
>
<el-form-item
label=
"备注"
class=
"w100"
>
<el-input
type=
"textarea"
v-model=
"classForm.remarks"
></el-input>
</el-form-item>
</el-form>
...
...
src/page/system/orgDialog/add.vue
View file @
5fbbd8c4
...
...
@@ -25,6 +25,7 @@
v-model=
"form.name"
placeholder=
"请填写"
clearable
oninput=
"value = value.trim()"
></el-input>
</el-form-item>
<el-form-item
label=
"机构地理位置:"
prop=
"areaId"
>
...
...
src/page/system/orgDialog/edit.vue
View file @
5fbbd8c4
...
...
@@ -25,6 +25,7 @@
v-model=
"form.name"
placeholder=
"请填写"
clearable
oninput=
"value = value.trim()"
></el-input>
</el-form-item>
<el-form-item
label=
"机构地理位置:"
prop=
"areaId"
>
...
...
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