@ailaw/venus 1.249.0 → 1.250.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
|
@@ -2074,7 +2074,7 @@ var render$8 = function() {
|
|
|
2074
2074
|
return _vm.changeVal("assigneeTypeList", $event);
|
|
2075
2075
|
} }, model: { value: _vm.value.assigneeTypeList, callback: function($$v) {
|
|
2076
2076
|
_vm.$set(_vm.value, "assigneeTypeList", $$v);
|
|
2077
|
-
}, expression: "value.assigneeTypeList" } }, [_c("a-checkbox", { attrs: { "value": "BENEFICIARY" } }, [_vm._v(_vm._s(_vm.$t("message.Beneficiary")))]), _c("a-checkbox", { attrs: { "value": "PETITIONER" } }, [_vm._v(_vm._s(_vm.$t("message.petitioner")))])], 1)], 1)], 1) : _vm._e(), _c("ant-form-item", { attrs: { "required": "", "label": _vm.$t("message.type"), "help": _vm.typeError ? _vm.$t("message.required") : void 0, "validate-status": _vm.typeError ? "error" : void 0 } }, [_vm.value.generalTaskType !== _vm.TaskTypes.worksheet ? _c("ant-radio-group", { attrs: { "disabled": _vm.value.presetDocs != null || _vm.disabled, "value": _vm.value.generalTaskType }, on: { "change": function($event) {
|
|
2077
|
+
}, expression: "value.assigneeTypeList" } }, [_c("a-checkbox", { attrs: { "value": "BENEFICIARY", "disabled": _vm.value.isEmployee === "BENEFICIARY" } }, [_vm._v(_vm._s(_vm.$t("message.Beneficiary")))]), _c("a-checkbox", { attrs: { "value": "PETITIONER", "disabled": _vm.value.isEmployee === "PETITIONER" } }, [_vm._v(_vm._s(_vm.$t("message.petitioner")))])], 1)], 1)], 1) : _vm._e(), _c("ant-form-item", { attrs: { "required": "", "label": _vm.$t("message.type"), "help": _vm.typeError ? _vm.$t("message.required") : void 0, "validate-status": _vm.typeError ? "error" : void 0 } }, [_vm.value.generalTaskType !== _vm.TaskTypes.worksheet ? _c("ant-radio-group", { attrs: { "disabled": _vm.value.presetDocs != null || _vm.disabled, "value": _vm.value.generalTaskType }, on: { "change": function($event) {
|
|
2078
2078
|
return _vm.changeVal("generalTaskType", $event.target.value);
|
|
2079
2079
|
} } }, [_c("ant-radio", { attrs: { "value": _vm.TaskTypes.clientUpload } }, [_vm._v(" " + _vm._s(_vm.$t("message.clientUpload")) + " ")]), _c("ant-radio", { attrs: { "value": _vm.TaskTypes.clientReview, "disabled": _vm.isAttorneySelected } }, [_vm._v(" " + _vm._s(_vm.$t("message.clientReview")) + " ")])], 1) : _c("div", [_vm._v(_vm._s(_vm.$t("message.worksheet")))])], 1), _c("ant-form-item", { attrs: { "label": "" + _vm.$t("message.descriptions") + " (" + _vm.$t("message.optional") + ")" } }, [_c("ant-textarea", { attrs: { "disabled": _vm.disabled, "value": _vm.value.descriptions }, on: { "input": function($event) {
|
|
2080
2080
|
return _vm.changeVal("descriptions", $event.target.value);
|
|
@@ -2089,7 +2089,7 @@ var render$8 = function() {
|
|
|
2089
2089
|
var staticRenderFns$8 = [];
|
|
2090
2090
|
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
2091
2091
|
const __cssModules$8 = {};
|
|
2092
|
-
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "
|
|
2092
|
+
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "6595530d", null, null);
|
|
2093
2093
|
function __vue2_injectStyles$8(context) {
|
|
2094
2094
|
for (let o in __cssModules$8) {
|
|
2095
2095
|
this[o] = __cssModules$8[o];
|