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