@yoooloo42/joker 1.0.261 → 1.0.263

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/dist/index.esm.js CHANGED
@@ -48199,8 +48199,12 @@ const scopeThis = reactive({
48199
48199
  });
48200
48200
 
48201
48201
  onMounted(async ()=>{
48202
+ const txt = scopeThis.pgData.arrBusinessType.find(i=>{
48203
+ return i.code === scopeThis.initBox.businesstype_code
48204
+ }).text;
48202
48205
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48203
48206
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48207
+ scopeThis.initBox.popup.title = '支付记录[' + txt + '] - 订单id: ' + scopeThis.initBox.id_business;
48204
48208
  await withTable.init({scopeThis});
48205
48209
  });
48206
48210
  const style = ref({
@@ -48303,7 +48307,7 @@ const scopeThis = reactive({
48303
48307
  popup: {
48304
48308
  switch: false,
48305
48309
  visible: false,
48306
- title: '支付记录',
48310
+ title: '',
48307
48311
  width: '1200px',
48308
48312
  top: '15vh'
48309
48313
  },