Commit 886e7d66 by WuBing

bch页面修改

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