style(richedit): 将表格列标签"编辑人"改为"编辑"

This commit is contained in:
zzp 2025-09-28 15:15:14 +08:00
parent 3387f99455
commit 5ba8e1dbf6
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@
</template>
</el-table-column>
<el-table-column align="center" width="120" prop="submitter" label="编辑">
<el-table-column align="center" width="120" prop="submitter" label="编辑">
<template v-slot="scope">
{{ scope.row.submitter ? scope.row.submitter : '-' }}
</template>

View File

@ -188,7 +188,7 @@
</template>
</el-table-column>
<el-table-column align="center" width="120" prop="submitter" label="编辑">
<el-table-column align="center" width="120" prop="submitter" label="编辑">
<template v-slot="scope">
{{ scope.row.submitter ? scope.row.submitter : '-' }}
</template>