doctor-admin-components 1.0.14-beta.28 → 1.0.14-beta.29

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,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.14-beta.28",
4
+ "version": "1.0.14-beta.29",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -415,7 +415,7 @@ export default {
415
415
  })
416
416
  },
417
417
  getPurchaseAmountTip(item, row) {
418
- if(item.quoteType != '"FIXED"') {
418
+ if(item.quoteType == 'FIXED') {
419
419
  return ''
420
420
  }
421
421
  let msg = '成交单价为'