Ver Fonte

前:排序

dubch há 5 anos atrás
pai
commit
c05cd9bcd6

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/basislist.vue

@@ -62,7 +62,7 @@
             <!--</el-popover>-->
           </template>
         </el-table-column>
-        <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" show-overflow-tooltip>
+        <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" sortable show-overflow-tooltip>
           <template slot-scope="scope">
             <span v-if="scope.row.InFlag=='1'" style="color:#67C23A">准入</span>
             <span v-if="scope.row.InFlag=='2'" style="color:#E6A23C">暂停</span>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/goodslist.vue

@@ -63,7 +63,7 @@
             <!--</el-popover>-->
           </template>
         </el-table-column>
-        <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" show-overflow-tooltip>
+        <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" sortable show-overflow-tooltip>
           <template slot-scope="scope">
             <span v-if="scope.row.InFlag=='1'" style="color:#67C23A">准入</span>
             <span v-if="scope.row.InFlag=='2'" style="color:#E6A23C">暂停</span>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/index.vue

@@ -66,7 +66,7 @@
             <!--</el-popover>-->
           </template>
         </el-table-column>
-        <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" show-overflow-tooltip>
+        <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" sortable show-overflow-tooltip>
           <template slot-scope="scope">
             <span v-if="scope.row.InFlag=='1'" style="color:#67C23A">准入</span>
             <span v-if="scope.row.InFlag=='2'" style="color:#E6A23C">暂停</span>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/techlist.vue

@@ -62,7 +62,7 @@
             <!--</el-popover>-->
           </template>
         </el-table-column>
-        <el-table-column width="100" align="center" prop="InFlag" label="准入标识" show-overflow-tooltip>
+        <el-table-column width="100" align="center" prop="InFlag" label="准入标识" sortable show-overflow-tooltip>
           <template slot-scope="scope">
             <span v-if="scope.row.InFlag=='1'" style="color:#67C23A">准入</span>
             <span v-if="scope.row.InFlag=='2'" style="color:#E6A23C">暂停</span>