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" /> <dict-tag :type="DICT_TYPE.ERP_AUDIT_STATUS" :value="scope.row.status" />
</template> </template>
</el-table-column> </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"> <template #default="scope">
<el-button <el-button
link link

@ -168,7 +168,7 @@
<dict-tag :type="DICT_TYPE.ERP_AUDIT_STATUS" :value="scope.row.status" /> <dict-tag :type="DICT_TYPE.ERP_AUDIT_STATUS" :value="scope.row.status" />
</template> </template>
</el-table-column> </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"> <template #default="scope">
<el-button <el-button
link link

@ -125,7 +125,7 @@
@click="openForm('create')" @click="openForm('create')"
v-hasPermi="['erp:stock-out: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>
<el-button <el-button
type="success" type="success"

Loading…
Cancel
Save