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
d7b52ab1
Commit
d7b52ab1
authored
Mar 22, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还原输入四个%调用查询的方法
parent
76655305
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
14 deletions
+13
-14
Confp.vue
src/business/gitopn/views/Confp.vue
+3
-2
Conp.vue
src/business/gitopn/views/Conp.vue
+3
-2
Ovwp1.vue
src/business/gitopn/views/Ovwp1.vue
+2
-2
Ptyp.vue
src/business/gitopn/views/Ptyp.vue
+2
-3
Ptypc.vue
src/business/gitopn/views/Ptypc.vue
+3
-5
No files found.
src/business/gitopn/views/Confp.vue
View file @
d7b52ab1
...
...
@@ -266,15 +266,16 @@
</div>
</template>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{
},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Conp.vue
View file @
d7b52ab1
...
...
@@ -411,13 +411,14 @@
</div>
</template>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
import
event
from
'../event'
import
{
Model
}
from
"echarts"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{
guarancurr
:
[
...
...
@@ -428,7 +429,7 @@ export default {
],
};
},
methods
:
{
...
Event
},
methods
:
{
},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Ovwp1.vue
View file @
d7b52ab1
...
...
@@ -1340,14 +1340,14 @@
</template>
<
script
>
import
event
from
'../event'
import
common
Api
from
"~/mixin/commonApi
"
import
common
Process
from
"~/mixin/commonProcess
"
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
common
Api
,
event
],
mixins
:
[
common
Process
,
event
],
data
()
{
return
{};
},
...
...
src/business/gitopn/views/Ptyp.vue
View file @
d7b52ab1
...
...
@@ -607,9 +607,9 @@
</div>
</template>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
event
from
'../event'
import
Ptap
from
'~/views/Public/Ptap'
import
commonProcess
from
"~/mixin/commonProcess"
;
export
default
{
components
:
{
'c-ptap'
:
Ptap
},
...
...
@@ -647,8 +647,7 @@ export default {
},
}
},
methods
:
{
},
methods
:
{},
created
:
function
()
{},
}
</
script
>
...
...
src/business/gitopn/views/Ptypc.vue
View file @
d7b52ab1
...
...
@@ -324,22 +324,20 @@
</div>
</template>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
event
from
'../event'
import
Ptap
from
"~/views/Public/Ptap"
;
import
Utils
from
"~/utils"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{};
},
methods
:
{
...
Event
,
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
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