Commit 8acfcc57 authored by WangRui's avatar WangRui

[feature]合同签约修改字段名称

parent a3626a0b
...@@ -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";
const notList = $ref([]) let notList = $ref([])
const alreadyList = $ref([]) let alreadyList = $ref([])
const active = $ref(0) const active = $ref(0)
const searchValue = $ref('') const searchValue = $ref('')
const refreshing = $ref(false); let refreshing = $ref(false);
const finished = $ref(false); let 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.contractId, contractId: item.contractNumber,
dl: item.agencyName, dl: item.agencyName,
date: item.deadlineDate date: item.deadlineDate
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment