af-mobile-client-vue3 1.0.82 → 1.0.83

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": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.0.82",
4
+ "version": "1.0.83",
5
5
  "description": "Vue + Vite component lib",
6
6
  "license": "MIT",
7
7
  "engines": {
@@ -858,6 +858,7 @@ watch(() => form, (_oldVal, _newVal) => {
858
858
  :rules="[{ required: attr.rule.required === 'true', message: `请填写${attr.name}` }]"
859
859
  @blur="() => formTypeCheck(attr, localValue as string)"
860
860
  />
861
+ <p>{{ userState.f.resources.rolestr }}</p>
861
862
  <p>{{ attr.showFormItemFunc }}</p>
862
863
  <p>{{ showItem }}</p>
863
864
  </div>