同比旁边加/ 表单searchtype问题
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<template v-for="prop in Object.keys(textAlignFiels)" :key="prop" #[`${prop}`]="scope">
|
||||
<div v-if="textAlignFiels[prop]" >
|
||||
<span>
|
||||
{{scope.row[prop]}}
|
||||
{{scope.row[prop]}}/
|
||||
<div>{{scope.row[newProps[prop]]}}</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -140,7 +140,7 @@ const initColumn = (data, componentData, columnParams) => {
|
||||
label: t(`${tableId}.${fieldCode}`),
|
||||
prop: fieldCode,
|
||||
type: controlType,
|
||||
searchType: fieldName == '年'?'year' : controlType,
|
||||
searchType: fieldName == '年'?'year' : undefined,
|
||||
valueFormat: fieldName == '年'?'YYYY' : undefined,
|
||||
span,
|
||||
display: isShowForm == 'Y',
|
||||
|
||||
Reference in New Issue
Block a user