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