Skip to content

Commit

Permalink
chore(Element-Pro-Crud): 升级插件版本@0.7.0,新增dev开发人员模式支持动态修改表单表格,修复已知bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 20, 2020
1 parent 862cce1 commit eaa6d4f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
--|--|--
- | CRUD插件版本更新至0.2.6 | [a803397](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a803397)
- | 移除多余props | [87d1035](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/87d1035)
- | 移除部分冗余代码 | [862cce1](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/862cce1)
allProject | 同步本地最新代码,全部项目迁移typescript + vue class component | [f6c5288](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/f6c5288)
CrudTable | 重构CrudTable代码,移除BaseTable | [617b6c6](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/617b6c6)
tinymce | 移除tinymce及部分其他代码 | [fa6b0ab](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/fa6b0ab)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-pro-crud": "^0.5.4",
"element-pro-crud": "^0.7.0",
"element-ui": "^2.13.2",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
Expand Down
4 changes: 4 additions & 0 deletions src/styles/element-ui-override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,7 @@ body .el-table::before {
.el-transfer-panel__item.el-checkbox{
display: block;
}

.el-radio-group {
padding-left: 10px;
}
2 changes: 1 addition & 1 deletion src/views/devTools/Dict.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<CrudTable
tableName="ad_codelist"
ref="codeListTable"
orderCondition="timestamp desc"
orderCondition="codeOrder asc"
fullHeight
:prefill="tableParams"
:tableParams="tableParams"
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ module.exports = {
'/axios@0.19.2/dist/axios.min.js',
'/lodash@4.17.14/lodash.min.js',
'/core-js@2.6.5/client/shim.min.js',
'/element-pro-crud@0.5.4/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.5.4/lib/ProCrud.css',
'/element-pro-crud@0.7.0/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.7.0/lib/ProCrud.css',
],
append: false,
// hash: true,
Expand Down

0 comments on commit eaa6d4f

Please sign in to comment.