bxs-tools-ui 1.2.13 → 1.2.15

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": "bxs-tools-ui",
3
- "version": "1.2.13",
3
+ "version": "1.2.15",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -56,7 +56,7 @@
56
56
  "babel-preset-env": "^1.7.0",
57
57
  "bxs-ui-vue": "^3.5.9",
58
58
  "crypto": "^1.0.1",
59
- "crypto-js": "^4.0.0",
59
+ "crypto-js": "^3.1.9-1",
60
60
  "css-loader": "^3.1.0",
61
61
  "eslint": "^6.5.1",
62
62
  "eslint-config-prettier": "^6.15.0",
@@ -41,7 +41,7 @@ export function getBeginYearOpts(values, options = {}) {
41
41
  if (year >= values.beginYear) {
42
42
  yearOptions.push({
43
43
  val: year,
44
- desc: `第${year}年,${age + startIndex + i + 1}岁`
44
+ desc: `第${year}年, ${age + startIndex + i + 1}岁`
45
45
  });
46
46
  }
47
47
  }
@@ -141,6 +141,7 @@
141
141
  <bxs-input
142
142
  placeholder="请输入金额"
143
143
  v-model.number="formData.baof"
144
+ type="tel"
144
145
  :maxlength="9"
145
146
  autocomplete="off"
146
147
  data-stat-id="zjlqszje"
@@ -46,7 +46,7 @@
46
46
  <bxs-input
47
47
  :id="`id_${ins.key}_${ele.key}`"
48
48
  autosize
49
- type="text"
49
+ :type="ele.inputType || 'tel'"
50
50
  border
51
51
  autocomplete="off"
52
52
  :placeholder="ele.placeholder"
@@ -460,7 +460,7 @@ export default class BxtProductInfo extends Vue {
460
460
  reqParams.push({
461
461
  insuranceId: ins.key,
462
462
  period: ins.pPeriod,
463
- calMethod: ins.calMethod || ins.calculatorType
463
+ calMethod: ins.calMethod || ins.feeType || ins.feeBaseType
464
464
  });
465
465
  });
466
466
  }