This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
{
|
||||
title: '基本信息',
|
||||
fields: [
|
||||
{ label: 'ID', prop: 'id' },
|
||||
{ label: '系列编码', prop: 'series_code' },
|
||||
{ label: '系列名称', prop: 'series_name' },
|
||||
{
|
||||
@@ -60,8 +59,7 @@
|
||||
},
|
||||
{
|
||||
label: '描述',
|
||||
prop: 'description',
|
||||
fullWidth: true
|
||||
prop: 'description'
|
||||
},
|
||||
{ label: '创建时间', prop: 'created_at', formatter: (value) => formatDateTime(value) },
|
||||
{ label: '更新时间', prop: 'updated_at', formatter: (value) => formatDateTime(value) }
|
||||
@@ -110,7 +108,6 @@
|
||||
},
|
||||
{
|
||||
label: '梯度配置',
|
||||
fullWidth: true,
|
||||
render: (data) => {
|
||||
const config = data.one_time_commission_config
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user