@bsgoal/common 2.15.18 → 2.15.19

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": "@bsgoal/common",
3
- "version": "2.15.18",
3
+ "version": "2.15.19",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -2,7 +2,7 @@
2
2
  * @Author: canlong.shen
3
3
  * @Date: 2023-04-10 15:00:00
4
4
  * @LastEditors: canlong.shen
5
- * @LastEditTime: 2023-06-30 16:54:25
5
+ * @LastEditTime: 2023-07-01 13:45:35
6
6
  * @FilePath: \common\src\components\bsgoal-base-form\demo.vue
7
7
  * @Description: 表单公共组件演示组件
8
8
  *
@@ -249,7 +249,8 @@ const configOptions = ref([
249
249
  label: 'prop16',
250
250
  // value: '111',
251
251
  type: ComponentTypeEnums.DATE_TIME_RANGE,
252
- prop: 'prop16'
252
+ prop: 'prop16',
253
+ md:24
253
254
  }
254
255
  ])
255
256
 
@@ -266,6 +267,7 @@ const changeValues = (params = '') => {
266
267
  ref="BSGOAL_BASE_FORM_REF"
267
268
  readonly
268
269
  none="--"
270
+ :medium="6"
269
271
  :limits="10"
270
272
  :config-options="configOptions"
271
273
  :bind-model="values"
@@ -2,7 +2,7 @@
2
2
  * @Author: canlong.shen
3
3
  * @Date: 2023-04-17 11:44:29
4
4
  * @LastEditors: canlong.shen
5
- * @LastEditTime: 2023-06-30 19:44:43
5
+ * @LastEditTime: 2023-07-01 13:41:22
6
6
  * @FilePath: \common\src\components\bsgoal-base-form\index.vue
7
7
  * @Description: 表单公共组件
8
8
  *
@@ -463,6 +463,7 @@ defineExpose({
463
463
  <template
464
464
  v-for="(
465
465
  {
466
+ md = 0,
466
467
  label = '',
467
468
  prop = '',
468
469
  type = 'text',
@@ -494,7 +495,7 @@ defineExpose({
494
495
  :class="{ 'base_form--visible': !visible }"
495
496
  :xs="24"
496
497
  :sm="24"
497
- :md="medium"
498
+ :md="md || medium"
498
499
  :style="colStyle"
499
500
  >
500
501
  <el-form-item :style="itemStyle" :label="label" :prop="prop" :rules="rules">