Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
komatsu-lease-app
Project
Project
Details
Activity
Releases
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
komatsu
komatsu-lease-app
Commits
8acfcc57
Commit
8acfcc57
authored
Feb 02, 2023
by
WangRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feature]合同签约修改字段名称
parent
a3626a0b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1134 additions
and
1244 deletions
+1134
-1244
index.vue
src/modules/contractSign/views/index.vue
+5
-5
yarn.lock
yarn.lock
+1129
-1239
No files found.
src/modules/contractSign/views/index.vue
View file @
8acfcc57
...
@@ -36,14 +36,14 @@ import SignListItem from '../components/SignListItem.vue'
...
@@ -36,14 +36,14 @@ import SignListItem from '../components/SignListItem.vue'
import
api
from
"../api"
;
import
api
from
"../api"
;
import
{
useRouter
}
from
"vue-router"
;
import
{
useRouter
}
from
"vue-router"
;
cons
t
notList
=
$ref
([])
le
t
notList
=
$ref
([])
cons
t
alreadyList
=
$ref
([])
le
t
alreadyList
=
$ref
([])
const
active
=
$ref
(
0
)
const
active
=
$ref
(
0
)
const
searchValue
=
$ref
(
''
)
const
searchValue
=
$ref
(
''
)
cons
t
refreshing
=
$ref
(
false
);
le
t
refreshing
=
$ref
(
false
);
cons
t
finished
=
$ref
(
false
);
le
t
finished
=
$ref
(
false
);
let
pager
=
{
let
pager
=
{
page
:
1
,
page
:
1
,
...
@@ -65,7 +65,7 @@ let queryList = async () => {
...
@@ -65,7 +65,7 @@ let queryList = async () => {
let
temp
=
{
let
temp
=
{
...
item
,
...
item
,
isSign
:
false
,
isSign
:
false
,
contractId
:
item
.
contract
Id
,
contractId
:
item
.
contract
Number
,
dl
:
item
.
agencyName
,
dl
:
item
.
agencyName
,
date
:
item
.
deadlineDate
date
:
item
.
deadlineDate
}
}
...
...
yarn.lock
View file @
8acfcc57
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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