fix
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -637,7 +637,7 @@ const tableSelectFields = computed(() => { | ... | @@ -637,7 +637,7 @@ const tableSelectFields = computed(() => { |
| 637 | </script> | 637 | </script> |
| 638 | 638 | ||
| 639 | <template> | 639 | <template> |
| 640 | <div class="table_tool_wrap" v-loading.fullscreen.lock="fullscreenLoading"> | 640 | <div class="table_tool_wrap" v-loading="fullscreenLoading"> |
| 641 | <div class="tools_btns"> | 641 | <div class="tools_btns"> |
| 642 | <!-- <el-button type="primary" :disabled="isLook" @click="saveDraftTable" v-preReClick>保存为草稿</el-button> --> | 642 | <!-- <el-button type="primary" :disabled="isLook" @click="saveDraftTable" v-preReClick>保存为草稿</el-button> --> |
| 643 | <el-button type="primary" :disabled="isLook" @click="saveTable" v-preReClick>提交</el-button> | 643 | <el-button type="primary" :disabled="isLook" @click="saveTable" v-preReClick>提交</el-button> | ... | ... |
| ... | @@ -689,7 +689,7 @@ const expandDialogValueChange = (val) => { | ... | @@ -689,7 +689,7 @@ const expandDialogValueChange = (val) => { |
| 689 | </script> | 689 | </script> |
| 690 | 690 | ||
| 691 | <template> | 691 | <template> |
| 692 | <div class="table_tool_wrap" v-loading.fullscreen.lock="fullscreenLoading"> | 692 | <div class="table_tool_wrap" v-loading="fullscreenLoading"> |
| 693 | <div class="tools_btns"> | 693 | <div class="tools_btns"> |
| 694 | <!-- <el-button type="primary" :disabled="isLook" @click="saveDraftTable" v-preReClick>保存为草稿</el-button> --> | 694 | <!-- <el-button type="primary" :disabled="isLook" @click="saveDraftTable" v-preReClick>保存为草稿</el-button> --> |
| 695 | <el-button type="primary" :disabled="isLook" @click="saveTable" v-preReClick>提交</el-button> | 695 | <el-button type="primary" :disabled="isLook" @click="saveTable" v-preReClick>提交</el-button> | ... | ... |
-
Please register or sign in to post a comment