fix: tabs标题为空显示异常

This commit is contained in:
fit2cloud-chenyw 2022-04-02 11:40:15 +08:00
parent 36d8cf180b
commit f21564f849

View File

@ -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>