修改项目库平台件
This commit is contained in:
+3
-3
@@ -692,12 +692,12 @@
|
||||
</a-row>
|
||||
|
||||
|
||||
<div class="header-text-text">
|
||||
<div class="header-text-text" v-if='dataList && dataList.length > 0'>
|
||||
{{$t('PlatformInformation')}}
|
||||
</div>
|
||||
<!-- v-if='dataList && dataList.length > 0'-->
|
||||
<a-table
|
||||
|
||||
<a-table
|
||||
v-if='dataList && dataList.length > 0'
|
||||
:components="drag(columns,'columns')"
|
||||
:columns="columns"
|
||||
rowKey="id"
|
||||
|
||||
Reference in New Issue
Block a user