Sfoglia il codice sorgente

第一部分优化

wyh 1 anno fa
parent
commit
6586d37bfc
1 ha cambiato i file con 10 aggiunte e 5 eliminazioni
  1. 10 5
      itdmWeb/src/views/module-iTDM/itdmYeWu/itdmXmShuru.vue

+ 10 - 5
itdmWeb/src/views/module-iTDM/itdmYeWu/itdmXmShuru.vue

@@ -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: {