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
3ab9be0d
Commit
3ab9be0d
authored
Apr 02, 2022
by
wangren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分交易的commomProcess大小写修改
parent
8c5b8e38
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
64 additions
and
64 deletions
+64
-64
Betdcrd.vue
src/views/Business/Betdcr/Betdcrd.vue
+2
-2
Betdcrs.vue
src/views/Business/Betdcr/Betdcrs.vue
+2
-2
Coninfp.vue
src/views/Business/Betdcr/Coninfp.vue
+2
-2
Detp.vue
src/views/Business/Betdcr/Detp.vue
+2
-2
Docpan.vue
src/views/Business/Betdcr/Docpan.vue
+2
-2
Doctre.vue
src/views/Business/Betdcr/Doctre.vue
+2
-2
Engp.vue
src/views/Business/Betdcr/Engp.vue
+2
-2
Glepan.vue
src/views/Business/Betdcr/Glepan.vue
+2
-2
Setpan.vue
src/views/Business/Betdcr/Setpan.vue
+2
-2
index.vue
src/views/Business/Betdcr/index.vue
+2
-2
Coninfp.vue
src/views/Business/Betdrv/Coninfp.vue
+2
-2
Detp.vue
src/views/Business/Betdrv/Detp.vue
+2
-2
Docpan.vue
src/views/Business/Betdrv/Docpan.vue
+2
-2
Doctre.vue
src/views/Business/Betdrv/Doctre.vue
+2
-2
Drv.vue
src/views/Business/Betdrv/Drv.vue
+2
-2
Dscins.vue
src/views/Business/Betdrv/Dscins.vue
+2
-2
Engp.vue
src/views/Business/Betdrv/Engp.vue
+2
-2
Glepan.vue
src/views/Business/Betdrv/Glepan.vue
+2
-2
Setpan.vue
src/views/Business/Betdrv/Setpan.vue
+2
-2
index.vue
src/views/Business/Betdrv/index.vue
+2
-2
Adcp.vue
src/views/Business/Letnot/Adcp.vue
+2
-2
Coninfp.vue
src/views/Business/Letnot/Coninfp.vue
+2
-2
Detp.vue
src/views/Business/Letnot/Detp.vue
+2
-2
Docpan.vue
src/views/Business/Letnot/Docpan.vue
+2
-2
Doctre.vue
src/views/Business/Letnot/Doctre.vue
+2
-2
Dogp.vue
src/views/Business/Letnot/Dogp.vue
+2
-2
Dorp.vue
src/views/Business/Letnot/Dorp.vue
+2
-2
Notcha.vue
src/views/Business/Letnot/Notcha.vue
+2
-2
Ovwp.vue
src/views/Business/Letnot/Ovwp.vue
+2
-2
Ptyp.vue
src/views/Business/Letnot/Ptyp.vue
+2
-2
Setpan.vue
src/views/Business/Letnot/Setpan.vue
+2
-2
index.vue
src/views/Business/Letnot/index.vue
+2
-2
No files found.
src/views/Business/Betdcr/Betdcrd.vue
View file @
3ab9be0d
...
...
@@ -135,14 +135,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betdcr/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{
columns
:
[
'0 0 "lst1" 50 '
,
'1 1 "lst2" 50'
,
'2 2 "document" 200'
],
...
...
src/views/Business/Betdcr/Betdcrs.vue
View file @
3ab9be0d
...
...
@@ -556,7 +556,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betdcr/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
...
...
@@ -565,7 +565,7 @@ export default {
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Betdcr/Coninfp.vue
View file @
3ab9be0d
...
...
@@ -50,14 +50,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdcr/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdcr/Detp.vue
View file @
3ab9be0d
...
...
@@ -68,14 +68,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdcr/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdcr/Docpan.vue
View file @
3ab9be0d
...
...
@@ -30,14 +30,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdcr/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdcr/Doctre.vue
View file @
3ab9be0d
...
...
@@ -82,14 +82,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betdcr/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Betdcr/Engp.vue
View file @
3ab9be0d
...
...
@@ -52,14 +52,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdcr/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdcr/Glepan.vue
View file @
3ab9be0d
...
...
@@ -10,14 +10,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdcr/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdcr/Setpan.vue
View file @
3ab9be0d
...
...
@@ -28,14 +28,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdcr/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdcr/index.vue
View file @
3ab9be0d
...
...
@@ -83,7 +83,7 @@
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Betdcr
from
"~/model/Betdcr"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
Check
from
"~/model/Betdcr/Check"
;
import
Default
from
"~/model/Betdcr/Default"
;
import
Pattern
from
"~/model/Betdcr/Pattern"
;
...
...
@@ -120,7 +120,7 @@ export default {
root
:
this
,
};
},
mixins
:
[
C
ommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
c
ommonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"betdcrs"
,
...
...
src/views/Business/Betdrv/Coninfp.vue
View file @
3ab9be0d
...
...
@@ -50,14 +50,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdrv/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdrv/Detp.vue
View file @
3ab9be0d
...
...
@@ -68,14 +68,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdrv/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdrv/Docpan.vue
View file @
3ab9be0d
...
...
@@ -30,14 +30,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdrv/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdrv/Doctre.vue
View file @
3ab9be0d
...
...
@@ -82,14 +82,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betdrv/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Betdrv/Drv.vue
View file @
3ab9be0d
...
...
@@ -818,7 +818,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betdrv/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
...
...
@@ -827,7 +827,7 @@ export default {
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Betdrv/Dscins.vue
View file @
3ab9be0d
...
...
@@ -153,7 +153,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betdrv/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
...
...
@@ -162,7 +162,7 @@ export default {
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{
columns
:
[
'0 0 "lst1" 50 '
,
'1 1 "lst2" 50'
,
'2 2 "document" 200'
],
...
...
src/views/Business/Betdrv/Engp.vue
View file @
3ab9be0d
...
...
@@ -52,14 +52,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdrv/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdrv/Glepan.vue
View file @
3ab9be0d
...
...
@@ -10,14 +10,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdrv/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdrv/Setpan.vue
View file @
3ab9be0d
...
...
@@ -28,14 +28,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Betdrv/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Betdrv/index.vue
View file @
3ab9be0d
...
...
@@ -83,7 +83,7 @@
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Betdrv
from
"~/model/Betdrv"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
Check
from
"~/model/Betdrv/Check"
;
import
Default
from
"~/model/Betdrv/Default"
;
import
Pattern
from
"~/model/Betdrv/Pattern"
;
...
...
@@ -120,7 +120,7 @@ export default {
root
:
this
,
};
},
mixins
:
[
C
ommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
c
ommonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"drv"
,
...
...
src/views/Business/Letnot/Adcp.vue
View file @
3ab9be0d
...
...
@@ -70,14 +70,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Coninfp.vue
View file @
3ab9be0d
...
...
@@ -92,14 +92,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Detp.vue
View file @
3ab9be0d
...
...
@@ -264,14 +264,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Docpan.vue
View file @
3ab9be0d
...
...
@@ -51,14 +51,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Doctre.vue
View file @
3ab9be0d
...
...
@@ -82,14 +82,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Dogp.vue
View file @
3ab9be0d
...
...
@@ -38,14 +38,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Dorp.vue
View file @
3ab9be0d
...
...
@@ -27,14 +27,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Notcha.vue
View file @
3ab9be0d
...
...
@@ -16,14 +16,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Ovwp.vue
View file @
3ab9be0d
...
...
@@ -368,7 +368,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letopn/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
...
...
@@ -378,7 +378,7 @@ export default {
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/Ptyp.vue
View file @
3ab9be0d
...
...
@@ -110,7 +110,7 @@
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Event
from
"~/model/Letopn/Event"
;
...
...
@@ -119,7 +119,7 @@ export default {
inject
:
[
"root"
],
components
:
{
"c-ptap"
:
Ptap
},
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{
ptsaddg
:
{
...
...
src/views/Business/Letnot/Setpan.vue
View file @
3ab9be0d
...
...
@@ -36,14 +36,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letnot/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Letnot/index.vue
View file @
3ab9be0d
...
...
@@ -96,7 +96,7 @@ import Api from "~/service/Api";
import
Utils
from
"~/utils/index"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Letnot
from
"~/model/Letnot"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
Check
from
"~/model/Letnot/Check"
;
import
Default
from
"~/model/Letnot/Default"
;
import
Pattern
from
"~/model/Letnot/Pattern"
;
...
...
@@ -138,7 +138,7 @@ export default {
root
:
this
,
};
},
mixins
:
[
C
ommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
c
ommonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"ovwp"
,
...
...
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