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