提交 6b5fa412 authored 作者: haodaking's avatar haodaking

chore: update

上级 8b46549e
......@@ -269,11 +269,10 @@ const AppVersion = () => {
key: 'is_compel',
align: 'center',
dataIndex: 'is_compel',
render (_, { is_compel }) {
render(_, { is_compel }) {
let txt = is_compel == 0 ? '否' : '是';
return txt;
},
align: 'center',
},
{
title: '操作',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论