Browse Source

关联表单

li_s1
liwenxuan 4 weeks ago
parent
commit
e60b3478a4
  1. 3
      src/components/DesignForm/formControlPropertiNew.vue
  2. 6
      yarn.lock

3
src/components/DesignForm/formControlPropertiNew.vue

@ -8462,12 +8462,11 @@ const formatTooltip = (val: number) => {
<!-- -->
<el-dialog
v-model="associatedFormsChooseDialogFlag"
class="glxxsztc"
top="150px"
:close-on-click-modal="false"
title="选择关联表单"
:show-close="false"
style="margin-top: 70px"
style="margin-top: 70px; min-height: 200px"
width="50%"
>
<template v-if="controlData.type == 'associatedForms'">

6
yarn.lock

@ -11794,9 +11794,9 @@ typedarray@^0.0.6:
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
typescript@*, "typescript@^4.6.4 || ^5.2.2", typescript@^5.0.4, typescript@>=2.7, "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=4, typescript@>=4.4.4, typescript@>=4.9.5:
version "5.5.3"
resolved "https://registry.npmmirror.com/typescript/-/typescript-5.5.3.tgz"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
version "5.9.3"
resolved "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz"
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
ufo@^1.5.3:
version "1.5.4"

Loading…
Cancel
Save