leisure-common 0.5.26 → 0.5.28

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.
@@ -25,6 +25,9 @@
25
25
  @saveData="saveForm"
26
26
  ></le-list-form>
27
27
  </template>
28
+ <template #rowBtns="{ scope }">
29
+ <!-- <le-button-audit title="审批意见" @audit="audit"> </le-button-audit> -->
30
+ </template>
28
31
  </le-list>
29
32
  </div>
30
33
  </template>
@@ -124,6 +127,9 @@ export default {
124
127
  handleAreaChange(item) {
125
128
  console.log(item);
126
129
  },
130
+ audit(param) {
131
+ console.log(param);
132
+ },
127
133
  saveForm(params, callBack) {
128
134
  if (params && params.id && params.id.length > 0) {
129
135
  companyEdit(params).then((response) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-common",
3
- "version": "0.5.26",
3
+ "version": "0.5.28",
4
4
  "description": "leisure-common是京心数据在leisure-core基础上开发的一套后台管理系统基于故事的电商行业组件库,封装了大量实用的UI控件模板,方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",
@@ -13,7 +13,7 @@
13
13
  "registry": "https://registry.npmjs.org/"
14
14
  },
15
15
  "dependencies": {
16
- "leisure-core": "^0.5.26"
16
+ "leisure-core": "^0.5.28"
17
17
  },
18
18
  "devDependencies": {}
19
19
  }