@zscreate/zhxy-app-component 1.0.328 → 1.0.330

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.
@@ -1255,13 +1255,13 @@ export default {
1255
1255
  const comps = this.getAllComponent()
1256
1256
  let target = comps.find(item => item.model == options.conditionValue)
1257
1257
  if (options.condition.includes('小于')) {
1258
- if (options.condition.includes('等于') ? moment(value).unix() <= moment(time).unix(): moment(value).unix() < moment(time).unix()) {
1258
+ if (options.condition.includes('等于') ? moment(value).unix() <= moment(time).unix(): moment(value).unix() <= moment(time).unix()) {
1259
1259
  callback()
1260
1260
  } else {
1261
1261
  callback(`${this.widget.name}必须${options.condition}${target.name}`);
1262
1262
  }
1263
1263
  } else if(options.condition.includes('大于')) {
1264
- if (options.condition.includes('等于') ? moment(value).unix() >= moment(time).unix(): moment(value).unix() > moment(time).unix()) {
1264
+ if (options.condition.includes('等于') ? moment(value).unix() >= moment(time).unix(): moment(value).unix() >= moment(time).unix()) {
1265
1265
  callback()
1266
1266
  } else {
1267
1267
  callback(`${this.widget.name}必须${options.condition}${target.name}`);
@@ -2585,18 +2585,30 @@ checkbox-group label {
2585
2585
  .uni-list {
2586
2586
  background-color: #f4f7fc !important;
2587
2587
  }
2588
+ ::v-deep .u-number-input {
2589
+ background-color: initial !important;
2590
+ text-align: left !important;
2591
+ }
2588
2592
  }
2589
2593
  .tableItemview1 {
2590
2594
  background-color: #f4f9fb !important;
2591
2595
  .uni-list {
2592
2596
  background-color: #f4f9fb !important;
2593
2597
  }
2598
+ ::v-deep .u-number-input {
2599
+ background-color: initial !important;
2600
+ text-align: left !important;
2601
+ }
2594
2602
  }
2595
2603
  .tableItemview2 {
2596
2604
  background-color: #f6f6fc !important;
2597
2605
  .uni-list {
2598
2606
  background-color: #f6f6fc !important;
2599
2607
  }
2608
+ ::v-deep .u-number-input {
2609
+ background-color: initial !important;
2610
+ text-align: left !important;
2611
+ }
2600
2612
  }
2601
2613
 
2602
2614
  ::v-deep .u-numberbox .u-icon-minus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.328",
3
+ "version": "1.0.330",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",