Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
886e7d66
Commit
886e7d66
authored
Nov 24, 2022
by
WuBing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bch页面修改
parent
5230b262
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
59 additions
and
45 deletions
+59
-45
index.vue
src/views/Statics/Dbabch/index.vue
+3
-3
BchInfo.vue
src/views/Statics/Dbibch/BchInfo.vue
+46
-37
Bchp0.vue
src/views/Statics/Dbibch/Bchp0.vue
+0
-2
index.vue
src/views/Statics/Dbibch/index.vue
+10
-3
No files found.
src/views/Statics/Dbabch/index.vue
View file @
886e7d66
...
@@ -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
>
...
...
src/views/Statics/Dbibch/BchInfo.vue
View file @
886e7d66
This diff is collapsed.
Click to expand it.
src/views/Statics/Dbibch/Bchp0.vue
View file @
886e7d66
<
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
>
...
...
src/views/Statics/Dbibch/index.vue
View file @
886e7d66
...
@@ -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"
:
Bch
p0
,
"m-bchp0"
:
Bch
Info
,
"m-bchp1"
:
Bchp1
,
"m-bchp1"
:
Bchp1
,
"m-bchp2"
:
Bchp2
,
"m-bchp2"
:
Bchp2
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment