Selaa lähdekoodia

1. 调整位置

MONSTER-ygh 1 vuosi sitten
vanhempi
commit
30edca4c0e
2 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 5 5
      src/views/order/groupBuyingMr/index.vue
  2. 5 5
      src/views/order/orderMr/index.vue

+ 5 - 5
src/views/order/groupBuyingMr/index.vue

@@ -205,17 +205,17 @@
           <span>{{ scope.row.refundPriceTotal }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="开票时间" align="center" prop="invoiceTime">
-        <template slot-scope="scope">
-          <span>{{ scope.row.invoiceTime }}</span>
-        </template>
-      </el-table-column>
       <el-table-column label="是否成功开票" align="center">
         <template slot-scope="scope">
           <el-tag type="danger" v-if="scope.row.ifSuccessInvoice  == '0'">否</el-tag>
           <el-tag type="success" v-else-if="scope.row.ifSuccessInvoice  == '1'">是</el-tag>
         </template>
       </el-table-column>
+      <el-table-column label="开票时间" align="center" prop="invoiceTime">
+        <template slot-scope="scope">
+          <span>{{ scope.row.invoiceTime }}</span>
+        </template>
+      </el-table-column>
       <el-table-column label="操作" align="center" width="100" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button

+ 5 - 5
src/views/order/orderMr/index.vue

@@ -247,17 +247,17 @@
           <span>{{ scope.row.refundPriceTotal }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="开票时间" align="center" prop="invoiceTime">
-        <template slot-scope="scope">
-          <span>{{ scope.row.invoiceTime }}</span>
-        </template>
-      </el-table-column>
       <el-table-column label="是否成功开票" align="center">
         <template slot-scope="scope">
           <el-tag type="danger" v-if="scope.row.ifSuccessInvoice  == '0'">否</el-tag>
           <el-tag type="success" v-else-if="scope.row.ifSuccessInvoice  == '1'">是</el-tag>
         </template>
       </el-table-column>
+      <el-table-column label="开票时间" align="center" prop="invoiceTime">
+        <template slot-scope="scope">
+          <span>{{ scope.row.invoiceTime }}</span>
+        </template>
+      </el-table-column>
       <el-table-column label="操作" align="center" width="100" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button