This commit is contained in:
weipengfei 2023-08-21 10:19:09 +08:00
parent 109dd71b01
commit 709e252bb6

View File

@ -109,7 +109,7 @@
}, },
}" }"
> >
发起合同 生成合同
</router-link> </router-link>
</el-button> </el-button>
@ -142,7 +142,7 @@
(showConctactPop = true), (showConctactPop = true),
(contractId = row.id) (contractId = row.id)
" "
>生成个人合同</el-button >发送合同</el-button
> >
<el-button <el-button
v-if="row.is_contract == 0 && row.contract?.check_status == 3" v-if="row.is_contract == 0 && row.contract?.check_status == 3"
@ -150,7 +150,7 @@
type="primary" type="primary"
link link
@click="(showPop = true), (contractId = row.id)" @click="(showPop = true), (contractId = row.id)"
>重新短信</el-button >重新发送短信</el-button
> >
</template> </template>
</template> </template>