Commit 886e7d66 by WuBing

bch页面修改

parent 5230b262
......@@ -14,9 +14,9 @@ export default {
return {};
},
mounted() {
this.$refs.bch.rules['ptaList'] = [
{ type: 'array', required: true, min: 1, message: '地址信息栏不能为空' }
]
// this.$refs.bch.rules['ptaList'] = [
// { type: 'array', required: true, min: 1, message: '地址信息栏不能为空' }
// ]
}
};
</script>
......
<template>
<div class="eibs-tab">
<c-content>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="机构编码" prop="branch">
......@@ -349,7 +348,6 @@
</el-form-item>
</c-col>
</c-col>
</c-content>
</div>
</template>
<script>
......
......@@ -13,16 +13,22 @@
>
<c-tabs v-model="tabVal" ref="elment" type="card">
<el-tab-pane label="BCH" name="bchp0">
<el-tab-pane label="BCH" name="bch">
<c-content>
<m-bchp0 :model="model" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Related clients" name="bchp1">
<c-content>
<m-bchp1 :model="model" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Authorization" name="bchp2">
<c-content>
<m-bchp2 :model="model" />
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
......@@ -58,7 +64,8 @@
import Utils from "~/utils";
import Bch, { Pattern } from "./Bch.js";
import Bchp0 from "./Bchp0.vue";
// import Bchp0 from "./Bchp0.vue";
import BchInfo from "./BchInfo.vue";
import Bchp1 from "./Bchp1.vue";
import Bchp2 from "./Bchp2.vue";
......@@ -66,7 +73,7 @@ import { queryDetailById, add, edit, deleteById } from "~/service/test/bch.js";
export default {
name: "StaticsDbibch",
components: {
"m-bchp0": Bchp0,
"m-bchp0": BchInfo,
"m-bchp1": Bchp1,
"m-bchp2": Bchp2,
},
......
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