Browse Source

08-15提交

duanxiaoduan 2 years ago
parent
commit
d4451278a8
1 changed files with 1 additions and 8 deletions
  1. 1 8
      src/views/basicData/feedTable/index.vue

+ 1 - 8
src/views/basicData/feedTable/index.vue

@@ -123,14 +123,7 @@
           <template slot-scope="scope">
             <span>{{ scope.row.uprice }}</span>
           </template>
-        </u-table-column>
-        <!-- // 现代牧业专用 -->
-        <u-table-column label="饲料组" min-width="50px" align="center">
-          <template slot-scope="scope">
-            <span>{{ scope.row.feedgroupname }}</span>
-          </template>
-        </u-table-column>
-        <!-- // 现代牧业专用 -->
+        </u-table-column>
         <u-table-column label="跳转重量域(kg)" min-width="90px" align="center">
           <template slot-scope="scope">
             <span>{{ scope.row.autozone }}</span>