sooyie-task 0.0.12 → 0.0.13
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/{edit-CrE2B7M0.mjs → edit-BW7MTmN4.mjs} +9 -6
- package/dist/index.mjs +2 -2
- package/dist/{info-ORF5-jXV.mjs → info-B4yEuD0P.mjs} +676 -694
- package/dts/src/views/task/task-define/add.vue.d.ts +1 -1
- package/dts/src/views/task/task-define-rel/add.vue.d.ts +1 -1
- package/dts/src/views/task/task-inst/edit.vue.d.ts +1 -1
- package/dts/src/views/task/task-inst/report.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as W, ref as k, reactive as S, onMounted as X, resolveComponent as r, createElementBlock as
|
|
1
|
+
import { defineComponent as W, ref as k, reactive as S, onMounted as X, resolveComponent as r, createElementBlock as b, openBlock as g, createVNode as t, withCtx as o, createElementVNode as Z, unref as n, createTextVNode as V, toDisplayString as h, Fragment as x, renderList as ee } from "vue";
|
|
2
2
|
import "element-plus";
|
|
3
3
|
import { useRoute as te, useRouter as ae } from "vue-router";
|
|
4
4
|
import { useI18n as le } from "vue-i18n";
|
|
@@ -120,7 +120,7 @@ const re = { class: "app-container" }, Ve = /* @__PURE__ */ W({
|
|
|
120
120
|
}
|
|
121
121
|
return (e, a) => {
|
|
122
122
|
const f = r("el-input"), d = r("el-form-item"), u = r("el-col"), _ = r("jmash-select"), y = r("el-date-picker"), B = r("jmash-enum-radio"), C = r("el-button"), z = r("CircleClose"), O = r("el-icon"), G = r("el-row"), H = r("el-form"), $ = r("el-tab-pane"), J = r("el-tabs"), K = r("el-card"), Q = r("jmash-multi-upload");
|
|
123
|
-
return
|
|
123
|
+
return g(), b("div", re, [
|
|
124
124
|
t(K, { shadow: "never" }, {
|
|
125
125
|
default: o(() => [
|
|
126
126
|
t(J, {
|
|
@@ -179,7 +179,8 @@ const re = { class: "app-container" }, Ve = /* @__PURE__ */ W({
|
|
|
179
179
|
data: n(m).taskSortTypeEnum.values,
|
|
180
180
|
placeholder: e.$t("taskDefine.taskSort"),
|
|
181
181
|
class: "w-full",
|
|
182
|
-
clearable: ""
|
|
182
|
+
clearable: "",
|
|
183
|
+
disabled: ""
|
|
183
184
|
}, null, 8, ["modelValue", "data", "placeholder"])
|
|
184
185
|
]),
|
|
185
186
|
_: 1
|
|
@@ -287,7 +288,8 @@ const re = { class: "app-container" }, Ve = /* @__PURE__ */ W({
|
|
|
287
288
|
t(B, {
|
|
288
289
|
modelValue: n(l).overdueStatus,
|
|
289
290
|
"onUpdate:modelValue": a[6] || (a[6] = (s) => n(l).overdueStatus = s),
|
|
290
|
-
data: n(m).overdueStatusDict.values
|
|
291
|
+
data: n(m).overdueStatusDict.values,
|
|
292
|
+
disabled: ""
|
|
291
293
|
}, null, 8, ["modelValue", "data"])
|
|
292
294
|
]),
|
|
293
295
|
_: 1
|
|
@@ -308,7 +310,8 @@ const re = { class: "app-container" }, Ve = /* @__PURE__ */ W({
|
|
|
308
310
|
data: n(m).taskInspectTypeDict.values,
|
|
309
311
|
placeholder: e.$t("taskDefine.actionIdRequired"),
|
|
310
312
|
clearable: "",
|
|
311
|
-
class: "w-full"
|
|
313
|
+
class: "w-full",
|
|
314
|
+
disabled: ""
|
|
312
315
|
}, null, 8, ["modelValue", "data", "placeholder"])
|
|
313
316
|
]),
|
|
314
317
|
_: 1
|
|
@@ -359,7 +362,7 @@ const re = { class: "app-container" }, Ve = /* @__PURE__ */ W({
|
|
|
359
362
|
}, 8, ["label"]),
|
|
360
363
|
t(d, null, {
|
|
361
364
|
default: o(() => [
|
|
362
|
-
(
|
|
365
|
+
(g(!0), b(x, null, ee(n(l).fileInfo, (s, R) => (g(), b("div", {
|
|
363
366
|
key: R,
|
|
364
367
|
class: "files-list"
|
|
365
368
|
}, [
|
package/dist/index.mjs
CHANGED
|
@@ -214,7 +214,7 @@ function bs(e) {
|
|
|
214
214
|
let s = e.global.getLocaleMessage("en");
|
|
215
215
|
s = pt(s, Os), e.global.setLocaleMessage("zh-cn", t), e.global.setLocaleMessage("en", s);
|
|
216
216
|
}
|
|
217
|
-
const Is = () => import("./edit-
|
|
217
|
+
const Is = () => import("./edit-BW7MTmN4.mjs"), xs = () => import("./info-B4yEuD0P.mjs"), Ns = [
|
|
218
218
|
{
|
|
219
219
|
path: "/task",
|
|
220
220
|
component: Ms,
|
|
@@ -2828,7 +2828,7 @@ const Pi = {
|
|
|
2828
2828
|
}
|
|
2829
2829
|
};
|
|
2830
2830
|
}
|
|
2831
|
-
}, Wi = /* @__PURE__ */ Object.assign({ "./views/task/task-define-rel/add.vue": () => import("./add-DNvfhqVb.mjs").then((e) => e.b), "./views/task/task-define-rel/index.vue": () => import("./index-DjzQMg24.mjs"), "./views/task/task-define/add.vue": () => import("./add-D9Kj8pyv.mjs"), "./views/task/task-define/edit.vue": () => import("./edit-
|
|
2831
|
+
}, Wi = /* @__PURE__ */ Object.assign({ "./views/task/task-define-rel/add.vue": () => import("./add-DNvfhqVb.mjs").then((e) => e.b), "./views/task/task-define-rel/index.vue": () => import("./index-DjzQMg24.mjs"), "./views/task/task-define/add.vue": () => import("./add-D9Kj8pyv.mjs"), "./views/task/task-define/edit.vue": () => import("./edit-BW7MTmN4.mjs"), "./views/task/task-define/index.vue": () => import("./index-Ix1e1zzg.mjs"), "./views/task/task-inst/edit.vue": () => import("./edit-CCHq3Xp5.mjs"), "./views/task/task-inst/index.vue": () => import("./index-muG16Xa0.mjs"), "./views/task/task-inst/info.vue": () => import("./info-B4yEuD0P.mjs"), "./views/task/task-inst/report-info.vue": () => import("./report-info-Dsc2rhWy.mjs").then((e) => e.r), "./views/task/task-inst/report.vue": () => import("./report-Bi_FQqhd.mjs").then((e) => e.r), "./views/task/task-task/index.vue": () => import("./index-4CZobjlQ.mjs") }), Ci = {
|
|
2832
2832
|
install(e) {
|
|
2833
2833
|
vs(Wi, 7), bs(Ys), ps(Ns), e.use(Pi);
|
|
2834
2834
|
}
|