Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
db1bd7d4
Commit
db1bd7d4
authored
Oct 20, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bug修复
parent
4e9617e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
taskView.vue
src/components/app/taskView.vue
+2
-2
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+2
-2
No files found.
src/components/app/taskView.vue
View file @
db1bd7d4
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: Drama
* @LastEditTime: 2022-10-
13 16:38:46
* @LastEditTime: 2022-10-
20 20:51:52
-->
<!--
<taskView :brandId="brandId"></taskView>
...
...
@@ -70,7 +70,7 @@
<span
v-else
>
{{
scope
.
row
.
delStatusDesc
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
v-if=
"$getButtonLimit($buttonCode.checkTaskView)"
>
<el-table-column
width=
"260"
label=
"操作"
v-if=
"$getButtonLimit($buttonCode.checkTaskView)"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
v-if=
"$getButtonLimit($buttonCode.checkTaskView)"
:limit-code=
"$buttonCode.checkTaskView"
@
click=
"toDetail(scope.$index, scope.row)"
>
查看详情
</el-button>
<el-button
type=
"text"
v-if=
"$getButtonLimit($buttonCode.exportTableTaskDetail)"
:limit-code=
"$buttonCode.exportTableTaskDetail"
@
click=
"taskReport(scope.row)"
>
导出导购明细
</el-button>
...
...
src/views/enterprise/salutatorySet.vue
View file @
db1bd7d4
...
...
@@ -43,7 +43,7 @@
<li
v-for=
"(item, index) in uploadList"
:key=
"index"
:class=
"['uploadListBox', form.welcomeMediaList.length >= 9 || (index == 5 && publicAccountDisabled) ? 'disabled' : '']"
:style=
"index == 5 ? 'width: 118px;' : ''"
@
click=
"handleUploadList(item, index)"
>
<i
:class=
"['iconfont-hb3', item.icon]"
style=
"font-size: 20px"
></i>
<p>
{{
item
.
title
}}
</p>
<input
type=
"file"
:accept=
"item.fileType"
@
change=
"
(e)
=> handkeFileChange(e, item)"
class=
"upload-input"
/>
<input
type=
"file"
:accept=
"item.fileType"
@
change=
"
e
=> handkeFileChange(e, item)"
class=
"upload-input"
/>
</li>
</ul>
<div
slot=
"reference"
style=
"cursor: pointer; display: inline-block"
>
...
...
@@ -105,7 +105,7 @@
<el-dialog
title=
"请选择使用范围"
width=
"886px"
class=
"replay-link-dialog"
:visible
.
sync=
"scopeVisible"
>
<div
class=
"scopeBox"
>
<div
class=
"left"
>
<el-input
placeholder=
"请输入部门名称"
maxlength=
"50"
v-model=
"filterText"
style=
"width: 398px"
clearable
@
clear=
"handlefilterTextClear"
@
keyup
.
native=
"
(value)
=> toInput(value, searchInput)"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<el-input
placeholder=
"请输入部门名称"
maxlength=
"50"
v-model=
"filterText"
style=
"width: 398px"
clearable
@
clear=
"handlefilterTextClear"
@
keyup
.
native=
"
value
=> toInput(value, searchInput)"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<el-tree
:key=
"showTree"
v-loading=
"loading"
ref=
"tree"
:data=
"treeData"
:check-on-click-node=
"true"
show-checkbox
node-key=
"departmentId"
:props=
"defaultProps"
:expand-on-click-node=
"false"
class=
"tree"
:render-after-expand=
"true"
@
check-change=
"handleCheckChange"
@
check=
"handleCheck"
>
<span
class=
"custom-tree-node"
slot-scope=
"
{ node }">
<span
class=
"font-14 color-2f54eb opacity80 iconfont-hb3 iconqiye-tianchong"
></span>
...
...
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