提交 df935fe4 编写于 作者: J jinlong12

update jira-524

上级 2f8f4843
......@@ -235,6 +235,7 @@ export default class TransactionInfo extends Component {
userRolesAuthorizations,
writeSet,
} = opt;
console.log(opt)
return [
initSetting && JSON.stringify(initSetting) != "{}" && (
<BlockCollapsePanel title = "初始化配置">
......@@ -339,7 +340,7 @@ export default class TransactionInfo extends Component {
{
writeSet.map((item, key) => (
<BlockCollapseSmall title = {`键: ${key}`}>
<BlockCollapseSmall title = {`键: ${item.key || ''}`}>
:{this.formatData(item.value.type,item.value.bytes, item.value.value)}<br/>
预期版本:{item.expectedVersion}<br/>
类型:{item.value.type}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册