LLL 1 年之前
父節點
當前提交
083c6454b2

+ 1 - 1
itdmWeb/src/views/module-iTDM/itdmDataHistory/ItdmEnvironmentQuyuList.vue

@@ -183,7 +183,7 @@
           deleteBatch: "/itdmDataHistory/itdmEnvironmentQuyu/deleteBatch",
           exportXlsUrl: "/itdmDataHistory/itdmEnvironmentQuyu/exportXls",
           importExcelUrl: "itdmDataHistory/itdmEnvironmentQuyu/importExcel",
-          
+
         },
         dictOptions:{},
         superFieldList:[],

+ 4 - 4
itdmWeb/src/views/module-iTDM/itdmDevice/ItdmDeviceList.vue

@@ -60,10 +60,10 @@
 
     <!-- table区域-begin -->
     <div>
-      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
-        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
-        <a style="margin-left: 24px" @click="onClearSelected">清空</a>
-      </div>
+<!--      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">-->
+<!--        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项-->
+<!--        <a style="margin-left: 24px" @click="onClearSelected">清空</a>-->
+<!--      </div>-->
 
       <a-table
         ref="table"

+ 11 - 11
itdmWeb/src/views/module-iTDM/itdmPersonManage/ItdmPersonManageList.vue

@@ -9,11 +9,11 @@
               <a-input placeholder="请输入人员姓名" v-model="queryParam.name"></a-input>
             </a-form-item>
           </a-col>
-          <a-col :xl="6" :lg="7" :md="8" :sm="24">
-            <a-form-item label="人员性别">
-              <j-dict-select-tag placeholder="请选择人员性别" v-model="queryParam.sex" dictCode="sex"/>
-            </a-form-item>
-          </a-col>
+<!--          <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
+<!--            <a-form-item label="人员性别">-->
+<!--              <j-dict-select-tag placeholder="请选择人员性别" v-model="queryParam.sex" dictCode="sex"/>-->
+<!--            </a-form-item>-->
+<!--          </a-col>-->
           <template v-if="toggleSearchStatus">
 <!--            <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
 <!--              <a-form-item label="所属部门">-->
@@ -54,7 +54,7 @@
         <a-button type="primary" icon="import">导入</a-button>
       </a-upload>
       <!-- 高级查询区域 -->
-      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
+<!--      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">
           <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
@@ -189,11 +189,11 @@
             align:"center",
             dataIndex: 'tel'
           },
-          {
-            title:'备注',
-            align:"center",
-            dataIndex: 'remark'
-          },
+          // {
+          //   title:'备注',
+          //   align:"center",
+          //   dataIndex: 'remark'
+          // },
           {
             title: '操作',
             dataIndex: 'action',