zenglf
2023-08-17 7442a435d058bd17d6fc679e1b7956bf3a5d32ae
src/components/jeecg/JVxeTable/components/cells/JVxeUserSelectCell.vue
@@ -21,7 +21,7 @@
      @initComp="initComp"/>
    <span style="display: inline-block;height:100%;padding-left:14px" v-if="userIds" >
      <span @click="openSelect" style="display: inline-block;vertical-align: middle">{{ userNames }}</span>
      <a-icon style="margin-left:5px;vertical-align: middle" type="close-circle" @click="handleEmpty" title="清空"/>
      <a-icon v-if="!componentDisabled" style="margin-left:5px;vertical-align: middle" type="close-circle" @click="handleEmpty" title="清空"/>
    </span>
  </div>
@@ -119,6 +119,10 @@
    },
    methods: {
      openSelect() {
        // disabled 不弹窗
        if (this.componentDisabled) {
          return
        }
        this.$refs.selectModal.showModal()
      },
      selectOK(rows, idstr) {