提交 f08f2e3a authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 ae9ff7d4
......@@ -44,7 +44,7 @@ function handleRemove(items: string[], index: number) {
<div>
标签 等于
<el-form-item>
<el-select v-model="tagRule.items[index]">
<el-select v-model="tagRule.items[index]" style="width: 400px">
<el-option v-for="option in tagList" :key="option.id" :label="option.name" :value="option.id"></el-option>
</el-select>
</el-form-item>
......
......@@ -61,7 +61,13 @@ const listOptions = computed(() => {
return `<span style="color: ${color}">${getNameByValue(row.status, statusList)}</span>`
}
},
{ label: '更新人', prop: 'created_operator.real_name' },
{
label: '更新人',
prop: 'created_operator.real_name',
computed({ row }: any) {
return row.updated_operator?.real_name || row.updated_operator?.nickname
}
},
{ label: '更新时间', prop: 'updated_time' },
{ label: '操作', slots: 'table-x', width: 240 }
]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论