Browse Source

管理后台-样式

panyong 3 years ago
parent
commit
68a5011fe8

+ 5 - 1
htmldev/manage/README.md

@@ -208,4 +208,8 @@ yarn build
 
 ### todo list
 - [ ] 商品管理 增加选项:是否支持存酒
-- [ ] 存酒管理:商品名称改成支持模糊搜索
+- [ ] 存酒管理:商品名称改成支持模糊搜索
+- [ ] 预定:座位模版名称搜索出错
+- [ ] 未来7天排座:排座顺序,倒序
+- [ ] 点歌记录:无测试数据
+- [ ] 赞赏记录:无测试数据

+ 1 - 1
htmldev/manage/src/components/upload/index.vue

@@ -2,7 +2,7 @@
   <div class="upload-wrapper">
     <el-upload
       class="avatar-uploader"
-      action="/api/uploadFile"
+      action="/api/auth/uploadFile"
       accept="image/*"
       :show-file-list="false"
       :headers="header"

+ 0 - 1
htmldev/manage/src/views/project/permissions.vue

@@ -96,7 +96,6 @@ export default {
   },
   methods: {
     openTreeNode (obj, node) {
-      console.log({ node1: node })
       this.openTreeNodeArr.push(node.key)
     },
     closeTreeNode (obj, node) {