Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
ede8658a
Commit
ede8658a
authored
Sep 14, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改拖拽
parent
70172904
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
gic-select-group-mult.vue
src/components/common/gic-select-group-mult.vue
+1
-2
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+3
-3
crowd-scene.vue
src/views/apps/customer-app/crowd-scene.vue
+3
-3
No files found.
src/components/common/gic-select-group-mult.vue
View file @
ede8658a
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-09-1
1 16:20:11
* @LastEditTime: 2020-09-1
4 10:11:19
-->
<!--
选择门店分组组件:
...
...
@@ -210,7 +210,6 @@ export default {
* @author: 无尘
*/
async
treeData
(
data
)
{
// const that = this;
let
tree
=
data
.
filter
(
father
=>
{
// 循环所有项
let
branchArr
=
data
.
filter
(
child
=>
{
...
...
src/views/apps/customer-app/clerk-tag.vue
View file @
ede8658a
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-1
1 14:15:19
* @LastEditTime: 2020-09-1
4 11:09:40
-->
<
template
>
...
...
@@ -39,7 +39,7 @@
v-loading=
"loading"
ref=
"tagsData"
style=
"width: 100%"
>
<el-table-column
v-
if
=
"currentClassify === '' && searchVal === ''"
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<el-table-column
v-
show
=
"currentClassify === '' && searchVal === ''"
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<template>
<span
class=
"font-22 iconfont icontuozhuaiopen color-c0c4cc"
style=
"cursor: move;"
></span>
</
template
>
...
...
@@ -371,7 +371,7 @@ export default {
toInput
:
_debounce
(
function
()
{
const
that
=
this
;
that
.
getTableList
();
},
5
00
),
},
2
00
),
/**
* @description: 搜索清除
* @author: 无尘
...
...
src/views/apps/customer-app/crowd-scene.vue
View file @
ede8658a
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-1
1 11:35:49
* @LastEditTime: 2020-09-1
4 11:09:30
-->
<
template
>
...
...
@@ -29,7 +29,7 @@
ref=
"memberCrowdData"
row-key=
"sceneCrowdId"
style=
"width: 100%"
>
<el-table-column
v-
if
=
"searchVal === '' && classifyId === ''"
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<el-table-column
v-
show
=
"searchVal === '' && classifyId === ''"
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<template>
<span
class=
"font-22 iconfont icontuozhuaiopen color-c0c4cc"
style=
"cursor: move;"
></span>
</
template
>
...
...
@@ -235,7 +235,7 @@ export default {
}
return
ele
.
sceneCrowdName
.
indexOf
(
that
.
searchVal
)
!=
-
1
&&
ele
.
sceneCrowdCategoryId
==
that
.
classifyId
;
});
},
5
00
),
},
2
00
),
/**
* @description: 搜索清除
* @returns {Boolean}
...
...
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