Commit 208821f1 by sunhaiwei

质检项目添加内控标准字段

parent c3dea809
import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
......@@ -83,6 +83,8 @@ export interface MesQuailtyProjectModel {
modifyDate: string;
modifyUserId: string;
nkbz: string;
}
/**
......
......@@ -330,7 +330,43 @@ export const formProps: FormProps = {
},
],
},
{ span: 6, list: [] },
{ span: 6, list:
[
{
key: '3248a4c9b84b4a6f80ec3456d24c7206',
field: 'nkbz',
label: '内控标准',
type: 'input',
component: 'Input',
colProps: { span: 24 },
defaultValue: '',
componentProps: {
width: '100%',
span: 7,
defaultValue: '',
placeholder: '请设置内控标准',
prefix: '',
suffix: '',
addonBefore: '',
addonAfter: '',
disabled: false,
allowClear: false,
showLabel: true,
required: false,
rules: [],
events: {},
listStyle: '',
isSave: false,
isShow: true,
scan: false,
bordered: true,
isShowAi: false,
tooltipConfig: { visible: false, title: '提示文本' },
style: { width: '100%' },
},
},
] },
{
span: 6,
list: [
......
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