Browse Source

Merge branch 'lwx_v17' into lwx_v19

# Conflicts:
#	src/views/sysworkflow/lowcodepage/pageFlow/tableFlow.vue
lwx_v19
liwenxuan 9 months ago
parent
commit
66c71fb279
  1. 2
      src/components/DesignForm/tableListPage/index.vue

2
src/components/DesignForm/tableListPage/index.vue

@ -522,7 +522,7 @@ const setUpClick = (val: string, id: string) => {
if(props.formBasicConfig.qrCodeFlag==true){
if(props.formBasicConfig.qrCodeInside==true){
if(props.formBasicConfig.qrCodePrintStyle&&props.formBasicConfig.qrCodePrintStyle=="2"&&props.formBasicConfig.qrCodeShowFields.length==0){
alert("未选择表格展示字段")
alert("未配置表格展示字段")
return
}
const loadingInstance1 = ElLoading.service({

Loading…
Cancel
Save