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
2c433f92
Commit
2c433f92
authored
Oct 09, 2022
by
闫泽浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
authen
parent
e03530ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
54 deletions
+53
-54
Ptmpan.vue
src/views/Business/Infpty/Ptmpan.vue
+53
-54
No files found.
src/views/Business/Infpty/Ptmpan.vue
View file @
2c433f92
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<el-form-item
label=
"Authentication of Address"
class=
"messageLabel"
label-width=
"200px"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<el-form-item
label=
"Authentication of Address"
class=
"messageLabel"
label-width=
"200px"
>
</el-form-item>
</c-col>
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
style=
"width:80%,text-aligen:center"
height=
"500"
:paginationShow=
"false"
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
style=
"width:80%,text-aligen:center"
height=
"500"
:paginationShow=
"false"
>
<el-table-column
label=
"Corr.Type"
width=
"auto"
prop=
"cortyp"
></el-table-column>
<el-table-column
label=
"Address of Message "
width=
"auto"
prop=
"coradr"
sortable
></el-table-column>
<el-table-column
label=
"Authenticator "
width=
"auto"
prop=
"autflg"
sortable
></el-table-column>
<el-table-column
label=
"Public key"
width=
"auto"
prop=
"autdet"
sortable
></el-table-column>
</c-table>
<el-table-column
label=
"Corr.Type"
width=
"auto"
prop=
"cortyp"
></el-table-column>
<el-table-column
label=
"Address of Message "
width=
"auto"
prop=
"coradr"
sortable
></el-table-column>
<el-table-column
label=
"Authenticator "
width=
"auto"
prop=
"autflg"
sortable
></el-table-column>
<el-table-column
label=
"Public key"
width=
"auto"
prop=
"autdet"
sortable
></el-table-column>
</c-table>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Infpty/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infpty/Event"
;
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
data
:[]
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
data
:
[],
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
//
<c-col
:span=
"12"
>
//
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanLnkinfptm"
>
// Info
//
</c-button>
//
</c-col>
\ No newline at end of file
</
style
>
\ No newline at end of file
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