detail.json 601 B

123456789101112131415
  1. {
  2. "usingComponents": {
  3. "Preview": "../setclient/modules/preview/index",
  4. "Trace": "../setclient/modules/trace/index",
  5. "Product": "./modules/product/index",
  6. "PiscountProduct": "./modules/discount/product/index",
  7. "PiscountType": "./modules/discount/type/index",
  8. "Contacts": "./modules/contacts/index",
  9. "Work": "/packageA/public/work/index",
  10. "Objective": "./modules/objective/index",
  11. "Record": "/packageA/public/record/index",
  12. "OrderForm": "./modules/orderForm/index"
  13. },
  14. "navigationBarTitleText": "合同详情"
  15. }