leisure-core 0.6.59 → 0.6.60

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.
@@ -73,7 +73,13 @@
73
73
  v-if="handleStatus == 1 || handleStatus == 2"
74
74
  >保存</le-button
75
75
  >
76
- <le-button type="info" @click="close()" :disabled="false">关闭</le-button>
76
+ <le-button
77
+ type="info"
78
+ @click="close()"
79
+ :disabled="false"
80
+ v-if="showCloseBtn"
81
+ >关闭</le-button
82
+ >
77
83
  </el-form-item>
78
84
  </el-form>
79
85
  </template>
@@ -133,6 +139,10 @@ export default {
133
139
  type: Boolean,
134
140
  default: false,
135
141
  },
142
+ showCloseBtn: {
143
+ type: Boolean,
144
+ default: true,
145
+ },
136
146
  },
137
147
  watch: {
138
148
  formData: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.6.59",
3
+ "version": "0.6.60",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",