Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
a7889819
Commit
a7889819
authored
Sep 30, 2024
by
zenghuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
错误修改
parent
87811a33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/page/Frontend/Ctmsel/views/index.vue
+4
-4
No files found.
src/page/Frontend/Ctmsel/views/index.vue
View file @
a7889819
...
...
@@ -10,7 +10,7 @@
:validate-on-rule-change=
"false"
>
<c-content>
<m-
mainp
:model=
"model"
:codes=
"codes"
ref=
"mainp
"
/>
<m-
Mainpl
:model=
"model"
:codes=
"codes"
ref=
"Mainpl
"
/>
</c-content>
</el-form>
</div>
...
...
@@ -20,13 +20,13 @@
import
CodeTable
from
"~/config/CodeTable"
;
import
Ctmsel
from
"../model"
;
import
event
from
"../event"
import
Mainp
from
"./Mainp
.vue"
import
Mainp
l
from
"./Mainpl
.vue"
export
default
{
name
:
"Ctmsel"
,
components
:{
"m-
mainp"
:
Mainp
,
"m-
Mainpl"
:
Mainpl
,
},
provide
()
{
...
...
@@ -37,7 +37,7 @@
mixins
:
[
event
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"
mainp
"
,
tabVal
:
"
Mainpl
"
,
trnName
:
"ctmsel"
,
model
:
new
Ctmsel
().
data
,
rules
:
null
,
...
...
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