This commit is contained in:
weipengfei 2023-09-13 18:54:42 +08:00
parent 53eb2169b9
commit 0122e237bb

View File

@ -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();