优化
This commit is contained in:
@@ -102,12 +102,7 @@ export default {
|
||||
label: "手机号码",
|
||||
prop: "telphone",
|
||||
display: false,
|
||||
},
|
||||
// {
|
||||
// label: "结算比例",
|
||||
// prop: "percent",
|
||||
// display: false,
|
||||
// },
|
||||
}
|
||||
],
|
||||
group: [
|
||||
{
|
||||
@@ -149,23 +144,6 @@ export default {
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// type: "number",
|
||||
// label: "结算比例",
|
||||
// span: 12,
|
||||
// size: "small",
|
||||
// prop: "percent",
|
||||
// rules: [
|
||||
// {
|
||||
// required: true,
|
||||
// message: "请输入结算比例",
|
||||
// },
|
||||
// { type: "number", message: "结算比例为数字值" },
|
||||
// ],
|
||||
// minRows: 0,
|
||||
// maxRows: 1,
|
||||
// precision: 2,
|
||||
// },
|
||||
{
|
||||
type: "input",
|
||||
label: "法人姓名",
|
||||
@@ -319,16 +297,16 @@ export default {
|
||||
},
|
||||
{
|
||||
type: "textarea",
|
||||
label: "备注",
|
||||
label: "企业介绍",
|
||||
span: 20,
|
||||
display: true,
|
||||
size: "small",
|
||||
prop: "remarks",
|
||||
prop: "companyDesc",
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
whitespace: true,
|
||||
message: "请输入备注",
|
||||
message: "请输入企业介绍",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -460,7 +438,7 @@ export default {
|
||||
authUrlId: row.authUrlId,
|
||||
nature: row.nature,
|
||||
tradeId: row.tradeId,
|
||||
remarks: row.remarks,
|
||||
companyDesc: row.companyDesc,
|
||||
cityId: row.cityId,
|
||||
companyAddress: row.companyAddress,
|
||||
companyName: row.companyName,
|
||||
@@ -498,7 +476,7 @@ export default {
|
||||
id: row.id,
|
||||
nature: row.nature,
|
||||
tradeId: row.tradeId,
|
||||
remarks: row.remarks,
|
||||
companyDesc: row.companyDesc,
|
||||
authUrlId: row.authUrlId,
|
||||
cityId: row.cityId,
|
||||
companyAddress: row.companyAddress,
|
||||
|
||||
Reference in New Issue
Block a user