@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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -48201,6 +48201,7 @@ const scopeThis = reactive({
|
|
|
48201
48201
|
onMounted(async ()=>{
|
|
48202
48202
|
scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
|
|
48203
48203
|
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
48204
|
+
scopeThis.initBox.popup.title = '支付记录 订单id: ' + scopeThis.initBox.id_business;
|
|
48204
48205
|
await withTable.init({scopeThis});
|
|
48205
48206
|
});
|
|
48206
48207
|
const style = ref({
|
|
@@ -48303,7 +48304,7 @@ const scopeThis = reactive({
|
|
|
48303
48304
|
popup: {
|
|
48304
48305
|
switch: false,
|
|
48305
48306
|
visible: false,
|
|
48306
|
-
title: '
|
|
48307
|
+
title: '',
|
|
48307
48308
|
width: '1200px',
|
|
48308
48309
|
top: '15vh'
|
|
48309
48310
|
},
|