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