|
@@ -8,16 +8,17 @@
|
|
|
<table>
|
|
|
<tr>
|
|
|
<td>序号</td>
|
|
|
- <td>客户行业</td>
|
|
|
+ <!-- <td>客户行业</td> -->
|
|
|
<td>客户名称</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="min-width: 50px">1</td>
|
|
|
- <td style="max-width: 130px">
|
|
|
+ <!-- <td style="max-width: 130px">
|
|
|
<input v-model="tableData.kehuHangye" style="text-align: center; max-width: 130px" />
|
|
|
- </td>
|
|
|
+ </td> -->
|
|
|
<td style="max-width: 130px">
|
|
|
- <input v-model="tableData.kehuMingcheng" style="text-align: center; max-width: 130px" />
|
|
|
+ {{ tableData.kehuMingcheng }}
|
|
|
+ <!-- <input v-model="tableData.kehuMingcheng" style="text-align: center; max-width: 130px" /> -->
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
@@ -193,7 +194,7 @@ import { getDeviceList } from '@/api/api'
|
|
|
|
|
|
export default {
|
|
|
name: 'itdmXmShuru',
|
|
|
- mixins: [JeecgListMixin, mixinDevice],
|
|
|
+ // mixins: [JeecgListMixin, mixinDevice],
|
|
|
props: {
|
|
|
// json
|
|
|
tableData1: {
|
|
@@ -212,6 +213,10 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
console.log(11111,this.tableData1)
|
|
|
+ const a = JSON.parse(JSON.stringify(this.tableData1))
|
|
|
+ console.log(a)
|
|
|
+ // this.tableData.kehuMingcheng =JSON.parse(JSON.stringify(this.tableData1[0].itdmWeituoInfo.weituoClient))
|
|
|
+ // this.tableData.kehuMingcheng =this.tableData1[0].itdmWeituoInfo.weituoClient
|
|
|
this.getDevicePrice()
|
|
|
},
|
|
|
computed: {
|