style:仓储管理中英文适配优化

main
黄伟杰 4 weeks ago
parent c5440b16c5
commit 9853c096f1

@ -169,7 +169,7 @@
<dict-tag :type="DICT_TYPE.ERP_AUDIT_STATUS" :value="scope.row.status" />
</template>
</el-table-column>
<el-table-column :label="t('action.operate')" align="center" fixed="right" width="220">
<el-table-column :label="t('common.operate')" align="center" fixed="right" width="220">
<template #default="scope">
<el-button
link

@ -168,7 +168,7 @@
<dict-tag :type="DICT_TYPE.ERP_AUDIT_STATUS" :value="scope.row.status" />
</template>
</el-table-column>
<el-table-column :label="t('action.operate')" align="center" fixed="right">
<el-table-column :label="t('common.operate')" align="center" fixed="right">
<template #default="scope">
<el-button
link

@ -125,7 +125,7 @@
@click="openForm('create')"
v-hasPermi="['erp:stock-out:create']"
>
<Icon icon="ep:plus" class="mr-5px" /> {{ t('common.add') }}
<Icon icon="ep:plus" class="mr-5px" /> {{ t('action.add') }}
</el-button>
<el-button
type="success"

Loading…
Cancel
Save