wang xiao 1 năm trước cách đây
mục cha
commit
44fbddbb0e
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 0 1
      src/pages/Iot/model/components/modelDefine.vue
  2. 1 1
      src/router/index.ts

+ 0 - 1
src/pages/Iot/model/components/modelDefine.vue

@@ -62,7 +62,6 @@
                 <a-space>
                     <a @click="openModel('cmdVisible', 'update', record)" >修改</a>
                     <a-popconfirm
-                      v-if="record.canRemove"
                       title="确实要删除吗?"
                       ok-text="确定"
                       cancel-text="取消"

+ 1 - 1
src/router/index.ts

@@ -148,7 +148,7 @@ const iot = {
         },
         {
           path: '/dataServer/apis',
-          name: 'api列表',
+          name: 'APPID列表',
           component: () => import('@/pages/iot/dataServer/apis.vue')
         }
       ]