|
@@ -140,7 +140,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="customerName" label="客户名称">
|
|
<el-table-column prop="customerName" label="客户名称">
|
|
- <template scope="scope">
|
|
|
|
|
|
+ <!-- <template scope="scope">
|
|
<span
|
|
<span
|
|
v-if="
|
|
v-if="
|
|
scope.row.customerName == '' || scope.row.customerName == null
|
|
scope.row.customerName == '' || scope.row.customerName == null
|
|
@@ -151,7 +151,7 @@
|
|
v-if="scope.row.compName == '' || scope.row.compName == null"
|
|
v-if="scope.row.compName == '' || scope.row.compName == null"
|
|
>{{ scope.row.customerName }}</span
|
|
>{{ scope.row.customerName }}</span
|
|
>
|
|
>
|
|
- </template>
|
|
|
|
|
|
+ </template> -->
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="compAddress" label="地址"></el-table-column>
|
|
<el-table-column prop="compAddress" label="地址"></el-table-column>
|
|
<el-table-column prop="customerPhone" label="电话"> </el-table-column>
|
|
<el-table-column prop="customerPhone" label="电话"> </el-table-column>
|