@@ -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,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%">
@@ -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">-->