Skip to content

Commit

Permalink
chore: ElementProCrud版本升级至0.8.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 13, 2021
1 parent ebdc782 commit 1f0dd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-pro-crud": "^0.8.3",
"element-pro-crud": "^0.8.3-1",
"element-ui": "^2.13.2",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
Expand Down
2 changes: 1 addition & 1 deletion src/views/devTools/FormDesignerModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<el-dialog v-if="visible" ref="dialog" fullscreen class="dialog" :visible.sync="visible" append-to-body>
<FormDesigner ref="formDesigner" :getFormKey="getFormKey" :allTables="allTables">
<template #custom-btn>
<el-button type="text" size="small" @click="btnSaveOnClick" :loading="btnSaveIsLoading">保存</el-button>
<el-button type="normal" size="small" @click="btnSaveOnClick" :loading="btnSaveIsLoading">保存</el-button>
</template>
</FormDesigner>
</el-dialog>
Expand Down

0 comments on commit 1f0dd01

Please sign in to comment.