{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\form\\dataTemplate\\RemindSetting.vue?vue&type=template&id=602197d4&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\form\\dataTemplate\\RemindSetting.vue","mtime":1675071992178},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\n\t<div>\n\t\t<el-form ref=\"form\" label-width=\"80px\" style=\"width:100%;\" v-form data-vv-scope=\"form\">\n\t\t\t<el-button\n\t\t\t\t\ticon=\"el-icon-plus\"\n\t\t\t\t\tsize=\"small\"\n\t\t\t\t\ttype=\"primary\"\n\t\t\t\t\tstyle=\"margin-bottom: 10px;\"\n\t\t\t\t\t@click=\"addRemindSetting\"\n\t\t\t>添加\n\t\t\t</el-button\n\t\t\t>\n\t\t\t<el-table\n\t\t\t\t\tref=\"remindSettingTable\"\n\t\t\t\t\tborder\n\t\t\t\t\tclass=\"dt-manage__table\"\n\t\t\t\t\t:max-height=\"tabHeight\"\n\t\t\t\t\t:data=\"remindSettingList\"\n\t\t\t\t\ttooltip-effect=\"dark\"\n\t\t\t>\n\t\t\t\t<el-table-column label=\"提醒对象\" width=\"280px\">\n\t\t\t\t\t<template scope=\"scope\">\n\t\t\t\t\t\t<el-row :gutter=\"2\">\n\t\t\t\t\t\t\t<el-col :span=\"8\">\n\t\t\t\t\t\t\t\t<ht-select @change=\"changeTypeObj($event,scope.row)\" name=\"提醒对象\" :validate=\"{required:true}\" style=\"display: inline-block;\"\n\t\t\t\t\t\t\t\t           v-model=\"scope.row.typeObj\" :options=\"userPluginList\"/>\n\t\t\t\t\t\t\t</el-col>\n\t\t\t\t\t\t\t<el-col :span=\"16\">\n\t\t\t\t\t\t\t\t<template v-if=\"scope.row.typeObj=='user'\">\n\t\t\t\t\t\t\t\t\t<eip-user-selector\n\t\t\t\t\t\t\t\t\t\t\tname=\"用户\"\n\t\t\t\t\t\t\t\t\t\t\t:validate=\"{required:true}\"\n\t\t\t\t\t\t\t\t\t\t\t:appendToBody=\"true\"\n\t\t\t\t\t\t\t\t\t\t\tv-model=\"scope.row.objName\"\n\t\t\t\t\t\t\t\t\t\t\t:config=\"{id:'remindSettingList['+scope.$index+'].objId'}\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t\t\t<template v-else-if=\"scope.row.typeObj=='org'\">\n\t\t\t\t\t\t\t\t\t<eip-org-selector\n\t\t\t\t\t\t\t\t\t\t\tname=\"组织\"\n\t\t\t\t\t\t\t\t\t\t\t:validate=\"{required:true}\"\n\t\t\t\t\t\t\t\t\t\t\tstyle=\"display: inline-block;\"\n\t\t\t\t\t\t\t\t\t\t\t:appendToBody=\"true\"\n\t\t\t\t\t\t\t\t\t\t\tv-model=\"scope.row.objName\"\n\t\t\t\t\t\t\t\t\t\t\t:config=\"{id:'remindSettingList['+scope.$index+'].objId'}\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t\t\t<template v-else-if=\"scope.row.typeObj=='position'\">\n\t\t\t\t\t\t\t\t\t<eip-post-selector\n\t\t\t\t\t\t\t\t\t\t\tname=\"岗位\"\n\t\t\t\t\t\t\t\t\t\t\t:validate=\"{required:true}\"\n\t\t\t\t\t\t\t\t\t\t\tstyle=\"display: inline-block;\"\n\t\t\t\t\t\t\t\t\t\t\t:appendToBody=\"true\"\n\t\t\t\t\t\t\t\t\t\t\tv-model=\"scope.row.objName\"\n\t\t\t\t\t\t\t\t\t\t\t:config=\"{id:'remindSettingList['+scope.$index+'].objId'}\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t\t\t<template v-else-if=\"scope.row.typeObj=='role'\">\n\t\t\t\t\t\t\t\t\t<eip-role-selector\n\t\t\t\t\t\t\t\t\t\t\tname=\"角色\"\n\t\t\t\t\t\t\t\t\t\t\t:validate=\"{required:true}\"\n\t\t\t\t\t\t\t\t\t\t\tstyle=\"display: inline-block;\"\n\t\t\t\t\t\t\t\t\t\t\t:appendToBody=\"true\"\n\t\t\t\t\t\t\t\t\t\t\tv-model=\"scope.row.objName\"\n\t\t\t\t\t\t\t\t\t\t\t:config=\"{id:'remindSettingList['+scope.$index+'].objId'}\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t\t\t<template v-else-if=\"scope.row.typeObj=='job'\">\n\t\t\t\t\t\t\t\t\t<eip-job-selector\n\t\t\t\t\t\t\t\t\t\t\tname=\"职务\"\n\t\t\t\t\t\t\t\t\t\t\t:validate=\"{required:true}\"\n\t\t\t\t\t\t\t\t\t\t\tstyle=\"display: inline-block;\"\n\t\t\t\t\t\t\t\t\t\t\t:appendToBody=\"true\"\n\t\t\t\t\t\t\t\t\t\t\tv-model=\"scope.row.objName\"\n\t\t\t\t\t\t\t\t\t\t\t:config=\"{id:'remindSettingList['+scope.$index+'].objId'}\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t\t\t<template v-else-if=\"scope.row.typeObj=='script'\">\n\t\t\t\t\t\t\t\t\t<ht-select name=\"变量\" style=\"display: inline-block;\" v-model=\"scope.row.objId\"\n\t\t\t\t\t\t\t\t\t           :validate=\"{required:true}\"\n\t\t\t\t\t\t\t\t\t           :options=\"displaySettingFields\" :props=\"{key:'name', value: 'desc'}\"/>\n\t\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t\t</el-col>\n\t\t\t\t\t\t</el-row>\n\t\t\t\t\t</template>\n\t\t\t\t</el-table-column>\n\t\t\t\t<el-table-column label=\"提醒内容\">\n\t\t\t\t\t<template scope=\"scope\">\n\t\t\t\t\t\t<el-container>\n\t\t\t\t\t\t\t<el-main :id=\"'mainHeight'+scope.$index\">\n\t\t\t\t\t\t\t\t<el-container>\n\t\t\t\t\t\t\t\t\t<el-header height=\"30px\">\n\t\t\t\t\t\t\t\t\t\t<div>主题:<span v-text=\"scope.row.subject\"></span></div>\n\t\t\t\t\t\t\t\t\t</el-header>\n\t\t\t\t\t\t\t\t\t<el-main>\n\t\t\t\t\t\t\t\t\t\t<div>内容:<span v-html=\"scope.row.content\"></span></div>\n\t\t\t\t\t\t\t\t\t</el-main>\n\t\t\t\t\t\t\t\t</el-container>\n\t\t\t\t\t\t\t</el-main>\n\t\t\t\t\t\t\t<el-aside width=\"80px\" :style=\"'line-height:'+scope.row.mainHeight+'px'\">\n\t\t\t\t\t\t\t\t<ht-input v-model=\"scope.row.content\" placeholder=\"请输入主题\" autocomplete=\"off\"\n\t\t\t\t\t\t\t\t          :validate=\"{required:true}\" v-show=\"false\" name=\"主题\"></ht-input>\n\n\t\t\t\t\t\t\t\t<el-button type=\"primary\" icon=\"el-icon-edit\" size=\"small\"\n\t\t\t\t\t\t\t\t           @click=\"setContent(scope.row,scope.$index)\">设置\n\t\t\t\t\t\t\t\t</el-button>\n\t\t\t\t\t\t\t</el-aside>\n\t\t\t\t\t\t</el-container>\n\t\t\t\t\t</template>\n\t\t\t\t</el-table-column>\n\t\t\t\t<el-table-column label=\"提醒条件\" width=\"100px\">\n\t\t\t\t\t<template scope=\"scope\">\n\t\t\t\t\t\t<el-button type=\"primary\" icon=\"el-icon-edit\" size=\"small\"\n\t\t\t\t\t\t           @click=\"setRule(scope.row.rule,scope.$index)\">设置\n\t\t\t\t\t\t</el-button>\n\t\t\t\t\t</template>\n\t\t\t\t</el-table-column>\n\t\t\t\t<el-table-column label=\"提醒次数\" width=\"250px\">\n\t\t\t\t\t<template scope=\"scope\">\n\t\t\t\t\t\t<ht-radio :validate=\"{required:true}\" v-model=\"scope.row.count\"\n\t\t\t\t\t\t          :options=\"[{key:'0',value:'一直提醒'},{key:'1',value:'一次'}]\"/>\n\t\t\t\t\t</template>\n\t\t\t\t</el-table-column>\n\t\t\t\t<el-table-column label=\"操作\" width=\"80px\">\n\t\t\t\t\t<template scope=\"scope\">\n\t\t\t\t\t\t<el-button\n\t\t\t\t\t\t\t\t@click=\"remindSettingList.remove(scope.row)\"\n\t\t\t\t\t\t\t\ttype=\"danger\"\n\t\t\t\t\t\t\t\tsize=\"small\"\n\t\t\t\t\t\t\t\ticon=\"el-icon-delete\"\n\t\t\t\t\t\t\t\tplain\n\t\t\t\t\t\t></el-button>\n\t\t\t\t\t</template>\n\t\t\t\t</el-table-column>\n\t\t\t</el-table>\n\t\t</el-form>\n\n\t\t<div>\n\t\t\t<el-dialog\n\t\t\t\t\ttitle=\"字段提示\"\n\t\t\t\t\t:visible.sync=\"dialogContentVisible\"\n\t\t\t\t\tappend-to-body\n\t\t\t\t\tclass=\"urgent-text\"\n\t\t\t\t\t:close-on-click-modal=\"false\"\n\t\t\t\t\t:destroy-on-close=\"true\"\n\t\t\t>\n\t\t\t\t<el-form :model=\"dialogContentData\" data-vv-scope=\"contentForm\" v-form>\n\t\t\t\t\t<el-form-item label=\"主题\" label-width=\"80px\">\n\t\t\t\t\t\t<ht-input v-model=\"dialogContentData.subject\" placeholder=\"请输入主题\" autocomplete=\"off\"\n\t\t\t\t\t\t          :validate=\"{required:true}\" style=\"width: 100%\" name=\"主题\" :maxlength=\"50\" :showWordLimit=\"true\"></ht-input>\n\t\t\t\t\t</el-form-item>\n\t\t\t\t\t<el-form-item label=\"详情\" label-width=\"80px\">\n\t\t\t\t\t\t<htEditor v-model=\"dialogContentData.content\" :config=\"myConfig\"></htEditor>\n\t\t\t\t\t\t<ht-input v-model=\"dialogContentData.content\" name=\"详情\" :validate=\"{required:true}\"\n\t\t\t\t\t\t          placeholder=\"请输入详情\" v-show=\"false\"></ht-input>\n\t\t\t\t\t</el-form-item>\n\t\t\t\t</el-form>\n\t\t\t\t<div slot=\"footer\" class=\"dialog-footer\">\n\t\t\t\t\t<el-button type=\"primary\" @click=\"contentOk\">确定</el-button>\n\t\t\t\t\t<el-button @click=\"dialogContentVisible=false;dialogContentData={}\">取 消</el-button>\n\t\t\t\t</div>\n\t\t\t</el-dialog>\n\n\t\t\t<el-dialog\n\t\t\t\t\ttitle=\"设置提醒规则\"\n\t\t\t\t\tv-if=\"dialogMethodVisible\"\n\t\t\t\t\t:visible.sync=\"dialogMethodVisible\"\n\t\t\t\t\tappend-to-body\n\t\t\t\t\tclass=\"urgent-text\"\n\t\t\t\t\t:close-on-click-modal=\"false\"\n\t\t\t\t\t:destroy-on-close=\"true\"\n\t\t\t>\n\n\t\t\t\t<table class=\"form-table\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n\t\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td colspan=\"6\">\n\t\t\t\t\t\t\t<el-container>\n\t\t\t\t\t\t\t\t<el-main style=\"width:100%;\">\n\t\t\t\t\t\t\t\t\t<div style=\"position: relative; height: 360px;overflow: auto;width:100%;\">\n\t\t\t\t\t\t\t\t\t\t<div style=\"position: absolute; z-index: 2;\">\n\t\t\t\t\t\t\t\t\t\t\t<form data-vv-scope=\"form1\" v-form>\n\t\t\t\t\t\t\t\t\t\t\t\t<table\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"table-list custom_condition_tab table\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"tab.style\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-for=\"tab in tabList\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"tab.indexStr\"\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style=\"width:220px\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-select\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-model=\"tab.property\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-validate=\"{required:true}\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t@change=\"setFieldOtherInfo(this,tab,1)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle=\"width:200px;\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsize=\"mini\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:value=\"m.name\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:label=\"m.desc\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-for=\"m in displaySettingFields\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"m.pathStr\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</el-select>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style=\"width:100px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-select v-model=\"tab.operator\" style=\"width:100px;\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           size=\"mini\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"等于\" value=\"1\"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"不等于\" value=\"2\"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"大于\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           v-if=\"tab.dataType =='date'|| tab.dataType =='number'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           value=\"3\"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"大于等于\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           v-if=\"tab.dataType =='date'|| tab.dataType =='number'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           value=\"7\">大于等于\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"小于\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           v-if=\"tab.dataType =='date'|| tab.dataType =='number'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           value=\"4\"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"小于等于\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           v-if=\"tab.dataType =='date'|| tab.dataType =='number'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           value=\"8\">小于等于\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"包含\" v-if=\"tab.dataType =='varchar' \"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           value=\"5\">包含\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"不包含\" v-if=\"tab.dataType =='varchar' \"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           value=\"6\">不包含\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"属于\" value=\"9\">属于</el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</el-select>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                        <td>\n                                                            \t<el-select v-model=\"tab.type\" style=\"width:100px;\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t           size=\"mini\">\n                                                                     <el-option label=\"固定值\" value=\"1\">固定值</el-option>\n                                                                     <el-option label=\"脚本\" value=\"2\">脚本</el-option>\n                                                                 </el-select>\n                                                        </td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"tab.compType!='2' && tab.dataType=='date' && (tab.operator!=7 && tab.operator!=8) && tab.type == 1\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle=\"width:220px;\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ht-date\n                                                                    v-if=\"tab.type == 1 \"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-model=\"tab.value\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle=\"width:215px;\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:validate=\"{'required':true}\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:format=\"tab.format\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:showDate=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:day=\"-3\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"tab.dataType !='date' && tab.type == 1\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle=\"width:220px;\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ht-input\n                                                                    v-if=\"tab.type == 1\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle=\"width:203px;\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-model=\"tab.value\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:validate=\"{'required':true}\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:maxlength=\"50\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:showWordLimit=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                        <td v-if=\"tab.type == 2\">\n                                                              <el-select v-model=\"tab.value\" filterable placeholder=\"请选择脚本\" >\n                                                                    <el-option\n                                                                    v-for=\"item in scripts\"\n                                                                    :key=\"item.id\"\n                                                                    :label=\"item.name\"\n                                                                    :value=\"item.script\">\n                                                                    </el-option>\n                                                                </el-select>\n                                                        </td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style=\"width:60px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<el-button\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t@click=\"removeCondition(tab.indexStr)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsize=\"mini\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ticon=\"el-icon-delete\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t></el-button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"labelrag\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"branch.style+';height: 24px'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tv-for=\"(branch,$index) in branchList\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"branch.indexStr\"\n\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t<el-select\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-model=\"branch.newjunction\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"selected_search\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t@change=\"changecondition($index)\"\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"并且\" value=\"and\"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"或者\" value=\"or\"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"添加条件\" value=\"3\"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"添加联合条件\" value=\"4\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t           v-if=\"branch.condition !='noAdd' \"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<el-option label=\"删除\" value=\"5\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t           v-if=\"branch.condition !='noDel' \"></el-option>\n\t\t\t\t\t\t\t\t\t\t\t\t</el-select>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\t\t\t\t\tv-html=\"svgHtml\"\n\t\t\t\t\t\t\t\t\t\t\t\tstyle=\"position: absolute; z-index: 1; width:100%; height: 100%;\"\n\t\t\t\t\t\t\t\t\t\t></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</el-main>\n\t\t\t\t\t\t\t\t<el-footer>\n\t\t\t\t\t\t\t\t\t<div v-text=\"dialogRuleData\"></div>\n\t\t\t\t\t\t\t\t</el-footer>\n\t\t\t\t\t\t\t</el-container>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\n\t\t\t\t<div slot=\"footer\" class=\"dialog-footer\">\n\n\t\t\t\t\t<el-button type=\"primary\" @click=\"previewCondition(false)\">预览表达式</el-button>\n\t\t\t\t\t<el-button type=\"primary\" @click=\"previewCondition(true)\">确定</el-button>\n\t\t\t\t\t<el-button @click=\"dialogMethodVisible = false\">取 消</el-button>\n\t\t\t\t</div>\n\t\t\t</el-dialog>\n\t\t</div>\n\n\t</div>\n\n",null]}