Browse Source

我的账户样式调整

qymljy 1 year ago
parent
commit
17e959fd6d

+ 0 - 1
src/HDrpManagement/ProductMag/modules/components/addScheme.vue

@@ -105,7 +105,6 @@ export default {
           "rowindex":this.list.length + 1
         }
       )
-      console.log(this.list,'listData')
     },
     delRow(){
       this.list.pop()

+ 2 - 2
src/SDrpManagement/myaccountclass/index.vue

@@ -40,7 +40,7 @@
               </el-input>
             </div>
           </template>
-          <tableLayout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 430px)">
+          <tableMainLayout :layout="tablecols" :data="list" :opwidth="200" :width="true" :custom="true" :fixedName="'operation'" height="calc(100vh - 430px)">
             <template v-slot:customcol="scope">
               <div v-if="scope.column.columnname == 'type'">
                 {{ scope.column.data.type ? '收入' : '支出' }}
@@ -68,7 +68,7 @@
                 nameKey="sa_itempriceadjust_itemsids"
               />
             </template>
-          </tableLayout>
+          </tableMainLayout>
 <!--          <div style="margin-top:16px;text-align:right">
             <el-pagination
               background