doctor-admin-components 1.0.13-beta.82 → 1.0.13-beta.84

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.13-beta.82",
4
+ "version": "1.0.13-beta.84",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -117,7 +117,7 @@
117
117
  <div v-else>{{ contract.otherPaymentTerm }}</div>
118
118
  </el-descriptions-item>
119
119
  <el-descriptions-item label="Price Fixing Option">
120
- <div v-if="contract.livericeSwitch">
120
+ <div v-if="contract.livePriceSwitch">
121
121
  {{ contract.livePriceDays }} Days {{ contract.livePriceForm }} cargo arrives at POD in
122
122
  {{ contract.livePriceUsertype }}
123
123
  {{ contract.livePriceType }}'s option
@@ -535,6 +535,11 @@ export default {
535
535
  code: 3,
536
536
  en: 'Completed',
537
537
  cn: '已结束'
538
+ },
539
+ 4: {
540
+ code: 4,
541
+ en: 'Obsoleted',
542
+ cn: '已作废'
538
543
  }
539
544
  }
540
545
  const obj = claimTypeMap[type || '1']