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
e74dc9fb
Commit
e74dc9fb
authored
Jun 14, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
3f4894e9
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
55 additions
and
52 deletions
+55
-52
index.vue
src/views/brandAmbassador/index.vue
+34
-30
index.vue
src/views/contentManagement/banner/index.vue
+3
-3
index.vue
src/views/contentManagement/clickManagement/index.vue
+1
-1
index.vue
src/views/contentManagement/newsInformation/index.vue
+2
-2
index.vue
src/views/contentManagement/videoInformation/index.vue
+1
-1
index.vue
src/views/merchantManagement/index.vue
+2
-2
data.vue
src/views/system/dict/data.vue
+6
-7
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/role/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+4
-4
No files found.
src/views/brandAmbassador/index.vue
View file @
e74dc9fb
...
...
@@ -131,7 +131,7 @@
</el-table-column>
<el-table-column
label=
"操作"
width=
"2
0
0"
width=
"2
5
0"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -168,8 +168,8 @@
/>
</div>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
600px
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
80px
"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
40%
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
auto
"
>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
v-if=
"form.businessId == undefined || form.identity === '1'"
label=
"登录名:"
prop=
"username"
>
...
...
@@ -298,7 +298,7 @@
</div>
</el-dialog>
<!-- 代言人导入对 话框 -->
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"40
0px
"
append-to-body
>
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"40
%
"
append-to-body
>
<el-select
v-model=
"upload.deptId"
:disabled=
"!queryShop"
filterable
placeholder=
"所属商家"
style=
"width: 100%"
>
<el-option
v-for=
"(item,index) in deptList"
...
...
@@ -307,31 +307,33 @@
:value=
"item.businessId"
/>
</el-select>
<el-upload
accept=
".xlsx, .xls"
:headers=
"upload.headers"
:action=
"upload.url + '?updateSupport=' + upload.updateSupport"
:disabled=
"upload.isUploading"
:on-progress=
"handleFileUploadProgress"
:on-success=
"handleFileSuccess"
:auto-upload=
"false"
:on-change=
"employeeUpload"
:on-remove=
"handleRemove"
:before-remove=
"beforeRemove"
:on-preview=
"handlePreview"
:file-list=
"fileList"
drag
>
<i
class=
"el-icon-upload"
/>
<div
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em>
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
>
<el-link
type=
"info"
style=
"font-size:12px"
@
click=
"importTemplate"
>
下载模板
</el-link>
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
style=
"color:red"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
</div>
</el-upload>
<div
class=
"uploadDialog_upload"
>
<el-upload
accept=
".xlsx, .xls"
:headers=
"upload.headers"
:action=
"upload.url + '?updateSupport=' + upload.updateSupport"
:disabled=
"upload.isUploading"
:on-progress=
"handleFileUploadProgress"
:on-success=
"handleFileSuccess"
:auto-upload=
"false"
:on-change=
"employeeUpload"
:on-remove=
"handleRemove"
:before-remove=
"beforeRemove"
:on-preview=
"handlePreview"
:file-list=
"fileList"
drag
>
<i
class=
"el-icon-upload"
/>
<div
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em>
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
>
<el-link
type=
"info"
style=
"font-size:12px"
@
click=
"importTemplate"
>
下载模板
</el-link>
</div>
<div
slot=
"tip"
class=
"el-upload__tip"
style=
"color:red"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
</div>
</el-upload>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"cancelBtn"
@
click=
"upload.open = false"
>
取 消
</el-button>
<el-button
class=
"submitBtn"
:loading=
"importLoading"
type=
"primary"
@
click=
"submitFileForm"
>
确 定
</el-button>
...
...
@@ -1075,5 +1077,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
::v-deep
.uploadDialog_upload
{
padding-top
:
20px
;
}
</
style
>
src/views/contentManagement/banner/index.vue
View file @
e74dc9fb
...
...
@@ -128,7 +128,7 @@
<!-- <span>{{ scope.row.createDate | transformDateByFormat('YYYY-MM-DD HH:mm') }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"2
0
0px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"2
5
0px"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.updateClass"
...
...
@@ -161,8 +161,8 @@
@
pagination=
"getList"
/>
<!-- 添加或修改banner管理配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
500px
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
size=
"small"
label-width=
"
90px
"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
40%
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
size=
"small"
label-width=
"
auto
"
>
<el-form-item
label=
"名称:"
prop=
"bannerName"
>
<el-input
v-model
.
trim=
"form.bannerName"
show-word-limit
:maxlength=
"500"
placeholder=
"请输入banner名字"
/>
</el-form-item>
...
...
src/views/contentManagement/clickManagement/index.vue
View file @
e74dc9fb
...
...
@@ -134,7 +134,7 @@
<span>
{{
scope
.
row
.
remarks
||
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
12
0"
>
<el-table-column
label=
"操作"
width=
"
25
0"
>
<
template
slot-scope=
"scope"
>
<!-- //编辑-->
<el-button
...
...
src/views/contentManagement/newsInformation/index.vue
View file @
e74dc9fb
...
...
@@ -156,7 +156,7 @@
<span>{{ scope.row.nickName }}</span>
</template>
</el-table-column>-->
<el-table-column
align=
"center"
label=
"操作"
width=
"2
3
0"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"2
7
0"
>
<
template
slot-scope=
"scope"
>
<el-button
v-has-permi=
"hasDetailPerm"
...
...
@@ -241,7 +241,7 @@
<div
class=
"img_content"
>
<img
v-show=
"src"
id=
"crawlerImage"
:src=
"src"
alt=
"Crawler Image"
>
</div>
<div
class=
"dialogWarnText"
>
二维码小程序爬取文章由于限制,
20分钟
内最多爬1次,否则会存在公众号被封的风险
</div>
<div
class=
"dialogWarnText"
>
二维码小程序爬取文章由于限制,
1天内
内最多爬1次,否则会存在公众号被封的风险
</div>
<el-checkbox-group
v-model=
"souceList"
>
<el-checkbox
label=
"慧保天下"
/>
<el-checkbox
label=
"中国银行保险报"
/>
...
...
src/views/contentManagement/videoInformation/index.vue
View file @
e74dc9fb
...
...
@@ -132,7 +132,7 @@
<span>{{ scope.row.nickName }}</span>
</template>
</el-table-column>-->
<el-table-column
align=
"center"
label=
"操作"
width=
"2
5
0"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"2
7
0"
>
<
template
slot-scope=
"scope"
>
<el-button
v-has-permi=
"hasDetailPerm"
...
...
src/views/merchantManagement/index.vue
View file @
e74dc9fb
...
...
@@ -100,7 +100,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"1
0
0px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"1
5
0px"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.updateClass"
...
...
@@ -126,7 +126,7 @@
@
pagination=
"getList"
/>
<!-- 添加或修改商家管理配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
500px
"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
40%
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
size=
"small"
label-width=
"auto"
>
<el-form-item
label=
"商家名称:"
prop=
"unitName"
>
<el-input
v-model
.
trim=
"form.unitName"
:maxlength=
"30"
placeholder=
"请输入商家名称"
/>
...
...
src/views/system/dict/data.vue
View file @
e74dc9fb
...
...
@@ -39,12 +39,11 @@
<div
style=
"padding-bottom: 15px"
>
<coolbutton
:class-name=
"commonField.addClass"
:type=
"commonField.typePrimary"
:name=
"commonField.addName"
:icon=
"commonField.addIcon"
:size=
"commonField.size"
:haspermi=
"hasDataAddPerm"
@
btn-click=
"handleAdd"
/>
<el-button
class=
"importBtn"
type=
"warning"
icon=
"el-icon-upload"
size=
"small"
:class=
"commonField.resetClass"
:icon=
"commonField.resetIcon"
:size=
"commonField.size"
@
click=
"handleImport"
>
导入
</el-button>
>
{{
commonField
.
importName
}}
</el-button>
<!--
<el-button-->
<!-- v-has-permi="['sys:dict:export']"-->
<!-- class="exportBtn"-->
...
...
@@ -122,7 +121,7 @@
/>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
500px
"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
40%
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"auto"
>
<el-form-item
label=
"字典类型:"
>
<el-input
v-model
.
trim=
"form.dictType"
:disabled=
"true"
show-word-limit
maxlength=
"30"
placeholder=
"请输入字典类型"
/>
...
...
@@ -146,7 +145,7 @@
</div>
</el-dialog>
<!-- 字典数据导入对话框 -->
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"40
0px
"
append-to-body
>
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"40
%
"
append-to-body
>
<el-upload
accept=
".xlsx, .xls"
:headers=
"upload.headers"
...
...
src/views/system/dict/index.vue
View file @
e74dc9fb
...
...
@@ -150,7 +150,7 @@
@
pagination=
"getList"
/>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
title=
"字典信息:"
:visible
.
sync=
"open"
width=
"
500px
"
append-to-body
@
close=
"reset"
>
<el-dialog
title=
"字典信息:"
:visible
.
sync=
"open"
width=
"
40%
"
append-to-body
@
close=
"reset"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"auto"
>
<el-form-item
label=
"字典名称:"
prop=
"dictName"
>
<el-input
v-model
.
trim=
"form.dictName"
:maxlength=
"30"
placeholder=
"请输入字典名称"
/>
...
...
src/views/system/role/index.vue
View file @
e74dc9fb
...
...
@@ -138,7 +138,7 @@
@
pagination=
"getList"
/>
<!-- 添加或修改角色配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
500px
"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
40%
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
size=
"small"
label-width=
"auto"
>
<el-form-item
label=
"名称:"
prop=
"roleName"
>
<el-input
v-model
.
trim=
"form.roleName"
show-word-limit
:maxlength=
"30"
placeholder=
"请输入角色名称"
/>
...
...
src/views/system/user/index.vue
View file @
e74dc9fb
...
...
@@ -154,7 +154,7 @@
</el-table-column>
<el-table-column
label=
"操作"
width=
"2
0
0"
width=
"2
5
0"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -193,8 +193,8 @@
/>
</div>
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
600px
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
80px
"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
40%
"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
auto
"
>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"登录名:"
v-if=
"form.businessId == undefined"
prop=
"username"
>
...
...
@@ -317,7 +317,7 @@
</div>
</el-dialog>
<!-- 用户导入对 话框 -->
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"40
0px
"
append-to-body
>
<el-dialog
:title=
"upload.title"
:visible
.
sync=
"upload.open"
width=
"40
%
"
append-to-body
>
<el-upload
accept=
".xlsx, .xls"
:headers=
"upload.headers"
...
...
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