fix: eslint问题

master
李小林 9 months ago
parent b662e5fd19
commit d2fa14c527
  1. 4
      src/views/resources/device-type/components/DeviceTypeVersionEdit.vue
  2. 4
      src/views/resources/tr069/components/Tr069DevTypeSoftVerList.vue

@ -470,7 +470,9 @@
</div> </div>
<div class="mt-4"> <div class="mt-4">
<div style="display: flex; justify-content: space-between"> <div style="display: flex; justify-content: space-between">
<div style="font-weight: 700; line-height: 32px; font-size: 14px">已绑定系统管理域</div> <div style="font-weight: 700; line-height: 32px; font-size: 14px">
已绑定系统管理域
</div>
<div> <div>
<el-button type="primary" @click="openDomainTree" <el-button type="primary" @click="openDomainTree"
><i-ep-plus />增加系统管理域</el-button ><i-ep-plus />增加系统管理域</el-button

@ -3,7 +3,9 @@
<el-card shadow="never"> <el-card shadow="never">
<div class="mb-4"> <div class="mb-4">
<div style="display: flex; justify-content: space-between"> <div style="display: flex; justify-content: space-between">
<div style="font-weight: 700; line-height: 32px; font-size: 14px">设备类型对应的设备软件版本列表</div> <div style="font-weight: 700; line-height: 32px; font-size: 14px">
设备类型对应的设备软件版本列表
</div>
<div> <div>
<el-button type="primary" @click="skipBindingDevType"> <el-button type="primary" @click="skipBindingDevType">
<i-ep-plus /> <i-ep-plus />

Loading…
Cancel
Save