提交 397a8e59 authored 作者: 钟是志's avatar 钟是志

违纪增加批量审核

上级 4804cf1c
...@@ -18,7 +18,7 @@ export default class AuditPage extends Component { ...@@ -18,7 +18,7 @@ export default class AuditPage extends Component {
componentDidMount() {} componentDidMount() {}
handleButtonSet = () => { handleButtonSet = () => {
const { addFields, workId, hasBatchAudit } = this.props; const { hasBatchAudit } = this.props;
return { return {
tab1: [ tab1: [
hasBatchAudit ? { hasBatchAudit ? {
......
...@@ -15,6 +15,7 @@ export default class Index extends React.Component { ...@@ -15,6 +15,7 @@ export default class Index extends React.Component {
static defaultProps = { static defaultProps = {
hasBatchAudit: false, // 是否有批量审核按钮 默认关掉 如果有需要再在外面包一层 2020年5月6日 18:44:11 钟是志 hasBatchAudit: false, // 是否有批量审核按钮 默认关掉 如果有需要再在外面包一层 2020年5月6日 18:44:11 钟是志
// 如果需要批量审核 则直接用 BatchAudit.js 文件
}; };
constructor(props) { constructor(props) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论