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
425112ba
Commit
425112ba
authored
Feb 02, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TRL 修改路由title
parent
605f41db
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
15 deletions
+16
-15
BusRouter.js
src/views/Business/BusRouter.js
+5
-5
Trl.js
src/views/Statics/Dbitrl/Trl.js
+3
-3
index.vue
src/views/Statics/Inftrl/index.vue
+2
-2
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+6
-5
No files found.
src/views/Business/BusRouter.js
View file @
425112ba
...
...
@@ -720,11 +720,11 @@ const BusRouter = [
{
path
:
'dbepty/:inr'
,
component
:
Dbepty
,
name
:
'StaticsDbepty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdpty/:inr'
,
component
:
Dbdpty
,
name
:
'StaticsDbdpty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'inftrl'
,
component
:
Inftrl
,
name
:
'StaticsInftrl'
,
meta
:
{
title
:
'
复核级别
查询'
}
},
{
path
:
'dbatrl'
,
component
:
Dbatrl
,
name
:
'StaticsDbatrl'
,
meta
:
{
title
:
'
复核级别
新增'
}
},
{
path
:
'dbitrl/:inr'
,
component
:
Dbitrl
,
name
:
'StaticsDbitrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'
复核级别
详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbetrl/:inr'
,
component
:
Dbetrl
,
name
:
'StaticsDbetrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'
复核级别
修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdtrl/:inr'
,
component
:
Dbdtrl
,
name
:
'StaticsDbdtrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'
复核级别
删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'inftrl'
,
component
:
Inftrl
,
name
:
'StaticsInftrl'
,
meta
:
{
title
:
'
交易权限
查询'
}
},
{
path
:
'dbatrl'
,
component
:
Dbatrl
,
name
:
'StaticsDbatrl'
,
meta
:
{
title
:
'
交易权限
新增'
}
},
{
path
:
'dbitrl/:inr'
,
component
:
Dbitrl
,
name
:
'StaticsDbitrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'
交易权限
详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbetrl/:inr'
,
component
:
Dbetrl
,
name
:
'StaticsDbetrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'
交易权限
修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdtrl/:inr'
,
component
:
Dbdtrl
,
name
:
'StaticsDbdtrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'
交易权限
删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'StaticsInfusr'
,
meta
:
{
title
:
'柜员查询'
}
},
{
path
:
'dbausr'
,
component
:
Dbausr
,
name
:
'StaticsDbausr'
,
meta
:
{
title
:
'柜员新增'
}
},
...
...
src/views/Statics/Dbitrl/Trl.js
View file @
425112ba
...
...
@@ -22,14 +22,14 @@ export const Pattern = {
{
"max"
:
8
,
"message"
:
"最大长度8个字符"
,
"trigger"
:
"blur"
}
],
"trn"
:
[
{
"required"
:
tru
e
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
{
"required"
:
fals
e
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
{
"max"
:
6
,
"message"
:
"最大长度6个字符"
,
"trigger"
:
"blur"
}
],
"relcur"
:
[
{
"required"
:
tru
e
,
"message"
:
"必输项"
,
"type"
:
"string"
},
{
"required"
:
fals
e
,
"message"
:
"必输项"
,
"type"
:
"string"
},
],
"relamt"
:
[
{
"required"
:
tru
e
,
"message"
:
"必输项"
,
"trigger"
:
"blur"
},
{
"required"
:
fals
e
,
"message"
:
"必输项"
,
"trigger"
:
"blur"
},
{
"pattern"
:
/^-
?
\
d
{
0
,
18
}(
\
.
\
d
{
1
,
3
})?
$
/
,
"message"
:
"整数不能超过18位,小数不能超过3位"
,
"trigger"
:
"blur"
}
],
"ver"
:
[
...
...
src/views/Statics/Inftrl/index.vue
View file @
425112ba
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"
复核级别
查询"
>
<c-page
title=
"
交易权限
查询"
>
<el-form
:model=
"model"
ref=
"modelForm"
...
...
@@ -10,7 +10,7 @@
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
>
<!--PD000039 -->
<el-tab-pane
label=
"
复核级别
查询"
name=
"infsea"
>
<el-tab-pane
label=
"
交易权限
查询"
name=
"infsea"
>
<c-content>
<m-infsea
:model=
"model"
ref=
"infsea"
/>
</c-content>
...
...
src/views/Statics/StaticsRouter.js
View file @
425112ba
...
...
@@ -109,11 +109,12 @@ const StaticsRouter = [
{
path
:
'dbipty/:inr'
,
component
:
Dbipty
,
name
:
'StaticsDbipty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbepty/:inr'
,
component
:
Dbepty
,
name
:
'StaticsDbepty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdpty/:inr'
,
component
:
Dbdpty
,
name
:
'StaticsDbdpty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'inftrl'
,
component
:
Inftrl
,
name
:
'StaticsInftrl'
,
meta
:
{
title
:
'复核级别查询'
}
},
{
path
:
'dbatrl'
,
component
:
Dbatrl
,
name
:
'StaticsDbatrl'
,
meta
:
{
title
:
'复核级别新增'
}
},
{
path
:
'dbitrl/:inr'
,
component
:
Dbitrl
,
name
:
'StaticsDbitrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'复核级别详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbetrl/:inr'
,
component
:
Dbetrl
,
name
:
'StaticsDbetrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'复核级别修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdtrl/:inr'
,
component
:
Dbdtrl
,
name
:
'StaticsDbdtrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'复核级别删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'inftrl'
,
component
:
Inftrl
,
name
:
'StaticsInftrl'
,
meta
:
{
title
:
'交易权限查询'
}
},
{
path
:
'dbatrl'
,
component
:
Dbatrl
,
name
:
'StaticsDbatrl'
,
meta
:
{
title
:
'交易权限新增'
}
},
{
path
:
'dbitrl/:inr'
,
component
:
Dbitrl
,
name
:
'StaticsDbitrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'交易权限详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbetrl/:inr'
,
component
:
Dbetrl
,
name
:
'StaticsDbetrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'交易权限修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdtrl/:inr'
,
component
:
Dbdtrl
,
name
:
'StaticsDbdtrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'交易权限删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'StaticsInfusr'
,
meta
:
{
title
:
'柜员查询'
}
},
{
path
:
'dbausr'
,
component
:
Dbausr
,
name
:
'StaticsDbausr'
,
meta
:
{
title
:
'柜员新增'
}
},
...
...
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