cloud-web-corejs 1.0.54-dev.719 → 1.0.54-dev.720
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.
package/package.json
CHANGED
|
@@ -227,6 +227,9 @@
|
|
|
227
227
|
<el-form-item :label="i18nt('启用其他标签页')">
|
|
228
228
|
<el-switch v-model="formConfig.otherTabEnabled"></el-switch>
|
|
229
229
|
</el-form-item>
|
|
230
|
+
<el-form-item :label="i18nt('隐藏常规标签')">
|
|
231
|
+
<el-switch v-model="formConfig.hideNormalTab"></el-switch>
|
|
232
|
+
</el-form-item>
|
|
230
233
|
<el-form-item :label="i18nt('其他标签页配置')"> </el-form-item>
|
|
231
234
|
<el-form-item label-width="0">
|
|
232
235
|
<div>
|