fix: table Search 样式调整

This commit is contained in:
xuziqiang
2024-07-17 15:39:24 +08:00
parent bf4a3fd581
commit a83f8d868a
5 changed files with 31 additions and 179 deletions

View File

@@ -242,7 +242,7 @@ export const tableConfig = (orgId) => {
fieldMap: ['manufactureBeginDate', 'manufactureEndDate'],
componentProps: {
valueFormat: 'YYYY-MM-DD',
placeholder: ['设备生产开始日期', '设备生产结束日期'],
placeholder: ['生产开始日期', '生产结束日期'],
},
},
{
@@ -252,7 +252,7 @@ export const tableConfig = (orgId) => {
fieldMap: ['purchaseBeginDate', 'purchaseEndDate'],
componentProps: {
valueFormat: 'YYYY-MM-DD',
placeholder: ['设备采购开始日期', '设备采购结束日期'],
placeholder: ['采购开始日期', '采购结束日期'],
},
},
{
@@ -262,7 +262,7 @@ export const tableConfig = (orgId) => {
fieldMap: ['startBeginDate', 'startEndDate'],
componentProps: {
valueFormat: 'YYYY-MM-DD',
placeholder: ['设备启用开始日期', '设备启用结束日期'],
placeholder: ['启用开始日期', '启用结束日期'],
},
},
],