cloud-web-corejs 1.0.54-dev.204 → 1.0.54-dev.205

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.204",
4
+ "version": "1.0.54-dev.205",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -43,7 +43,7 @@
43
43
  {{ $t1('表单分类') }}
44
44
  </th>
45
45
  <td colspan="5">
46
- <el-form-item v-if="formScript.formCode=='intf'" prop="menuKindName"
46
+ <el-form-item v-if="formScript.formCode=='intf' || formScript.formCode=='busgeneral'" prop="menuKindName"
47
47
  :rules="[{ required:true, trigger: ['blur', 'change'] }]">
48
48
  <el-input
49
49
  class="search-input"