openatc-components 0.3.42 → 0.3.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,7 @@
24
24
 
25
25
  <div class="common-config" v-if="activeName === 'residentcontrol' && preselecttype !== '相位锁定' && preselecttype !== '方向锁定'">
26
26
  <el-form
27
+ v-if="isHasPermission('configer:manual:dwell')"
27
28
  ref="manual"
28
29
  label-position="left"
29
30
  :model="manualInfo"
@@ -91,7 +92,7 @@
91
92
  @selectModel="selectModel"
92
93
  />
93
94
 
94
- <div class="common-config">
95
+ <div class="common-config" v-if="isHasPermission('configer:manual:senior')">
95
96
  <el-form
96
97
  ref="manual"
97
98
  label-position="left"
@@ -126,7 +127,7 @@
126
127
  @selectModel="selectModel"
127
128
  @selectSpecialModel="selectSpecialModel" />
128
129
 
129
- <div class="common-config" v-if="activeName === 'schemeselection'">
130
+ <div class="common-config" v-if="activeName === 'schemeselection' && isHasPermission('configer:manual:base')">
130
131
  <el-form
131
132
  ref="manual"
132
133
  label-position="left"