ci-plus 1.9.2 → 1.9.3

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/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  ## 历史更新
2
2
 
3
3
  ```js
4
+ 1.9.3
5
+ 1、优化uploadV5.vue组件添加必填标识
4
6
  1.9.2
5
- 1、优化uploadV5.vue组件
7
+ 1、优化uploadV5.vue组件添加归属公司默认选中的orgname
6
8
  1.9.1
7
9
  1、优化uploadV5.vue组件
8
10
  1.9.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ci-plus",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "ci组件库",
5
5
  "main": "./index.ts",
6
6
  "scripts": {
@@ -44,7 +44,10 @@
44
44
  </el-upload>
45
45
 
46
46
  <div class="slot" style="display: flex; flex-direction: column; align-items: flex-end">
47
- <div style="width: 100%; margin: 4px 2px" v-if="ifShowAffiliation">
47
+ <div style="width: 100%; margin: 4px 2px; display: flex" v-if="ifShowAffiliation">
48
+ <span style="line-height: 30px; color: red; margin-right: 4px" v-if="requiredAffiliation"
49
+ >*</span
50
+ >
48
51
  <el-select-v2
49
52
  size="small"
50
53
  v-model="affiliationAll"
@@ -56,7 +59,10 @@
56
59
  @change="changeAll"
57
60
  />
58
61
  </div>
59
- <div style="width: 100%; margin: 4px 2px" v-if="ifShowWarehouse">
62
+ <div style="width: 100%; margin: 4px 2px; display: flex" v-if="ifShowWarehouse">
63
+ <span style="line-height: 30px; color: red; margin-right: 4px" v-if="requiredWarehouse"
64
+ >*</span
65
+ >
60
66
  <el-select-v2
61
67
  size="small"
62
68
  v-model="warehouseAll"