Kaynağa Gözat

删除冗余字段

sujunling 2 yıl önce
ebeveyn
işleme
db0911fe96

+ 5 - 5
src/views/dataAdmin/assembly/map.data.ts

@@ -163,11 +163,11 @@ export const columns: BasicColumn[] = [
     width: 110,
     slots: { customRender: 'status' },
   },
-{
-    title: '审核人',
-    dataIndex: 'checkname',
-    width: 100,
-  },
+  // {
+  //     title: '审核人',
+  //     dataIndex: 'checkname',
+  //     width: 100,
+  //   },
   {
     title: '审核时间',
     dataIndex: 'checktime',

+ 0 - 8
src/views/resource/plat/item/EmpowerInfo.vue

@@ -50,14 +50,6 @@ export default defineComponent({
                 if (r?.resp_code == 0 && r?.datas?.length) {
                     var a = r.datas.find(i => i.resInfo.SERVICEID == e.SERVICEID);
                     if (a) {
-                        // var shyj = [];
-                        // if (a?.shlc?.length > 1) {
-                        //     a.shlc.map((i, index) => {
-                        //         if (index != 0 && index != a.shlc.length - 1) {
-                        //             shyj.push(i.USER_NAME + ":" + i.CHECKINFO)
-                        //         }
-                        //     })
-                        // }
                         var shyj = a?.shlc?.slice(1, -1).map(i => i.USER_NAME + ":" + i.CHECKINFO) || [];
                         shyjInfo.value = shyj.join(";");
                         info.value = a;