Просмотр исходного кода

perf(views): 取消“网关列表”模块站号显示与编辑

wangshun 1 месяц назад
Родитель
Сommit
eaf764d785
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      src/views/gateway-list/GatewayList.vue

+ 8 - 8
src/views/gateway-list/GatewayList.vue

@@ -58,12 +58,12 @@ const gatewayColumns = [
 ];
 
 const agreementColumns = [
-  {
-    title: t('registerGateway.stationNumber'),
-    dataIndex: 'station',
-    key: 'station',
-    ellipsis: true,
-  },
+  // {
+  //   title: t('registerGateway.stationNumber'),
+  //   dataIndex: 'station',
+  //   key: 'station',
+  //   ellipsis: true,
+  // },
   {
     title: t('registerGateway.agreement'),
     dataIndex: 'protocolName',
@@ -413,11 +413,11 @@ onMounted(() => {
               </AFlex>
 
               <ATable :columns="agreementColumns" :data-source="item.protocols" :pagination="false">
-                <template #bodyCell="{ column, record }">
+                <!-- <template #bodyCell="{ column, record }">
                   <template v-if="column.key === 'station'">
                     <AInputNumber v-if="gatewayEditor" v-model:value="record.station" :min="0" />
                   </template>
-                </template>
+                </template> -->
               </ATable>
             </ACollapsePanel>
           </ACollapse>