瀏覽代碼

bug修改

wangfei 6 年之前
父節點
當前提交
5162fc04e3

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

@@ -1 +1 @@
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,8 +3,8 @@
3 3
     <div class="system-table-search">
4 4
       <div class="flex-h" style="align-items: flex-start;">
5 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 8
         </div>
9 9
         <ul style="white-space: normal;">
10 10
             <li style="margin-bottom: 15px;">
@@ -45,7 +45,7 @@
45 45
         <el-table :data="list" border style="width: 100%">
46 46
           <el-table-column label="图片" width="128">
47 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 49
             </template>
50 50
           </el-table-column>
51 51
           <el-table-column prop="BookBarcode" label="条形码"></el-table-column>
@@ -60,7 +60,7 @@
60 60
               <span>{{ getTypeName(scope.row.BookTypeId) }}</span>
61 61
             </template>
62 62
           </el-table-column>
63
-          <el-table-column label="价格">
63
+          <el-table-column label="价格" width="50">
64 64
             <template slot-scope="scope">
65 65
               <span>{{ formatPrice(scope.row.Price) }}</span>
66 66
             </template>
@@ -78,7 +78,7 @@
78 78
               <span>{{ toolClass.dateFormat(scope.row.CreateDate) }}</span>
79 79
             </template>
80 80
           </el-table-column>
81
-          <el-table-column fixed="right" label="操作" width="350">
81
+          <el-table-column fixed="right" label="操作" width="400">
82 82
             <template slot-scope="scope">
83 83
                 <el-button type="primary" @click="changeStock(scope.row)" size="small">库存盘点</el-button>
84 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,7 +3,7 @@
3 3
     <div class="system-table-search">
4 4
       <div class="flex-h" style="align-items: flex-start;">
5 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 7
         </div>
8 8
         <ul style="white-space: normal;">
9 9
             <li style="margin-bottom: 15px;">

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

@@ -39,7 +39,7 @@
39 39
         </el-table-column>
40 40
         <el-table-column label="图片" width="128">
41 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 43
           </template>
44 44
         </el-table-column>
45 45
         <el-table-column prop="BookBarcode" label="条形码"></el-table-column>

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

@@ -49,7 +49,7 @@
49 49
         </el-table-column>
50 50
         <el-table-column label="图片" width="128">
51 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 53
           </template>
54 54
         </el-table-column>
55 55
         <el-table-column prop="BookBarcode" label="条形码"></el-table-column>