Merge pull request #2032 from dataease/pr@dev@fix_tabs_title_empty

fix: tabs标题为空显示异常
This commit is contained in:
fit2cloud-chenyw 2022-04-02 11:41:54 +08:00 committed by GitHub
commit fb6c19f0ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@
/>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false">{{ $t('table.cancel') }}</el-button>
<el-button type="primary" @click="sureCurTitle">{{ $t('table.confirm') }}</el-button>
<el-button :disabled="!textarea" type="primary" @click="sureCurTitle">{{ $t('table.confirm') }}</el-button>
</span>
</el-dialog>