From 7ece97eb50466010960717a4419c1ba2aee107de Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 26 Mar 2025 18:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E5=88=97=E8=A1=A8=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=9F=BA=E7=A1=80=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/site/drop_icon.svg | 1 + src/assets/site/form_link.svg | 1 + src/assets/site/more_setIcon.png | Bin 0 -> 424 bytes src/router/index.js | 4 +- src/views/SiteList.vue | 380 +++++++++++++++++++++++++-------------- 5 files changed, 249 insertions(+), 137 deletions(-) create mode 100644 src/assets/site/drop_icon.svg create mode 100644 src/assets/site/form_link.svg create mode 100644 src/assets/site/more_setIcon.png 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 0000000000000000000000000000000000000000..57c4c5fdaecc03a488d901eba951f9b2fe4cac9f GIT binary patch literal 424 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Sc;uILpXq- zh9ji|C>P}E;uumf=k1J*xrZDi-1cvlej(8)xW{pd;0%T+t2-`U&-H}PUfjtmoYK<4 zYt!Vup!rw~mvyh|BI8SU6`$_?HTmE9{r+~ZJ%L7lh&R-1f1kT|qG9$)5$CzbcD^gQ z_%&eaQ%kpY749D!z8aa|+`i=LT#w5;Z@=1mXWPQvDGS+qR<4PCqW1gJ-}dQCk|F{M z7U?IfyXhD7P%!pg?q1Fq^?yt~C*##xt~0Lo@Y=v|^5>qvjK+$;B{;=C#4NF3?5)4% zbHdK;535D_m;SQl6GE4;a93z=pFb(8Kco2KSAlK5i}D?w=dGXg&+1<8^Ssp(_01>i zTD7yqi_ez*-TI^2c!%3L+4f*2pyLHZ<|OneCKohWIL=v+FQG26&Yj=S;Gf4F1-}5G zkb<88P|>7j;U2>j9zOx~4&g7nk68|XeQ}WUn0%-35l$|k&=F3i1Hm7d`92+X5dCEG Q0H}e%)78&qol`;+01tAnA^-pY literal 0 HcmV?d00001 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则默认排序