fix;补充国际化
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
<i class="nz-icon nz-icon-xiangxishitu" />
|
||||
</button>
|
||||
<el-dropdown-menu slot="dropdown" >
|
||||
<el-dropdown-item :command="'list'" :class="detailType === 'list' ? 'active' : ''">列表</el-dropdown-item>
|
||||
<el-dropdown-item :command="'view'" :class="detailType === 'view' ? 'active' : ''">详细</el-dropdown-item>
|
||||
<el-dropdown-item :command="'list'" :class="detailType === 'list' ? 'active' : ''">{{$t('asset.detail.list')}}</el-dropdown-item>
|
||||
<el-dropdown-item :command="'view'" :class="detailType === 'view' ? 'active' : ''">{{$t('asset.detail.detail')}}</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
@@ -39,14 +39,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="nz-detail-view-right">
|
||||
<!-- <detailViewRight-->
|
||||
<!-- @getTableData = 'getTableData'-->
|
||||
<!-- ref="detailViewRight"-->
|
||||
<!-- v-if="detailViewRightObj"-->
|
||||
<!-- :from="from"-->
|
||||
<!-- :obj="detailViewRightObj"-->
|
||||
<!-- :target-tab="'panelTab'"-->
|
||||
<!-- />-->
|
||||
<detailViewRight
|
||||
@getTableData = 'getTableData'
|
||||
ref="detailViewRight"
|
||||
v-if="detailViewRightObj"
|
||||
:from="from"
|
||||
:obj="detailViewRightObj"
|
||||
:target-tab="'panelTab'"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user