微调
This commit is contained in:
@@ -148,9 +148,7 @@ const columns = reactive<ColumnProps<Dict.ResDictPq>[]>([
|
||||
prop: 'sort',
|
||||
label: '排序',
|
||||
width:70,
|
||||
render: scope => {
|
||||
return String(scope.row.sort) // 将数字转换为字符串
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
prop: 'operation',
|
||||
|
||||
Reference in New Issue
Block a user