openatc-components 0.3.42 → 0.3.43
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"
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
|
|
94
95
|
<div class="common-config">
|
|
95
96
|
<el-form
|
|
97
|
+
v-if="isHasPermission('configer:manual:senior')"
|
|
96
98
|
ref="manual"
|
|
97
99
|
label-position="left"
|
|
98
100
|
:model="manualInfo"
|
|
@@ -128,6 +130,7 @@
|
|
|
128
130
|
|
|
129
131
|
<div class="common-config" v-if="activeName === 'schemeselection'">
|
|
130
132
|
<el-form
|
|
133
|
+
v-if="isHasPermission('configer:manual:base')"
|
|
131
134
|
ref="manual"
|
|
132
135
|
label-position="left"
|
|
133
136
|
:model="manualInfo"
|