cloud-web-corejs 1.0.54-dev.238 → 1.0.54-dev.239

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.238",
4
+ "version": "1.0.54-dev.239",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -205,7 +205,7 @@ export default {
205
205
  },
206
206
  created() {
207
207
  //
208
- // this.initShowType();
208
+ this.initShowType();
209
209
  },
210
210
  methods: {
211
211
  isSubFormItem() {
@@ -54,10 +54,11 @@
54
54
  </tr>
55
55
  <tr>
56
56
  <th>
57
- {{ $t1('执行企业编码') }}
57
+ <em class="f-red">*</em>
58
+ {{ $t1('执行组织编码') }}
58
59
  </th>
59
60
  <td colspan="5">
60
- <el-form-item prop="exeCompanyCode" :rules="[{ required: false, trigger: 'blur' }]">
61
+ <el-form-item prop="exeCompanyCode" :rules="[{ required: true, trigger: 'blur' }]">
61
62
  <el-input type="text" autocomplete="off" v-model="requestSetting.exeCompanyCode" clearable/>
62
63
  </el-form-item>
63
64
  </td>
@@ -166,7 +166,7 @@ export default {
166
166
  width: 150
167
167
  },
168
168
  {
169
- title: '执行企业编码',
169
+ title: '执行组织编码',
170
170
  field: 'exeCompanyCode',
171
171
  width: 150
172
172
  },