sctj-components 1.0.16 → 1.0.18
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/lib/sctj-components.es.js +16 -13
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import VueOfficePdf from "@vue-office/pdf";
|
|
|
3
3
|
import VueOfficeDocx from "@vue-office/docx";
|
|
4
4
|
import VueOfficeExcel from "@vue-office/excel";
|
|
5
5
|
import { View, Download, Delete, Plus, Picture, Loading, UploadFilled, QuestionFilled } from "@element-plus/icons-vue";
|
|
6
|
-
import { ElMessage, ElLoading, ElButton, ElIcon
|
|
6
|
+
import { ElMessage, ElLoading, ElMessageBox, ElButton, ElIcon } from "element-plus";
|
|
7
7
|
import * as echarts from "echarts";
|
|
8
8
|
import { throttle, isEqual } from "lodash";
|
|
9
9
|
import flvjs from "flv.js";
|
|
@@ -130,7 +130,7 @@ const _sfc_main$p = {
|
|
|
130
130
|
};
|
|
131
131
|
const index$2 = "";
|
|
132
132
|
const index$1 = "";
|
|
133
|
-
const
|
|
133
|
+
const index_vue_vue_type_style_index_0_scoped_392c966d_lang = "";
|
|
134
134
|
const index_vue_vue_type_style_index_1_lang = "";
|
|
135
135
|
const _hoisted_1$i = { class: "upload-file" };
|
|
136
136
|
const _hoisted_2$b = { class: "el-upload__tip" };
|
|
@@ -149,7 +149,7 @@ const _sfc_main$o = {
|
|
|
149
149
|
},
|
|
150
150
|
fileSize: {
|
|
151
151
|
type: Number,
|
|
152
|
-
default:
|
|
152
|
+
default: 200
|
|
153
153
|
},
|
|
154
154
|
fileType: {
|
|
155
155
|
type: Array,
|
|
@@ -510,8 +510,8 @@ const _sfc_main$o = {
|
|
|
510
510
|
};
|
|
511
511
|
}
|
|
512
512
|
};
|
|
513
|
-
const SCTJFileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-
|
|
514
|
-
const
|
|
513
|
+
const SCTJFileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-392c966d"]]);
|
|
514
|
+
const index_vue_vue_type_style_index_0_scoped_68e409aa_lang = "";
|
|
515
515
|
const _hoisted_1$h = { class: "component-upload-image" };
|
|
516
516
|
const _hoisted_2$a = {
|
|
517
517
|
key: 0,
|
|
@@ -533,7 +533,7 @@ const _sfc_main$n = {
|
|
|
533
533
|
},
|
|
534
534
|
fileSize: {
|
|
535
535
|
type: Number,
|
|
536
|
-
default:
|
|
536
|
+
default: 10
|
|
537
537
|
},
|
|
538
538
|
fileType: {
|
|
539
539
|
type: Array,
|
|
@@ -802,7 +802,7 @@ const _sfc_main$n = {
|
|
|
802
802
|
};
|
|
803
803
|
}
|
|
804
804
|
};
|
|
805
|
-
const SCTJImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
805
|
+
const SCTJImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-68e409aa"]]);
|
|
806
806
|
const index_vue_vue_type_style_index_0_scoped_bebc33d5_lang = "";
|
|
807
807
|
const _hoisted_1$g = { class: "image-slot" };
|
|
808
808
|
const _sfc_main$m = {
|
|
@@ -1877,8 +1877,8 @@ const _sfc_main$f = {
|
|
|
1877
1877
|
}
|
|
1878
1878
|
};
|
|
1879
1879
|
const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-056cfdde"]]);
|
|
1880
|
-
const
|
|
1881
|
-
const _withScopeId$4 = (n) => (pushScopeId("data-v-
|
|
1880
|
+
const index_vue_vue_type_style_index_0_scoped_bddbbe41_lang = "";
|
|
1881
|
+
const _withScopeId$4 = (n) => (pushScopeId("data-v-bddbbe41"), n = n(), popScopeId(), n);
|
|
1882
1882
|
const _hoisted_1$a = {
|
|
1883
1883
|
key: 0,
|
|
1884
1884
|
class: "search-container"
|
|
@@ -1967,7 +1967,11 @@ const _sfc_main$e = {
|
|
|
1967
1967
|
const { queryParams } = toRefs(data);
|
|
1968
1968
|
const tagDeleteAll = async () => {
|
|
1969
1969
|
var _a;
|
|
1970
|
-
await
|
|
1970
|
+
await ElMessageBox.confirm("\u60A8\u786E\u5B9A\u8981\u5168\u90E8\u5220\u9664\u5417\uFF1F", "\u63D0\u793A", {
|
|
1971
|
+
confirmButtonText: "\u786E\u5B9A",
|
|
1972
|
+
cancelButtonText: "\u53D6\u6D88",
|
|
1973
|
+
type: "warning"
|
|
1974
|
+
});
|
|
1971
1975
|
selectDataList.value = [];
|
|
1972
1976
|
(_a = tableRef.value) == null ? void 0 : _a.clearSelection();
|
|
1973
1977
|
};
|
|
@@ -2112,7 +2116,6 @@ const _sfc_main$e = {
|
|
|
2112
2116
|
const _component_el_form = resolveComponent("el-form");
|
|
2113
2117
|
const _component_el_card = resolveComponent("el-card");
|
|
2114
2118
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
2115
|
-
const _component_dict_tag = resolveComponent("dict-tag");
|
|
2116
2119
|
const _component_el_table = resolveComponent("el-table");
|
|
2117
2120
|
const _component_el_pagination = resolveComponent("el-pagination");
|
|
2118
2121
|
const _component_el_tag = resolveComponent("el-tag");
|
|
@@ -2275,7 +2278,7 @@ const _sfc_main$e = {
|
|
|
2275
2278
|
"show-overflow-tooltip": ""
|
|
2276
2279
|
}), {
|
|
2277
2280
|
default: withCtx((scope) => [
|
|
2278
|
-
createVNode(
|
|
2281
|
+
createVNode(SCTJDictTag, {
|
|
2279
2282
|
options: item.dict,
|
|
2280
2283
|
value: scope.row[item.prop]
|
|
2281
2284
|
}, null, 8, ["options", "value"])
|
|
@@ -2382,7 +2385,7 @@ const _sfc_main$e = {
|
|
|
2382
2385
|
};
|
|
2383
2386
|
}
|
|
2384
2387
|
};
|
|
2385
|
-
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
2388
|
+
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-bddbbe41"]]);
|
|
2386
2389
|
const _sfc_main$d = {
|
|
2387
2390
|
__name: "index",
|
|
2388
2391
|
setup(__props) {
|