更新
This commit is contained in:
parent
2f26ea2617
commit
7d23d66dda
@ -39,6 +39,7 @@ export function apiShopDraftingcontracts(params: any) {
|
|||||||
export function apiShopSendMsgApi(params: any) {
|
export function apiShopSendMsgApi(params: any) {
|
||||||
return request.get({ url: '/shop_contract/postsms', params })
|
return request.get({ url: '/shop_contract/postsms', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
//请求证据包下载地址
|
//请求证据包下载地址
|
||||||
export function contractEvidence(params: any) {
|
export function contractEvidence(params: any) {
|
||||||
return request.get({ url: "/shop_contract/evidence", params });
|
return request.get({ url: "/shop_contract/evidence", params });
|
||||||
|
@ -92,12 +92,12 @@
|
|||||||
label="合同类型"
|
label="合同类型"
|
||||||
prop="type_name"
|
prop="type_name"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/> -->
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="证据包"
|
label="证据包"
|
||||||
prop="evidence_url"
|
prop="evidence_url"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/> -->
|
||||||
<el-table-column label="签约状态" prop="status" show-overflow-tooltip>
|
<el-table-column label="签约状态" prop="status" show-overflow-tooltip>
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<span v-if="row.status" style="color: #67c23a">已签约</span>
|
<span v-if="row.status" style="color: #67c23a">已签约</span>
|
||||||
@ -215,7 +215,7 @@ import {
|
|||||||
apiShopContractDelete,
|
apiShopContractDelete,
|
||||||
apiShopDraftingcontracts,
|
apiShopDraftingcontracts,
|
||||||
apiShopSendMsgApi,
|
apiShopSendMsgApi,
|
||||||
contractEvidence
|
contractEvidence,
|
||||||
} from "@/api/shop_contract";
|
} from "@/api/shop_contract";
|
||||||
import { timeFormat } from "@/utils/util";
|
import { timeFormat } from "@/utils/util";
|
||||||
import feedback from "@/utils/feedback";
|
import feedback from "@/utils/feedback";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user