Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_manage
Project
Project
Details
Activity
Releases
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
张伯涛
intel_promotion_manage
Commits
8ebf869f
Commit
8ebf869f
authored
Jun 07, 2024
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文章管理暂存-11
parent
074e70a9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
6 deletions
+10
-6
index.vue
src/views/brandAmbassador/index.vue
+1
-0
index.vue
src/views/contentManagement/clickManagement/index.vue
+4
-3
index.vue
src/views/contentManagement/newsInformation/index.vue
+1
-0
index.vue
src/views/contentManagement/newsInformation/info/index.vue
+3
-3
index.vue
src/views/contentManagement/videoInformation/index.vue
+1
-0
No files found.
src/views/brandAmbassador/index.vue
View file @
8ebf869f
...
...
@@ -840,6 +840,7 @@ export default {
identity
:
''
,
deptId
:
''
}
this
.
roleFunction
()
this
.
handleQuery
()
},
// 多选框选中数据
...
...
src/views/contentManagement/clickManagement/index.vue
View file @
8ebf869f
...
...
@@ -5,7 +5,7 @@
<div
class=
"search"
style=
"border-bottom: 14px solid #f4f4f4"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"所属商家:"
prop=
"unitId"
>
<el-select
v-model=
"queryParams.unitId"
:disabled=
"!queryShop"
filterable
placeholder=
"请选择所属商家"
style=
"width: 100%"
>
<el-select
v-model=
"queryParams.unitId"
:disabled=
"!queryShop"
clearable
filterable
placeholder=
"请选择所属商家"
style=
"width: 100%"
>
<el-option
v-for=
"(item,index) in deptList"
:key=
"index"
...
...
@@ -51,7 +51,7 @@
:size=
"commonField.smallSize"
@
click=
"handleAdd"
>
{{
commonField
.
addName
}}
</el-button>
<!-- //新增按钮-->
<!-- //新增按钮
v
-->
<!--
<el-button-->
<!-- :class="commonField.addClass"-->
<!-- :type="commonField.typePrimary"-->
...
...
@@ -206,7 +206,7 @@
v-model=
"form.lessonType"
filterable
style=
"width: 400px"
placeholder=
"请选择课程类型"
placeholder=
"请选择课
程类型"
@
change=
"handleLessonTypeChange"
>
<el-option
...
...
@@ -1335,6 +1335,7 @@ export default {
unitId
:
''
,
title
:
''
}
this
.
roleFunction
()
this
.
loadData
()
},
// 题目type转换
...
...
src/views/contentManagement/newsInformation/index.vue
View file @
8ebf869f
...
...
@@ -505,6 +505,7 @@ export default {
}
this
.
dateRange
=
[]
this
.
roleFunction
()
this
.
loadData
()
},
handleChangeTime
()
{
...
...
src/views/contentManagement/newsInformation/info/index.vue
View file @
8ebf869f
...
...
@@ -131,7 +131,7 @@
prop=
"details"
:rules=
"
{ required: !(controls.isOperation === '3'), message: '请输入新闻内容', trigger: 'blur' }"
>
<vue-editor
id=
"editorsay"
v-model=
"form.details"
:use
CustomImageH
andler=
"true"
:editor-toolbar=
"customToolbar"
:disabled=
"secondFromDisabled"
@
blur=
"queryRules"
@
image-added=
"handleImageAdded"
/>
<vue-editor
id=
"editorsay"
v-model=
"form.details"
:use
-custom-image-h
andler=
"true"
:editor-toolbar=
"customToolbar"
:disabled=
"secondFromDisabled"
@
blur=
"queryRules"
@
image-added=
"handleImageAdded"
/>
</el-form-item>
</el-col>
...
...
@@ -142,7 +142,7 @@
</div>
<!-- 按钮区 -->
<div
class=
"btn-box"
>
<!--
<el-button
v-if=
"controls.isOperation !== '3'"
style=
"width: 80px; height: 40px;font-size: 16px; width: 138px;height: 38px "
@
click=
"submit"
>
保存
<!--
<el-button
v-if=
"controls.isOperation !== '3'"
style=
"width: 80px; height: 40px;font-size: 16px; width: 138px;height: 38px "
@
click=
"submit"
>
保存
</el-button>
-->
<el-button
v-if=
"controls.isOperation !== '3'"
style=
"width: 80px; height: 40px;font-size: 16px; width: 138px;height: 38px "
type=
"primary"
:loading=
"pubLoading"
@
click=
"publish"
>
发布
</el-button>
...
...
@@ -158,7 +158,7 @@ import {
}
from
'@/api/contentManagement/sysContentNewsInformation'
import
{
VueEditor
}
from
'vue2-editor'
import
{
uploadPublic
}
from
'@/api/contentManagement/sysContest'
import
{
mapGetters
}
from
"vuex"
;
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
...
...
src/views/contentManagement/videoInformation/index.vue
View file @
8ebf869f
...
...
@@ -444,6 +444,7 @@ export default {
}
this
.
dateRange
=
[]
this
.
roleFunction
()
this
.
loadData
()
},
handleChangeTime
()
{
...
...
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