cloud-web-corejs 1.0.54-dev.220 → 1.0.54-dev.222

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.
@@ -84,10 +84,10 @@
84
84
  </el-table-column>
85
85
  <el-table-column :label="i18nt('设置')" width="150">
86
86
  <template slot-scope="{row}">
87
- <el-select v-model="row.type" clearable>
87
+ <el-select v-model="row.type">
88
88
  <el-option :value="1" label="可编辑"></el-option>
89
- <el-option :value="2" label="仅显示"></el-option>
90
- <el-option :value="3" label="隐藏"></el-option>
89
+ <!-- <el-option :value="2" label="仅显示"></el-option>
90
+ <el-option :value="3" label="隐藏"></el-option>-->
91
91
  </el-select>
92
92
  </template>
93
93
  </el-table-column>
@@ -293,7 +293,7 @@ export default {
293
293
  },
294
294
  addItem() {
295
295
  let newItem = {
296
- type: null,
296
+ type: 1,
297
297
  serveType: null,
298
298
  serveName: null,
299
299
  modelKey: null,