cloud-web-corejs 1.0.269 → 1.0.270

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.269",
4
+ "version": "1.0.270",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -312,6 +312,18 @@
312
312
  </el-select>
313
313
  </template>
314
314
  </vxe-form-item>
315
+ <vxe-form-item
316
+ :title="$t1('禁用用户') + ':'"
317
+ field="disabledUserName"
318
+ >
319
+ <template v-slot>
320
+ <el-input
321
+ v-model="formData2.disabledUserName"
322
+ size="small"
323
+ clearable
324
+ />
325
+ </template>
326
+ </vxe-form-item>
315
327
  </vxe-form>
316
328
  </template>
317
329
  </vxe-grid>
@@ -925,6 +937,11 @@ export default {
925
937
  field: "candidateNames",
926
938
  width: 150,
927
939
  },
940
+ {
941
+ title: this.$t1("禁用用户"),
942
+ field: "disabledUserNames",
943
+ width: 200,
944
+ },
928
945
  {
929
946
  title: this.$t1("流程状态"),
930
947
  field: "stat",