zouzs hai 10 horas
pai
achega
c956dd7bc4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/views/order/orderLoan/index.vue
  2. 1 1
      src/views/order/orderMy/index.vue

+ 1 - 1
src/views/order/orderLoan/index.vue

@@ -329,7 +329,7 @@ const tableConfig: PlusColumn[] = [
     label: "状态",
     prop: "followStatus",
     valueType: "tag",
-    width: 80,
+    width: 85,
     fieldProps: value => ({
       type: value === "0" ? "success" : "primary"
     }),

+ 1 - 1
src/views/order/orderMy/index.vue

@@ -295,7 +295,7 @@ const tableConfig: PlusColumn[] = [
     label: "状态",
     prop: "followStatus",
     valueType: "tag",
-    width: 80,
+    width: 85,
     fieldProps: value => ({
       type: value === "0" ? "success" : "primary"
     }),