meixioacomponent 1.0.96 → 1.0.98

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.
@@ -0,0 +1,41 @@
1
+ # MEIXiOAComponent 更新公告(1.0.98-ver)
2
+ ## 无需手动更新依赖直接允许meixifrontserve命令启动项目即可
3
+
4
+ ## 组件变更
5
+ ### 页面表格(base-pro-table)
6
+ #### 添加一个props为useSearch。
7
+
8
+ ```javascript
9
+ /**
10
+ * 是否开启搜索
11
+ */
12
+ useSearch: {
13
+ type: Boolean,
14
+ default: true,
15
+ }
16
+
17
+ ```
18
+ ### 2.base-time-type-select。
19
+ #### 添加一个插槽(footerByLeft)。
20
+ #### 效果见下图
21
+ ![](./updateAssets/1098/baseTimeTypeSelect.png)
22
+ ```vue
23
+ <div class="time-type-custom-footer-left">
24
+ <slot name="footerByLeft"></slot>
25
+ </div>
26
+
27
+ ```
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+