更新
This commit is contained in:
parent
53eb2169b9
commit
0122e237bb
@ -87,7 +87,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column label="操作" width="120" fixed="right">
|
<el-table-column label="操作" width="220" fixed="right">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-button type="primary" link>
|
<el-button type="primary" link>
|
||||||
<router-link
|
<router-link
|
||||||
@ -267,11 +267,15 @@ const offPop = () => {
|
|||||||
showPop.value = false;
|
showPop.value = false;
|
||||||
showConctactPop.value = false;
|
showConctactPop.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// 发送合同
|
||||||
const creContct = async () => {
|
const creContct = async () => {
|
||||||
// await generateGontract({ id: contractId.value });
|
// await generateGontract({ id: contractId.value });
|
||||||
getLists();
|
getLists();
|
||||||
offPop();
|
offPop();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// 发送短信
|
||||||
const sendMsg = async () => {
|
const sendMsg = async () => {
|
||||||
// await sendMsgApi({ id: contractId.value });
|
// await sendMsgApi({ id: contractId.value });
|
||||||
getLists();
|
getLists();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user