Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
cf323940
Commit
cf323940
authored
Jul 05, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 新增标签样式
parent
07445954
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
tag-config-options.vue
src/components/tag/tag-config-options.vue
+5
-6
No files found.
src/components/tag/tag-config-options.vue
View file @
cf323940
...
...
@@ -201,7 +201,7 @@
<!-- 9.输入搜索下拉多选 添加值 -->
<
template
v-if=
"parent.templateCode == 'tag008'?(['mainClerkId','clerkId','openClerkId'].includes(currentKey)?(templateData[0].computeRadio!='isEmpty'?true:false):true):false"
>
<div
class=
"m-b-20"
:key=
"'tag9' + pindex"
>
<div>
<div
class=
"search-icon"
>
<el-select
size=
"small"
v-model=
"parent.searchModel"
...
...
@@ -1563,7 +1563,6 @@ export default {
// this[data.templateCode] = Object.create(null);
this
[
data
.
templateCode
].
postCompute
=
this
.
postCompute
;
}
console
.
log
(
11111111111111111
);
// 如果直接给需要字段
if
(
data
.
sourceFlag
>>
0
===
0
)
{
data
.
widgetValues
=
JSON
.
parse
(
data
.
widgetValues
);
...
...
@@ -1573,7 +1572,6 @@ export default {
}
// 如果通过 url 获取
if
(
data
.
sourceFlag
>>
0
===
1
)
{
console
.
log
(
data
);
data
.
widgetParam
=
JSON
.
parse
(
data
.
widgetParam
);
this
.
getAsyncList
(
data
.
widgetParam
[
0
].
value
,
this
[
data
.
templateCode
]);
if
(
data
.
templateCode
===
'tag009'
||
data
.
templateCode
===
'tag010'
)
{
...
...
@@ -1586,7 +1584,6 @@ export default {
},
800
);
return
false
;
}
console
.
log
(
'22222222222222222'
);
// 调整商品选择器顺序
if
(
data
.
templateCode
==
'com022'
)
{
setTimeout
(
_
=>
{
...
...
@@ -1631,7 +1628,6 @@ export default {
* 这里拿到编辑的数据 然后把tagValue的value值传解析传给模板的v-model
* 写一个方法 把模板code定位配置code来处理这么多的模板
*/
console
.
log
(
'12312312312'
);
setTimeout
(
_
=>
{
this
.
templateCode
=
this
.
templateData
.
map
(
el
=>
el
.
templateCode
);
if
(
this
.
templateDataList
.
editCondition
)
{
...
...
@@ -2702,10 +2698,13 @@ export default {
font-weight
:
300
;
line-height
:
17px
;
}
.el-select--small
.el-input--suffix
.el-input__icon
::after
{
.search-icon
{
.el-select--small
.el-input--suffix
.
el-input__icon
::
after
{
content
:
'\E619'
;
transform
:
translateX
(
8px
)
rotate
(
180deg
);
}
}
.el-select-dropdown__list
.options.el-select-dropdown__item
{
height
:
52px
!important
;
padding
:
8px
12px
7px
;
...
...
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