Commit 894f9681 authored by 吴春梅's avatar 吴春梅

fix: 新增物料修改字段名

parent 4d1fd059
......@@ -405,7 +405,7 @@ const MaterialAdd: React.FC<IProps> = (props) => {
(roleType === RoleEnum.Purchaser ? (
{
key: 'otherInfo',
name: '其他信息'
name: '规格型号'
}
) : null),
{
......
......@@ -32,7 +32,7 @@ export function getGoodInfo() {
},
properties: {
materialsPrice: {
title: '价格',
title: '价格(含税)',
type: 'string',
'x-rules': [{
required: true,
......@@ -646,7 +646,7 @@ export function getOtherInfo() {
"x-component": 'MellowCard',
"x-component-props": {
id: 'otherInfo',
title: '其他信息'
title: '规格型号'
},
properties: {
layout: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment