resolver-egretimp-plus 0.1.28 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resolver-egretimp-plus",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -25,7 +25,7 @@
25
25
  font-size: 16px;
26
26
  color: var(--cmi-font-color-2);
27
27
  letter-spacing: -0.2px;
28
- font-weight: 500;
28
+ font-weight: 600;
29
29
  }
30
30
 
31
31
  // loading e30177 91c426 4c4f53
@@ -205,6 +205,9 @@ export function parseCondition(rule) {
205
205
  return false
206
206
  }
207
207
  }
208
+ // if (refValue?.indexOf('itemId') > -1) {
209
+ // debugger
210
+ // }
208
211
  if (!calcConditionValue[refType]) return false
209
212
  let refVal = calcConditionValue[refType].call(this, {tabpanelCode, value: refValue})
210
213
 
@@ -8,12 +8,12 @@ const recoverCbTimer = {}
8
8
  export default function(rules, isInit) {
9
9
  rules = rules || []
10
10
  this.rules = rules
11
- const { config: { dynamicHireRelat, metaCode } } = this
11
+ const { config: { dynamicHireRelat, columnId, id, metaCode } } = this
12
12
  if (rules && rules.length) {
13
13
  rules.forEach(rule => {
14
14
  if (!rule) return
15
15
  const { pmRuleTargetEventVoList, pmRuleTargetEventVOList, relId, tabpanelCode } = rule
16
- const relIdKey = `${relId}__${dynamicHireRelat}`
16
+ const relIdKey = `${relId}_${columnId || ''}_${id || ''}__${dynamicHireRelat}`
17
17
  if (parseCondition.call(this, rule)) {
18
18
  setTimeout(() => {
19
19
  recoverCb[relIdKey] && recoverCb[relIdKey].forEach(recover => {
@@ -11,6 +11,7 @@
11
11
  --el-collapse-header-text-color: #1F2329;
12
12
  // margin-bottom: var(--prmary-marign);
13
13
  .el-collapse-item__header {
14
+ font-weight: 600;
14
15
  padding-bottom: 16px;
15
16
  box-sizing: content-box;
16
17
  height: unset;
@@ -6,7 +6,7 @@
6
6
 
7
7
  .el-dialog__header {
8
8
  display: none;
9
- font-weight: bold;
9
+ font-weight: 600;
10
10
  }
11
11
  .el-dialog__body {
12
12
  height: 100%;