提交 96b111a8 authored 作者: 徐立's avatar 徐立
...@@ -19,6 +19,7 @@ export default function AuditPage({ appId, tab1 = {}, tab2 = {} }) { ...@@ -19,6 +19,7 @@ export default function AuditPage({ appId, tab1 = {}, tab2 = {} }) {
const pageSearch = { const pageSearch = {
tab1: { tab1: {
search: { search: {
searchType: 'cascadeSearchNew',
getInfo: getInfoGenerator(tab1.condition), getInfo: getInfoGenerator(tab1.condition),
url: '/common/assigneeTasks', url: '/common/assigneeTasks',
field: { field: {
...@@ -36,6 +37,7 @@ export default function AuditPage({ appId, tab1 = {}, tab2 = {} }) { ...@@ -36,6 +37,7 @@ export default function AuditPage({ appId, tab1 = {}, tab2 = {} }) {
}, },
tab2: { tab2: {
search: { search: {
searchType: 'cascadeSearchNew',
getInfo: getInfoGenerator(tab2.condition), getInfo: getInfoGenerator(tab2.condition),
url: '/common/assigneeDTasks', url: '/common/assigneeDTasks',
field: { field: {
......
...@@ -426,7 +426,7 @@ export default class ZdyTable extends Component { ...@@ -426,7 +426,7 @@ export default class ZdyTable extends Component {
return !allhidden && cell.hidden ? "" : <td width={i==0?((cell.content!=null&&cell.content.cwidth!=null?cell.content.cwidth:width) * (cell.col ? cell.col : 1)) :width * (cell.col ? cell.col : 1)} rowSpan={cell.row} colSpan={cell.col} key={j} style={{ return !allhidden && cell.hidden ? "" : <td width={i==0?((cell.content!=null&&cell.content.cwidth!=null?cell.content.cwidth:width) * (cell.col ? cell.col : 1)) :width * (cell.col ? cell.col : 1)} rowSpan={cell.row} colSpan={cell.col} key={j} style={{
overflow: "auto", overflow: "auto",
textAlign: cell.content&&cell.content.calign?cell.content.calign:"left", textAlign: cell.content&&cell.content.calign?cell.content.calign:"left",
...isBorder?borderStyle:{}, ...isBorder?(cell.content.comName=="InputHidden"?{}:borderStyle):{},
...styles ...styles
}} > }} >
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论