mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修复系统设置展示版本失败
This commit is contained in:
@@ -100,7 +100,7 @@ const Dependence = () => {
|
||||
{
|
||||
title: intl.get('名称'),
|
||||
dataIndex: 'name',
|
||||
width: 120,
|
||||
width: 180,
|
||||
key: 'name',
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ const Dependence = () => {
|
||||
{
|
||||
title: intl.get('备注'),
|
||||
dataIndex: 'remark',
|
||||
width: 120,
|
||||
width: 100,
|
||||
key: 'remark',
|
||||
},
|
||||
{
|
||||
@@ -150,7 +150,7 @@ const Dependence = () => {
|
||||
{
|
||||
title: intl.get('操作'),
|
||||
key: 'action',
|
||||
width: 150,
|
||||
width: 140,
|
||||
render: (text: string, record: any, index: number) => {
|
||||
const isPc = !isPhone;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user