@ailaw/venus 1.261.0 → 1.262.0
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/dist/venus.es.js +2 -2
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -2080,7 +2080,7 @@ var __vue2_script$8 = defineComponent({
|
|
|
2080
2080
|
const shouldShowBelongsTo = computed(() => {
|
|
2081
2081
|
if (props.value.isEmployee !== AssigneeTypes[AssigneeTypes.PETITIONER])
|
|
2082
2082
|
return false;
|
|
2083
|
-
if (props.value.
|
|
2083
|
+
if (props.value.taskSmartType) {
|
|
2084
2084
|
return belongsTo.some(([_, v]) => v === props.value.taskSmartType);
|
|
2085
2085
|
}
|
|
2086
2086
|
return true;
|
|
@@ -2144,7 +2144,7 @@ var render$8 = function() {
|
|
|
2144
2144
|
var staticRenderFns$8 = [];
|
|
2145
2145
|
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
2146
2146
|
const __cssModules$8 = {};
|
|
2147
|
-
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "
|
|
2147
|
+
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "6d954350", null, null);
|
|
2148
2148
|
function __vue2_injectStyles$8(context) {
|
|
2149
2149
|
for (let o in __cssModules$8) {
|
|
2150
2150
|
this[o] = __cssModules$8[o];
|