vue2-client 1.8.403 → 1.8.404

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.403",
3
+ "version": "1.8.404",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -4,8 +4,8 @@
4
4
  @updateImg="updateImg"
5
5
  ref="main"
6
6
  :use-oss-for-img="false"
7
- config-name="medicalRecordCover"
8
- server-name="af-his"
7
+ config-name="ceshi"
8
+ server-name="af-system"
9
9
  :show-img-in-cell="true"
10
10
  :display-only="displayOnly"
11
11
  :edit-mode="false"
@@ -12,7 +12,7 @@
12
12
  :span="cell.colSpan ? cell.colSpan * 2 : undefined">
13
13
  <!-- 插槽渲染 -->
14
14
  <template v-if="cell.type === 'slot'">
15
- <template v-if="cell.slotType === 'x-form-table'">
15
+ <template v-if="['x-form-table','x-add-native-form'].includes(cell.slotType)">
16
16
  <component
17
17
  :is="getComponentName(cell.slotConfig, cell.serviceName, cell.slotType)"
18
18
  :key="cellIndex"
@@ -393,7 +393,8 @@ export default {
393
393
  name: 'XReportTrGroup',
394
394
  components: {
395
395
  Upload,
396
- XFormTable: () => import('@vue2-client/base-client/components/common/XFormTable/XFormTable.vue')
396
+ XFormTable: () => import('@vue2-client/base-client/components/common/XFormTable/XFormTable.vue'),
397
+ XAddNativeForm: () => import('@vue2-client/base-client/components/common/XAddNativeForm/XAddNativeForm.vue')
397
398
  },
398
399
  props: {
399
400
  // 每一行的配置