Commit cf323940 by crushh

update: 新增标签样式

parent 07445954
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment