kz-ui-base 1.0.81 → 1.0.82

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.
@@ -1525,21 +1525,7 @@ export default class listBasePage extends Vue {
1525
1525
  //{op:"EQ", text: `用户账号`, property: "userAccount", value: "", visible: true },
1526
1526
  ];
1527
1527
  statistics = [
1528
- {
1529
- text: `总数`,
1530
- color: "#ccc",
1531
- property: "userNo",
1532
- value: "0",
1533
- visible: true,
1534
- },
1535
- {
1536
- text: `合格率`,
1537
- color: "yellow",
1538
- width: 3,
1539
- property: "userNo",
1540
- value: "111%",
1541
- visible: true,
1542
- },
1528
+
1543
1529
  ];
1544
1530
  //列表校验
1545
1531
  rules = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {