forked from github/dataease
fix: tabs标题为空显示异常
This commit is contained in:
parent
36d8cf180b
commit
f21564f849
@ -93,7 +93,7 @@
|
|||||||
/>
|
/>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-button @click="dialogVisible = false">{{ $t('table.cancel') }}</el-button>
|
<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>
|
</span>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user