@ -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 @@
<el-table-column :label="t('action.operate')" align="center" fixed="right">
<el-table-column :label="t('common.operate')" align="center" fixed="right">
@ -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>
type="success"