This commit is contained in:
parent
3d10919357
commit
9712a24820
|
|
@ -122,6 +122,14 @@ export default {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
serialNumber: [
|
||||||
|
{
|
||||||
|
required: true,
|
||||||
|
trigger: 'blur',
|
||||||
|
message: '请输入考勤机出厂编号',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
proId: [
|
proId: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ export const formLabel = [
|
||||||
export const columnsList = [
|
export const columnsList = [
|
||||||
{ t_props: 'deviceCode', t_label: '考勤机编号' },
|
{ t_props: 'deviceCode', t_label: '考勤机编号' },
|
||||||
{ t_props: 'deviceName', t_label: '考勤机名称' },
|
{ t_props: 'deviceName', t_label: '考勤机名称' },
|
||||||
{ t_props: 'serialNumber', t_label: '出场编号' },
|
{ t_props: 'serialNumber', t_label: '出厂编号' },
|
||||||
{ t_props: 'proName', t_label: '工程名称' },
|
{ t_props: 'proName', t_label: '工程名称' },
|
||||||
{ t_slot: 'isShanghai', t_label: '工程类型' },
|
{ t_slot: 'isShanghai', t_label: '工程类型' },
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue