diff --git a/src/components/DesignForm/tableListPage/index.vue b/src/components/DesignForm/tableListPage/index.vue index 54897f8..131156d 100644 --- a/src/components/DesignForm/tableListPage/index.vue +++ b/src/components/DesignForm/tableListPage/index.vue @@ -626,7 +626,9 @@ const setUpClick = (val: string, id: string) => { }else if(props.formBasicConfig.qrCodePrintStyle&&props.formBasicConfig.qrCodePrintStyle=="1"){ //fieldsMap = null + tablesData.value = getDetailQrCodesData qrCodesPrintDialogFlag.value = true + loadingInstance1.close() } })/* .finally(()=>{ @@ -1932,44 +1934,69 @@ const diGuiJilian = (val: any, options: any[]) => { /> -
-
- - - - - - - - - -
{{ tableData.groupName }}-{{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }}-{{ tableKey }}二维码
{{ item.key }}{{ item.value }}
+ v-model="qrCodesPrintDialogFlag" + class="glxxsztc" + top="150px" + :close-on-click-modal="false" + title="生成的二维码" + :show-close="false" + style="margin-top: 10px" + width="50%" + > +
+
+ + + + + + + + + +
{{ tableData.groupName }}-{{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }}-{{ tableKey }}二维码
{{ item.key }}{{ item.value }}
+
-
- - + + +