imeik-bizui 1.6.3 → 1.6.6

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.
@@ -2,7 +2,7 @@
2
2
  <div :class="!attrs.isView ? 'w-full' : 'inline'">
3
3
  <div v-if="attrs.isView">
4
4
  <ImDiffText v-if="showDiff" :show-diff="showDiff" :old-value="myLabel" :no-absolute="true" :new-value="diffValue" />
5
- <span :title="myLabel">{{ myLabel }}</span>
5
+ <span v-else :title="myLabel">{{ myLabel }}</span>
6
6
  </div>
7
7
  <el-cascader v-else v-model="myValue" :multiple="multiple" :props="props" :options="options" class="w-full" clearable filterable v-bind="$attrs" @change="onUpdate" v-on="listeners"></el-cascader>
8
8
  </div>
@@ -186,7 +186,7 @@ export default {
186
186
  }
187
187
  },
188
188
  {
189
- label: '职业机构',
189
+ label: '执业机构',
190
190
  prop: 'organizations',
191
191
  type: 'slot',
192
192
  slot: 'organizations',