@yoooloo42/joker 1.0.261 → 1.0.262

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.cjs.js CHANGED
@@ -48205,6 +48205,7 @@ const scopeThis = vue.reactive({
48205
48205
  vue.onMounted(async ()=>{
48206
48206
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48207
48207
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48208
+ scopeThis.initBox.popup.title = '支付记录 订单id: ' + scopeThis.initBox.id_business;
48208
48209
  await withTable.init({scopeThis});
48209
48210
  });
48210
48211
  const style = vue.ref({
@@ -48307,7 +48308,7 @@ const scopeThis = vue.reactive({
48307
48308
  popup: {
48308
48309
  switch: false,
48309
48310
  visible: false,
48310
- title: '支付记录',
48311
+ title: '',
48311
48312
  width: '1200px',
48312
48313
  top: '15vh'
48313
48314
  },