注释掉没有用的字段
parent
0fc826cbcc
commit
ef2dd0df40
|
|
@ -116,13 +116,13 @@
|
||||||
width="140"
|
width="140"
|
||||||
:formatter="erpPriceTableColumnFormatter"
|
:formatter="erpPriceTableColumnFormatter"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
label="下单时间"
|
label="下单时间"
|
||||||
prop="orderDate"
|
prop="orderDate"
|
||||||
width="120"
|
width="120"
|
||||||
:formatter="dateFormatter2"
|
:formatter="dateFormatter2"
|
||||||
/>
|
/>-->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
label="合同开始时间"
|
label="合同开始时间"
|
||||||
|
|
@ -137,8 +137,8 @@
|
||||||
width="120"
|
width="120"
|
||||||
:formatter="dateFormatter2"
|
:formatter="dateFormatter2"
|
||||||
/>
|
/>
|
||||||
<el-table-column align="center" label="客户签约人" prop="signContactName" width="130">
|
<!-- <el-table-column align="center" label="客户签约人" prop="signContactName" width="130">
|
||||||
<!-- <template #default="scope">
|
<template #default="scope">
|
||||||
<el-link
|
<el-link
|
||||||
:underline="false"
|
:underline="false"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
@ -146,10 +146,10 @@
|
||||||
>
|
>
|
||||||
{{ scope.row.signContactName }}
|
{{ scope.row.signContactName }}
|
||||||
</el-link>
|
</el-link>
|
||||||
</template> -->
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>-->
|
||||||
<el-table-column align="center" label="公司签约人" prop="signUserName" width="130" />
|
<!-- <el-table-column align="center" label="公司签约人" prop="signUserName" width="130" />-->
|
||||||
<el-table-column align="center" label="备注" prop="remark" width="200" />
|
<!-- <el-table-column align="center" label="备注" prop="remark" width="200" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
label="已回款金额(元)"
|
label="已回款金额(元)"
|
||||||
|
|
@ -167,14 +167,14 @@
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
{{ erpPriceInputFormatter(scope.row.totalPrice - scope.row.totalReceivablePrice) }}
|
{{ erpPriceInputFormatter(scope.row.totalPrice - scope.row.totalReceivablePrice) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>-->
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
:formatter="dateFormatter"
|
:formatter="dateFormatter"
|
||||||
align="center"
|
align="center"
|
||||||
label="最后跟进时间"
|
label="最后跟进时间"
|
||||||
prop="contactLastTime"
|
prop="contactLastTime"
|
||||||
width="180px"
|
width="180px"
|
||||||
/>
|
/>-->
|
||||||
<el-table-column align="center" label="负责人" prop="ownerUserName" width="120" />
|
<el-table-column align="center" label="负责人" prop="ownerUserName" width="120" />
|
||||||
<el-table-column align="center" label="所属部门" prop="ownerUserDeptName" width="100px" />
|
<el-table-column align="center" label="所属部门" prop="ownerUserDeptName" width="100px" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|
@ -192,12 +192,12 @@
|
||||||
width="180px"
|
width="180px"
|
||||||
/>
|
/>
|
||||||
<el-table-column align="center" label="创建人" prop="creatorName" width="120" />
|
<el-table-column align="center" label="创建人" prop="creatorName" width="120" />
|
||||||
<el-table-column align="center" label="合同状态" prop="auditStatus" width="120">
|
<el-table-column align="center" fixed="right" label="合同状态" prop="auditStatus" width="120">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<dict-tag :type="DICT_TYPE.CRM_AUDIT_STATUS" :value="scope.row.auditStatus" />
|
<dict-tag :type="DICT_TYPE.CRM_AUDIT_STATUS" :value="scope.row.auditStatus" />
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column fixed="right" label="操作" width="250">
|
<el-table-column align="center" fixed="right" label="操作" width="180">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<div style="display:flex">
|
<div style="display:flex">
|
||||||
<el-button
|
<el-button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue