Commit b6338e27 authored by youjie's avatar youjie

优化

parent 1281bd3f
......@@ -53,7 +53,7 @@
border
row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column
fixed
prop="CustomerName"
......
......@@ -31,7 +31,7 @@
style="width: 100%"
@selection-change="handleSelectionChange"
row-class-name="font-size-12">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column
prop="ContactName"
label="姓名"
......@@ -197,7 +197,7 @@ export default {
if (res.data.resultCode == 1) {
this.$message.success('操作成功')
this.dialogTableVisible = false;
this.getGLcustomerList()
this.GetContactByBusinessID()
}
})
}).catch(() => {
......
......@@ -115,7 +115,7 @@
border
row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column :selectable='checkboxT' fixed type="selection" width="40"></el-table-column>
<el-table-column :selectable='checkboxT' fixed type="selection" width="50"></el-table-column>
<el-table-column
fixed
prop="BusinessName"
......
......@@ -116,7 +116,7 @@
</el-table>
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
height="100%" border row-class-name="font-size-12" @selection-change="handleSelectionChange">
<el-table-column v-if="!isDrawer" fixed type="selection" width="40"></el-table-column>
<el-table-column v-if="!isDrawer" fixed type="selection" width="50"></el-table-column>
<el-table-column prop="ClueState" label="线索状态" show-overflow-tooltip width="80">
<template slot-scope="scope">
<template v-if="scope.row.ClueState==1">
......
......@@ -17,7 +17,7 @@
style="width: 100%"
row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column
prop="BusinessName"
label="商机名称"
......
......@@ -96,7 +96,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="ContactName" label="联系人" width="120" v-if="queryType[0].show"
show-overflow-tooltip>
<template slot-scope="scope">
......
......@@ -81,7 +81,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
height="660" border row-class-name="font-size-12">
<!-- @selection-change="handleSelectionChange" -->
<!-- <el-table-column fixed type="selection" width="40"></el-table-column> -->
<!-- <el-table-column fixed type="selection" width="50"></el-table-column> -->
<!-- <el-table-column
fixed
prop="ID"
......
......@@ -219,7 +219,7 @@
<el-table v-loading="loading" ref="multipleTable" :data="tableData" tooltip-effect="dark"
style="width: 100%" :height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@sort-change="handleSortChange" @selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="CustomerName" label="客户名称" width="120" show-overflow-tooltip>
<template slot-scope="scope">
<p @click="openDetails(scope)" class="font-color-link cp">{{scope.row.CustomerName}}</p>
......
......@@ -58,7 +58,7 @@
style="width: 100%"
:height="dataList.length > 0 ? '400' : '400'"
row-class-name="font-size-12">
<!-- <el-table-column fixed type="selection" width="40"></el-table-column> -->
<!-- <el-table-column fixed type="selection" width="50"></el-table-column> -->
<el-table-column
label="类型"
show-overflow-tooltip>
......
......@@ -104,7 +104,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column label="状态" sortable v-if="queryType[36].show" width="100">
<template slot-scope="scope">
<span :style="{color:scope.row.TOrderState==2||scope.row.TOrderState==3?'#20B559':'#F95A5A'}">
......
......@@ -46,7 +46,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="GuestName" label="客户名称" width="120" v-if="queryType[0].show"
show-overflow-tooltip>
<template slot-scope="scope">
......
......@@ -46,7 +46,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="GuestName" label="客户名称" width="120" v-if="queryType[0].show"
show-overflow-tooltip>
<template slot-scope="scope">
......
......@@ -46,7 +46,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="GuestName" label="客户名称" width="120" v-if="queryType[0].show"
show-overflow-tooltip>
<template slot-scope="scope">
......
......@@ -51,7 +51,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="GuestName" label="客户名称" width="120" v-if="queryType[0].show"
show-overflow-tooltip>
<template slot-scope="scope">
......
......@@ -53,7 +53,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="GuestName" label="客户名称" width="120" v-if="queryType[0].show"
show-overflow-tooltip>
<template slot-scope="scope">
......
......@@ -162,7 +162,7 @@
border
row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column
fixed
prop="CustomerName"
......
......@@ -168,7 +168,7 @@
border
row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column
fixed
prop="CustomerName"
......
......@@ -160,7 +160,7 @@
border
row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column
fixed
prop="CustomerName"
......
......@@ -164,7 +164,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="CustomerName" label="客户名称" width="120" show-overflow-tooltip>
<template slot-scope="scope">
<p @click="openDetails(scope)" class="font-color-link cp">{{scope.row.CustomerName}}</p>
......
......@@ -108,7 +108,7 @@
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
:height="sceneList.length > 0 ? '600' : '660'" border row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="GuestName" label="客户名称" width="120" v-if="queryType[0].show"
show-overflow-tooltip>
<template slot-scope="scope">
......
......@@ -53,7 +53,7 @@
<div>
<el-table v-loading="loading" stripe ref="multipleTable" :data="dataList" tooltip-effect="dark"
style="width: 100%" row-class-name="font-size-12" @selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column prop="CustomerName" label="线索名称" show-overflow-tooltip>
<template slot-scope="scope">
<p @click="openDetails(scope)" class="font-color-link cp">{{scope.row.CustomerName}}</p>
......
......@@ -56,7 +56,7 @@
style="width: 100%"
row-class-name="font-size-12"
@selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column
prop="CustomerName"
label="客户名称"
......
......@@ -81,7 +81,7 @@
</el-table>
<el-table v-if="!loading" ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
height="660" border row-class-name="font-size-12" @selection-change="handleSelectionChange">
<el-table-column fixed type="selection" width="40"></el-table-column>
<el-table-column fixed type="selection" width="50"></el-table-column>
<el-table-column fixed prop="CustomerName" label="客户名称" width="120" show-overflow-tooltip>
<template slot-scope="scope">
<p @click="openDetails(scope)" class="font-color-link cp">{{scope.row.CustomerName}}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment