Commit 3e025eb0 by wangweidong

清算入口交易修改1

parent 90b50cce
......@@ -4,7 +4,7 @@
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small"
:validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<el-tab-pane label="概要" name="infconp">
<el-tab-pane label="menu" name="infconp">
<c-content>
<m-infconp :model="model" :codes="codes" />
</c-content>
......@@ -46,7 +46,7 @@ export default {
mixins: [commonProcess,Pattern], // 里面包含了Default、Check等的公共处理
data(){
return {
tabVal: "",
tabVal: "infconp",
trnName: "infcrd",
trnType: "",
model: new Infcrd().data,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment