更新0904

This commit is contained in:
xyc 2025-09-04 10:58:24 +08:00
parent 5ac1b1e319
commit 34b49e31ee

View File

@ -335,6 +335,7 @@
class-name="small-padding fixed-width" class-name="small-padding fixed-width"
> >
<template v-slot="scope"> <template v-slot="scope">
{{scope.row.realPayMoney}}
<el-button <el-button
size="mini" size="mini"
type="text" type="text"
@ -639,7 +640,6 @@
</el-form-item> </el-form-item>
<el-form-item label="请选择客户来源"> <el-form-item label="请选择客户来源">
<el-select <el-select
disabled
v-model="form.customerSource" v-model="form.customerSource"
placeholder="请选择客户来源" placeholder="请选择客户来源"
> >