浏览代码

bug修改

wangfei 6 年前
父节点
当前提交
5162fc04e3

+ 1
- 1
dist/index.html 查看文件

1
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.f80c3fe4118c7340a231ce0c7032c427.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.59816f74ac1cbe691e41.js></script><script type=text/javascript src=./static/js/vendor.43a7259699a243426e8a.js></script><script type=text/javascript src=./static/js/app.29af7cb07154acceafb6.js></script></body></html>
1
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.6c4fba71655773485e1f4d70fd38e844.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.59816f74ac1cbe691e41.js></script><script type=text/javascript src=./static/js/vendor.b551af85ae9b15fb8bee.js></script><script type=text/javascript src=./static/js/app.d78a5e0610e7f2fbfe3f.js></script></body></html>

+ 5
- 5
src/pages/system/library/books/list.vue 查看文件

3
     <div class="system-table-search">
3
     <div class="system-table-search">
4
       <div class="flex-h" style="align-items: flex-start;">
4
       <div class="flex-h" style="align-items: flex-start;">
5
         <div class="flex-item flex-h">
5
         <div class="flex-item flex-h">
6
-          <el-button plain @click="editBook()" size="medium">图书录入</el-button>
7
-          <el-button plain @click="showBatchInput()" size="medium">批量导入</el-button>
6
+          <el-button type="success" @click="editBook()" size="medium">图书录入</el-button>
7
+          <el-button type="primary" @click="showBatchInput()" size="medium">批量导入</el-button>
8
         </div>
8
         </div>
9
         <ul style="white-space: normal;">
9
         <ul style="white-space: normal;">
10
             <li style="margin-bottom: 15px;">
10
             <li style="margin-bottom: 15px;">
45
         <el-table :data="list" border style="width: 100%">
45
         <el-table :data="list" border style="width: 100%">
46
           <el-table-column label="图片" width="128">
46
           <el-table-column label="图片" width="128">
47
             <template slot-scope="scope">
47
             <template slot-scope="scope">
48
-              <img width="64" :src="scope.row.BookImg || defaultbookimg + '?x-oss-process=style/compress-rotate'" alt>
48
+              <img width="64" :src="(scope.row.BookImg || defaultbookimg) + '?x-oss-process=style/compress-rotate'" alt>
49
             </template>
49
             </template>
50
           </el-table-column>
50
           </el-table-column>
51
           <el-table-column prop="BookBarcode" label="条形码"></el-table-column>
51
           <el-table-column prop="BookBarcode" label="条形码"></el-table-column>
60
               <span>{{ getTypeName(scope.row.BookTypeId) }}</span>
60
               <span>{{ getTypeName(scope.row.BookTypeId) }}</span>
61
             </template>
61
             </template>
62
           </el-table-column>
62
           </el-table-column>
63
-          <el-table-column label="价格">
63
+          <el-table-column label="价格" width="50">
64
             <template slot-scope="scope">
64
             <template slot-scope="scope">
65
               <span>{{ formatPrice(scope.row.Price) }}</span>
65
               <span>{{ formatPrice(scope.row.Price) }}</span>
66
             </template>
66
             </template>
78
               <span>{{ toolClass.dateFormat(scope.row.CreateDate) }}</span>
78
               <span>{{ toolClass.dateFormat(scope.row.CreateDate) }}</span>
79
             </template>
79
             </template>
80
           </el-table-column>
80
           </el-table-column>
81
-          <el-table-column fixed="right" label="操作" width="350">
81
+          <el-table-column fixed="right" label="操作" width="400">
82
             <template slot-scope="scope">
82
             <template slot-scope="scope">
83
                 <el-button type="primary" @click="changeStock(scope.row)" size="small">库存盘点</el-button>
83
                 <el-button type="primary" @click="changeStock(scope.row)" size="small">库存盘点</el-button>
84
                 <el-button @click="setRecommend(scope.row)" type="warning" size="small">{{ scope.row.IsRecommend === 1 ? '取消推荐' : '设为推荐' }}</el-button>
84
                 <el-button @click="setRecommend(scope.row)" type="warning" size="small">{{ scope.row.IsRecommend === 1 ? '取消推荐' : '设为推荐' }}</el-button>

+ 1
- 1
src/pages/system/library/books/types/list.vue 查看文件

3
     <div class="system-table-search">
3
     <div class="system-table-search">
4
       <div class="flex-h" style="align-items: flex-start;">
4
       <div class="flex-h" style="align-items: flex-start;">
5
         <div class="flex-item flex-h">
5
         <div class="flex-item flex-h">
6
-          <el-button plain @click="editType()" size="medium">新增分类</el-button>
6
+          <el-button @click="editType()" type="success" size="medium">新增分类</el-button>
7
         </div>
7
         </div>
8
         <ul style="white-space: normal;">
8
         <ul style="white-space: normal;">
9
             <li style="margin-bottom: 15px;">
9
             <li style="margin-bottom: 15px;">

+ 1
- 1
src/pages/system/library/borrow/appointmentList.vue 查看文件

39
         </el-table-column>
39
         </el-table-column>
40
         <el-table-column label="图片" width="128">
40
         <el-table-column label="图片" width="128">
41
           <template slot-scope="scope">
41
           <template slot-scope="scope">
42
-            <img :src="scope.row.BookImg || defaultbookimg + '?x-oss-process=style/compress-rotate'" style="height: 64px;">
42
+            <img :src="(scope.row.BookImg || defaultbookimg) + '?x-oss-process=style/compress-rotate'" style="height: 64px;">
43
           </template>
43
           </template>
44
         </el-table-column>
44
         </el-table-column>
45
         <el-table-column prop="BookBarcode" label="条形码"></el-table-column>
45
         <el-table-column prop="BookBarcode" label="条形码"></el-table-column>

+ 1
- 1
src/pages/system/library/borrow/borrowList.vue 查看文件

49
         </el-table-column>
49
         </el-table-column>
50
         <el-table-column label="图片" width="128">
50
         <el-table-column label="图片" width="128">
51
           <template slot-scope="scope">
51
           <template slot-scope="scope">
52
-            <img :src="scope.row.BookImg || defaultbookimg + '?x-oss-process=style/compress-rotate'" style="height: 64px;">
52
+            <img :src="(scope.row.BookImg || defaultbookimg) + '?x-oss-process=style/compress-rotate'" style="height: 64px;">
53
           </template>
53
           </template>
54
         </el-table-column>
54
         </el-table-column>
55
         <el-table-column prop="BookBarcode" label="条形码"></el-table-column>
55
         <el-table-column prop="BookBarcode" label="条形码"></el-table-column>