|
@@ -87,6 +87,7 @@ export const columns: BasicColumn[] = [
|
|
|
title: '中间人佣金(intermediator commission)',
|
|
|
align:"center",
|
|
|
dataIndex: 'intermediatorCommission',
|
|
|
+ width: 300,
|
|
|
customRender:function (t, r, index) {
|
|
|
if(t.text&&t.text!==''){
|
|
|
return t.text+'%'
|
|
@@ -235,6 +236,10 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
colProps: {span: 12},
|
|
|
labelWidth: 200,
|
|
|
+ dynamicDisabled:true,
|
|
|
+ componentProps:{
|
|
|
+ placeholder:'自动生成'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '名称(name)',
|