修改盈多为腾龙,调整优惠券金额和到期日期显示问题

FFIB 6 gadi atpakaļ
vecāks
revīzija
7cb2b3778d
3 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 1 1
      index.html
  2. 1 1
      src/views/login/login.vue
  3. 2 2
      src/views/maintain/maintain.vue

+ 1 - 1
index.html

@@ -7,7 +7,7 @@
7 7
     <meta name="format-detection" content="telephone=no">
8 8
     <meta name="full-screen" content="yes">
9 9
     <meta name="x5-fullscreen" content="true">
10
-    <title>盈多</title>
10
+    <title>腾龙</title>
11 11
   </head>
12 12
   <body>
13 13
     <div id="app">

+ 1 - 1
src/views/login/login.vue

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
   <div id="login">
3 3
     <div class="body">
4
-      <p>盈多后台管理系统</p>
4
+      <p>腾龙后台管理系统</p>
5 5
       <el-form ref="form"  :model="form" :rules="rules">
6 6
     <el-form-item label="" prop="account">
7 7
       <el-input placeholder="账户名" v-model="form.account"></el-input>

+ 2 - 2
src/views/maintain/maintain.vue

@@ -37,12 +37,12 @@
37 37
         width="200">
38 38
       </el-table-column>
39 39
       <el-table-column
40
-        prop="coupon_info[0].coupon_expire_at"
40
+        prop="coupon_info[0].coupon_value"
41 41
         label="优惠券金额"
42 42
         width="200">
43 43
       </el-table-column>
44 44
       <el-table-column
45
-        prop="coupon_info[0].coupon_value"
45
+        prop="coupon_info[0].coupon_expire_at"
46 46
         label="优惠券到期日期"
47 47
         width="200">
48 48
       </el-table-column>