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