lk %!s(int64=5) %!d(string=hai) anos
pai
achega
78134555ec

+ 9 - 9
components/menu/data.js

@@ -291,13 +291,13 @@ export default [{
       }
     ]
   },
-  {
-    title: "网站配置",
-    icon: "setting",
-    path: "",
-    subs: [{
-      title: "技术信用配置",
-      path: baseUrl + "user_credit_setting"
-    }]
-  }
+  // {
+  //   title: "网站配置",
+  //   icon: "setting",
+  //   path: "",
+  //   subs: [{
+  //     title: "技术信用配置",
+  //     path: baseUrl + "user_credit_setting"
+  //   }]
+  // }
 ];

+ 1 - 1
pages/main/index/user_credit_list.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="mainBody">
     <div v-if="user">
-      <div class="user-info">全部:{{totalCount}} ,待授权:{{waitCount}},成功:{{successCount}},拒绝:{{failCount}}</div>
+      <div class="user-info"> <el-button size="small" @click="$router.push('/main/user_credit_setting')">技术信用配置</el-button> 全部:{{totalCount}} ,待授权:{{waitCount}},成功:{{successCount}},拒绝:{{failCount}}</div>
       <el-table
         :data="finaceList" border
         style="width: 100%">

+ 10 - 0
pages/main/index/user_workfile_list.vue

@@ -16,6 +16,16 @@
         </el-table-column>
         <el-table-column
           prop=""
+          label="资源大小">
+          <template slot-scope="scope">
+<!--          <span class="lblue point">-->
+          <span>
+            <span>{{ scope.row.file_size_name }}</span>
+          </span>
+          </template>
+        </el-table-column>
+        <el-table-column
+          prop=""
           label="作品名称">
           <template slot-scope="scope">
 <!--          <span class="lblue point">-->