@ -80,15 +80,15 @@
< el -tab -pane label = "下属负责的" name = "3" / >
< / e l - t a b s >
< el -table v-loading ="loading" :data="list" :show-overflow-tooltip="true" :stripe ="true" >
< el -table -column align = "center" fixed = "left" label = "合同编号" prop = "no" width = "180" / >
< el -table -column align = "center" fixed = "left" label = "合同名称" prop = "name" width = "160" >
< el -table -column align = "center" fixed = "left" label = "合同编号" prop = "no" width = "180" sortable / >
< el -table -column align = "center" fixed = "left" label = "合同名称" prop = "name" width = "160" sortable >
< template # default = "scope" >
< el -link :underline ="false" type = "primary" @click ="openDetail(scope.row.id)" >
{ { scope . row . name } }
< / e l - l i n k >
< / template >
< / e l - t a b l e - c o l u m n >
< el -table -column align = "center" label = "客户名称" prop = "customerName" width = "120" >
< el -table -column align = "center" label = "客户名称" prop = "customerName" width = "120" sortable >
< template # default = "scope" >
< el -link
: underline = "false"
@ -99,7 +99,7 @@
< / e l - l i n k >
< / template >
< / e l - t a b l e - c o l u m n >
< el -table -column align = "center" label = "商机名称" prop = "businessName" width = "130" >
< el -table -column align = "center" label = "商机名称" prop = "businessName" width = "130" sortable >
< template # default = "scope" >
< el -link
: underline = "false"
@ -123,22 +123,22 @@
prop = "orderDate"
width = "120"
: formatter = "dateFormatter2"
/ >
sortable / >
< el -table -column
align = "center"
label = "合同开始时间"
prop = "startTime"
width = "120"
: formatter = "dateFormatter2"
/ >
sortable / >
< el -table -column
align = "center"
label = "合同结束时间"
prop = "endTime"
width = "120"
: formatter = "dateFormatter2"
/ >
< el -table -column align = "center" label = "客户签约人" prop = "contactName" width = "130" >
sortable / >
< el -table -column align = "center" label = "客户签约人" prop = "contactName" width = "130" sortable >
< template # default = "scope" >
< el -link
: underline = "false"
@ -149,7 +149,7 @@
< / e l - l i n k >
< / template >
< / e l - t a b l e - c o l u m n >
< el -table -column align = "center" label = "公司签约人" prop = "signUserName" width = "130" / >
< el -table -column align = "center" label = "公司签约人" prop = "signUserName" width = "130" sortable / >
< el -table -column align = "center" label = "备注" prop = "remark" width = "200" / >
< el -table -column
align = "center"
@ -175,25 +175,25 @@
label = "最后跟进时间"
prop = "contactLastTime"
width = "180px"
/ >
< el -table -column align = "center" label = "负责人" prop = "ownerUserName" width = "120" / >
< el -table -column align = "center" label = "所属部门" prop = "ownerUserDeptName" width = "100px" / >
sortable / >
< el -table -column align = "center" label = "负责人" prop = "ownerUserName" width = "120" sortable / >
< el -table -column align = "center" label = "所属部门" prop = "ownerUserDeptName" width = "100px" sortable / >
< el -table -column
: formatter = "dateFormatter"
align = "center"
label = "更新时间"
prop = "updateTime"
width = "180px"
/ >
sortable / >
< el -table -column
: formatter = "dateFormatter"
align = "center"
label = "创建时间"
prop = "createTime"
width = "180px"
/ >
< el -table -column align = "center" label = "创建人" prop = "creatorName" width = "120" / >
< el -table -column align = "center" fixed = "right" label = "合同状态" prop = "auditStatus" width = "120" >
sortable / >
< el -table -column align = "center" label = "创建人" prop = "creatorName" width = "120" sortable / >
< el -table -column align = "center" fixed = "right" label = "合同状态" prop = "auditStatus" width = "120" sortable >
< template # default = "scope" >
< dict -tag :type ="DICT_TYPE.CRM_AUDIT_STATUS" :value ="scope.row.auditStatus" / >
< / template >