Browse Source

页面优化

MSY 3 năm trước cách đây
mục cha
commit
64c1580069
2 tập tin đã thay đổi với 22 bổ sung3 xóa
  1. 9 1
      src/views/customer/customerRecharge.vue
  2. 13 2
      src/views/sys/user.vue

+ 9 - 1
src/views/customer/customerRecharge.vue

@@ -28,8 +28,16 @@
             show-overflow-tooltip>
           </el-table-column>
            <el-table-column
+            prop="beforeMony"
+            label="充值前账户余额"
+            show-overflow-tooltip>
+            <template slot-scope="scope">
+               <span>{{scope.row.beforeMony| rounding}}</span>
+            </template>
+          </el-table-column>
+           <el-table-column
             prop="rechargeMony"
-            label="金额"
+            label="充值金额"
             show-overflow-tooltip>
             <template slot-scope="scope">
                <span>{{scope.row.rechargeMony| rounding}}</span>

+ 13 - 2
src/views/sys/user.vue

@@ -6,7 +6,7 @@
           <el-col :span="24">
             <div class="top">
               <el-input  placeholder="用户" class="input-demo" v-model="userName"></el-input>
-              <el-input  placeholder="部门" class="input-demo" v-model="company"></el-input>
+              <el-input  placeholder="企业名称" class="input-demo" v-model="company"></el-input>
                <el-button type="success" style="margin-left: 1%;" @click="queryLook">查询</el-button>
                 <el-button type="success" style="margin-left: 1%;" @click="addUserList = true">添加</el-button>
                                <el-button type="primary" style="margin-left: 1%;" @click="exportExcel">导出报表</el-button>
@@ -43,7 +43,18 @@
           </el-table-column>
            <el-table-column
             prop="company"
-            label="部门"
+            label="企业名称"
+            show-overflow-tooltip>
+          </el-table-column>
+               <el-table-column
+            label="姓名"
+            prop="name"
+            show-overflow-tooltip>
+          </el-table-column>
+           </el-table-column>
+               <el-table-column
+            label="手机号"
+            prop="phone"
             show-overflow-tooltip>
           </el-table-column>
           <el-table-column