@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.cjs.js +5 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -48203,8 +48203,12 @@ const scopeThis = vue.reactive({
|
|
|
48203
48203
|
});
|
|
48204
48204
|
|
|
48205
48205
|
vue.onMounted(async ()=>{
|
|
48206
|
+
const txt = scopeThis.pgData.arrBusinessType.find(i=>{
|
|
48207
|
+
return i.code === scopeThis.initBox.businesstype_code
|
|
48208
|
+
}).text;
|
|
48206
48209
|
scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
|
|
48207
48210
|
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
48211
|
+
scopeThis.initBox.popup.title = '支付记录[' + txt + '] - 订单id: ' + scopeThis.initBox.id_business;
|
|
48208
48212
|
await withTable.init({scopeThis});
|
|
48209
48213
|
});
|
|
48210
48214
|
const style = vue.ref({
|
|
@@ -48307,7 +48311,7 @@ const scopeThis = vue.reactive({
|
|
|
48307
48311
|
popup: {
|
|
48308
48312
|
switch: false,
|
|
48309
48313
|
visible: false,
|
|
48310
|
-
title: '
|
|
48314
|
+
title: '',
|
|
48311
48315
|
width: '1200px',
|
|
48312
48316
|
top: '15vh'
|
|
48313
48317
|
},
|