diff --git a/src/assets/site/drop_icon.svg b/src/assets/site/drop_icon.svg new file mode 100644 index 0000000..b3d9bd0 --- /dev/null +++ b/src/assets/site/drop_icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/site/form_link.svg b/src/assets/site/form_link.svg new file mode 100644 index 0000000..c32b657 --- /dev/null +++ b/src/assets/site/form_link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/site/more_setIcon.png b/src/assets/site/more_setIcon.png new file mode 100644 index 0000000..57c4c5f Binary files /dev/null and b/src/assets/site/more_setIcon.png differ diff --git a/src/router/index.js b/src/router/index.js index 7795547..7f77300 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,8 +6,8 @@ import HomeView from '../views/HomeView.vue'; // import Franchise from '../views/Franchise.vue' Vue.use(VueRouter) -const whiteSlideList = ['/','/ui',];//侧边导航白名单 -const whiteHeaderList = ['/','/ui','/register','/settingServicePrice'];//头部导航白名单 +const whiteSlideList = ['/','/ui','/siteList'];//侧边导航白名单 +const whiteHeaderList = ['/','/ui','/register','/settingServicePrice','/siteList'];//头部导航白名单 const whiteFooterList = ['/','/ui','/settingServicePrice'];//底部白名单 const routes = [ { diff --git a/src/views/SiteList.vue b/src/views/SiteList.vue index 06165ab..231492a 100644 --- a/src/views/SiteList.vue +++ b/src/views/SiteList.vue @@ -1,148 +1,258 @@ - - + - - - - - - - - {{ scope.row.type == 'a' ? '查重服务' : '写作辅助' - }} - {{ scope.row.name }} - - - - - - - ¥{{ scope.row.stock }}/篇 - - - - + + + + + + 站点列表 + + 新增分组 + + + + + 新增分组 + + + + + + + + + + {{ scope.row.name }} + + + + + - - - - - - - - - - - - / - - - - - - 取消 - 确定 - - - - + + + + + - - ¥{{ row.price }}/{{ row.word }}字 - ¥{{ row.price }}/篇 - - - - - - - - - - - - - - 输入>0的数,越小排序越前;重复则新者优先;0则默认排序 - - - 取消 - 确定 - - - - - - {{ row.num }} - - - - - - - - - - {{ scope.row.payment - == - '0' ? '默认站点支付' : '自定义支付' }} - - - - - - - - - - - 服务列表 - 站点设置 - - - - - - - + + + 取消 + 确定 + + + + + + {{ groupList[row.group] }} + + + + + + + + + + + + + 取消 + + 确定 + + + + + + + {{ row.phoneService }} + + + + + + + + + {{ + scope.row.status + == + '0' ? '运行中' : '配置中' }} + + + + + + + + 服务列表 + 站点设置 + + + + + + + + + - - - \ No newline at end of file
输入>0的数,越小排序越前;重复则新者优先;0则默认排序