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
zhouqian
vue-gjjs
Commits
1a2f1bc1
Commit
1a2f1bc1
authored
Nov 22, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申报交易cfasel相关优化
parent
b40dce1f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
index.vue
src/views/Business/Eadadd/index.vue
+3
-1
index.vue
src/views/Business/Eadame/index.vue
+4
-1
index.vue
src/views/Business/Eaddel/index.vue
+3
-1
index.vue
src/views/Business/Eadinf/index.vue
+3
-1
No files found.
src/views/Business/Eadadd/index.vue
View file @
1a2f1bc1
...
...
@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
></c-function-btn>
</div>
</
template
>
<
script
>
...
...
@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Eadadd
from
"~/model/Eadadd"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Eadadd/Check"
import
Default
from
"~/model/Eadadd/Default"
import
Pattern
from
"~/model/Eadadd/Pattern"
...
...
@@ -51,7 +53,7 @@ export default {
root
:
this
}
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"sel"
,
...
...
src/views/Business/Eadame/index.vue
View file @
1a2f1bc1
...
...
@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
></c-function-btn>
</div>
</
template
>
<
script
>
...
...
@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Eadame
from
"~/model/Eadame"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Eadame/Check"
import
Default
from
"~/model/Eadame/Default"
import
Pattern
from
"~/model/Eadame/Pattern"
...
...
@@ -51,7 +53,7 @@ export default {
root
:
this
}
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"sel"
,
...
...
@@ -63,6 +65,7 @@ export default {
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
,
},
}
},
...
...
src/views/Business/Eaddel/index.vue
View file @
1a2f1bc1
...
...
@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
></c-function-btn>
</div>
</
template
>
<
script
>
...
...
@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Eaddel
from
"~/model/Eaddel"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Eaddel/Check"
import
Default
from
"~/model/Eaddel/Default"
import
Pattern
from
"~/model/Eaddel/Pattern"
...
...
@@ -51,7 +53,7 @@ export default {
root
:
this
}
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"sel"
,
...
...
src/views/Business/Eadinf/index.vue
View file @
1a2f1bc1
...
...
@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
></c-function-btn>
</div>
</
template
>
<
script
>
...
...
@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Eadinf
from
"~/model/Eadinf"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Eadinf/Check"
import
Default
from
"~/model/Eadinf/Default"
import
Pattern
from
"~/model/Eadinf/Pattern"
...
...
@@ -51,7 +53,7 @@ export default {
root
:
this
}
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"sel"
,
...
...
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