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
2e8cb1c9
Commit
2e8cb1c9
authored
Nov 23, 2022
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtx infsea对比TD显示修改字段
parent
3aeb517b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Infsea.vue
src/views/Statics/Infgtx/Infsea.vue
+12
-12
No files found.
src/views/Statics/Infgtx/Infsea.vue
View file @
2e8cb1c9
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<!-- ----------左 ---------->
<c-col
:span=
"12"
class=
"col-left"
>
<c-col
:span=
"24"
>
<
!--
<
c-col
:span=
"24"
>
<el-form-item
label=
"inr"
prop=
"inr"
>
<c-input
v-model=
"model.inr"
...
...
@@ -10,7 +10,7 @@
>
</c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"extkey"
prop=
"extkey"
>
<c-input
...
...
@@ -29,7 +29,7 @@
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
!--
<
c-col
:span=
"24"
>
<el-form-item
label=
"ver"
prop=
"ver"
>
<c-input
v-model=
"model.ver"
...
...
@@ -37,7 +37,7 @@
>
</c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"gidtxt"
prop=
"gidtxt"
>
<c-input
...
...
@@ -74,7 +74,7 @@
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
!--
<
c-col
:span=
"24"
>
<el-form-item
label=
"objinr"
prop=
"objinr"
>
<c-input
v-model=
"model.objinr"
...
...
@@ -82,7 +82,7 @@
>
</c-input>
</el-form-item>
</c-col>
</c-col>
-->
</c-col>
<!------------- 右 ---------->
<c-col
:span=
"12"
class=
"col-right"
>
...
...
@@ -149,7 +149,7 @@
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
!--
<
c-col
:span=
"24"
>
<el-form-item
label=
"etgextkey"
prop=
"etgextkey"
>
<c-input
v-model=
"model.etgextkey"
...
...
@@ -157,7 +157,7 @@
>
</c-input>
</el-form-item>
</c-col>
</c-col>
-->
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -276,15 +276,15 @@ export default {
return
{
gtxData
:
[],
gtxColumns
:
[
{
label
:
'inr'
,
prop
:
'inr'
,
width
:
'auto'
},
//
{ label: 'inr', prop: 'inr', width: 'auto' },
{
label
:
'extkey'
,
prop
:
'extkey'
,
width
:
'auto'
},
{
label
:
'nam'
,
prop
:
'nam'
,
width
:
'auto'
},
{
label
:
'ver'
,
prop
:
'ver'
,
width
:
'auto'
},
//
{ label: 'ver', prop: 'ver', width: 'auto' },
{
label
:
'gidtxt'
,
prop
:
'gidtxt'
,
width
:
'auto'
},
{
label
:
'gartyp'
,
prop
:
'gartyp'
,
width
:
'auto'
},
{
label
:
'hndtyp'
,
prop
:
'hndtyp'
,
width
:
'auto'
},
{
label
:
'objtyp'
,
prop
:
'objtyp'
,
width
:
'auto'
},
{
label
:
'objinr'
,
prop
:
'objinr'
,
width
:
'auto'
},
//
{ label: 'objinr', prop: 'objinr', width: 'auto' },
{
label
:
'gtxpri'
,
prop
:
'gtxpri'
,
width
:
'auto'
},
{
label
:
'expflg'
,
prop
:
'expflg'
,
width
:
'auto'
},
{
label
:
'uil'
,
prop
:
'uil'
,
width
:
'auto'
},
...
...
@@ -292,7 +292,7 @@ export default {
{
label
:
'labaddinf'
,
prop
:
'labaddinf'
,
width
:
'auto'
},
{
label
:
'legfrm'
,
prop
:
'legfrm'
,
width
:
'auto'
},
{
label
:
'covgodsrvdft'
,
prop
:
'covgodsrvdft'
,
width
:
'auto'
},
{
label
:
'etgextkey'
,
prop
:
'etgextkey'
,
width
:
'auto'
},
//
{ label: 'etgextkey', prop: 'etgextkey', width: 'auto' },
],
};
},
...
...
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