style(richedit): 将表格列标签"编辑人"改为"编辑"
This commit is contained in:
parent
3387f99455
commit
5ba8e1dbf6
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue