leisure-core 0.6.57 → 0.6.59

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.
@@ -197,6 +197,7 @@
197
197
  </li>
198
198
  </ul>
199
199
  </div>
200
+ <slot name="otherContainer"></slot>
200
201
  </el-container>
201
202
  </template>
202
203
  <script>
@@ -75,7 +75,7 @@
75
75
  @click="detail(scope.row)"
76
76
  v-if="disBtn === 'detail'"
77
77
  >
78
- 详情</le-button
78
+ {{ detailBtnText }}</le-button
79
79
  >
80
80
  <le-button-msg @click="del(scope.row.id)" v-if="isDispDelBtn"
81
81
  >删除</le-button-msg
@@ -167,6 +167,10 @@ export default {
167
167
  type: String,
168
168
  default: "新建",
169
169
  },
170
+ detailBtnText: {
171
+ type: String,
172
+ default: "详情",
173
+ },
170
174
  isDispDelBtn: {
171
175
  type: Boolean,
172
176
  default: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.6.57",
3
+ "version": "0.6.59",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",