Parcourir la source

fixed bugs in cooperatorNum

maqingyang il y a 11 mois
Parent
commit
67735ada08

+ 1 - 1
src/views/system/cooperatorDetailed.vue

@@ -48,7 +48,7 @@
             <el-row>
               <el-col span="10" >
                 <el-form-item label="合作方编号: " width="100px">
-                <span>{{cooperatorId}}</span>
+                <span>{{cooperatorNum}}</span>
                 </el-form-item>
               </el-col>
               <el-col span="10"  >

+ 1 - 1
src/views/system/cooperatorInfo.vue

@@ -38,7 +38,7 @@
               <el-table :data="cooperatorShowData" style="width: 100%;" @row-click="onButtonClick" stripe>
                 <el-table-column align="center" label="合作方编号" >
                   <template v-slot="{row}">
-                    <span>{{ row.id}}</span>
+                    <span>{{ row.cooperatorNum}}</span>
                   </template>
                 </el-table-column>
 

+ 1 - 1
src/views/system/cooperatorProductInfoBase.vue

@@ -166,7 +166,7 @@ import { Row } from 'element-ui';
       gotolink2()
       {
         //指定跳转地址
-        this.$router.push('/cooperatorProductInfo');
+        this.$router.push('/cooperatorInfo');
         this.selected1 = false;
         this.selected2 = true;
         this.selected3 = false;