From 1cb49b04ae6709e6054c328f5ed12bff9ca014c8 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期二, 12 十一月 2024 09:21:57 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/index.html |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/index.html
index a1cd7ce..0901797 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/index.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/index.html
@@ -106,7 +106,7 @@
     <!-- <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="qrcode">灏忕▼搴忕爜</a> -->
     <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="achievement">鎺ㄥ箍璐�</a>
     <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">鏌ョ湅</a>
-    <a class="layui-btn layui-btn-xs" lay-event="edit">瀹℃牳</a>
+    <a class="layui-btn layui-btn-xs {{d.verifyStatus!=1?'layui-btn-danger' :''}} " lay-event="edit">{{d.verifyStatus==1?'淇敼' :'瀹℃牳'}} </a>
     <a class="layui-btn layui-btn-danger layui-btn-xs" data-dropdown="#CoreCmsDistributionTbDelDrop{{d.LAY_NUM}}" no-shade="true">鍒犻櫎</a>
     <div class="dropdown-menu-nav dropdown-popconfirm dropdown-top-right layui-hide" id="CoreCmsDistributionTbDelDrop{{d.LAY_NUM}}"
          style="max-width: 200px; white-space: normal; min-width: auto; margin-left: 10px;">
@@ -189,8 +189,9 @@
                           // { field: 'weixin', title: '寰俊鍙�', sort: false, width: 100 },
                           { field: 'profession', title: '琛屼笟', sort: false, width: 100 },
                          //   { field: 'qq', title: 'qq鍙�', sort: false, width: 90 },
-                         { field: 'sales', title: '骞磋惀涓氶(鍏�)', sort: false, width: 100 },
-                            { field: 'storeName', title: '搴楅摵鍚嶇О', sort: false,width: 133 },
+                         { field: 'sales', title: '骞磋惀涓氶(鍏�)', sort: true, width: 100 },
+                            { field: 'storeName', title: '搴楅摵鍚嶇О', sort: false, width: 133 },
+                            { field: 'address', title: '鍦板潃', sort: false, width: 270 },
 
                            // { field: 'storeCoordinate', title: '搴楅摵鍧愭爣', sort: false },
                            // {
@@ -201,8 +202,9 @@
                               //          return '<a href="javascript:void(0);" onclick=layui.coreHelper.viewImage("' + setter.noImagePicUrl + '")><image style="max-width:30px;max-height:30px;" src="' + setter.noImagePicUrl + '" /></a>';
                                //     }
                              //   }
-                          //  },
-                          { field: 'schoolName', title: '瀛︽牎鍚嶇О', sort: false,width: 133 },
+                            //  },
+                            { field: 'schoolName', title: '瀛︽牎鍚嶇О', sort: true, width: 133 },
+                        
                           {
                             field: 'idCradNumber', title: '韬唤璇�', width: 120, sort: false,
                             templet: function (d) {
@@ -347,7 +349,7 @@
                             admin.popup({
                                 shadeClose: false,
                                 title: '缂栬緫鏁版嵁',
-                                area: ['640px', '300px'],
+                                area: ['640px', '350px'],
                                 id: 'LAY-popup-CoreCmsDistribution-edit',
                                 success: function (layero, index) {
                                     view(this.id).render('distribution/distributor/edit', { data: e.data }).done(function () {
@@ -405,7 +407,7 @@
                             admin.popup({
                                 shadeClose: false,
                                 title: '鏌ョ湅璇︽儏',
-                                area: ['700px', '550px'],
+                                area: ['700px', '600px'],
                                 id: 'LAY-popup-CoreCmsDistribution-details',
                                 success: function (layero, index) {
                                     view(this.id).render('distribution/distributor/details', { data: e.data }).done(function () {

--
Gitblit v1.9.1