提交 c55035da 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 更新插件包sy-ty

上级 a89c35e9
...@@ -57,18 +57,18 @@ const Js = hA({ ...@@ -57,18 +57,18 @@ const Js = hA({
}, { }, {
title: "审批部门", title: "审批部门",
key: "deptName", key: "deptName",
width: 200, width: 180,
resizable: !0 resizable: !0
}, { }, {
title: "处理环节", title: "处理环节",
key: "nodeName", key: "nodeName",
width: 250, width: 200,
resizable: !0, resizable: !0,
className: "clhj" className: "clhj"
}, { }, {
title: "审批(递交时间)", title: "审批(递交时间)",
key: "time", key: "time",
width: 180, width: 150,
resizable: !0 resizable: !0
}, { }, {
title: "审批动作", title: "审批动作",
...@@ -77,7 +77,8 @@ const Js = hA({ ...@@ -77,7 +77,8 @@ const Js = hA({
resizable: !0 resizable: !0
}, { }, {
title: "审批意见", title: "审批意见",
key: "comment" key: "comment",
minWidth: 100
}]); }]);
wi(() => { wi(() => {
var o, c; var o, c;
......
{ {
"name": "@ibiz-template-plugin/sy-ty", "name": "@ibiz-template-plugin/sy-ty",
"version": "0.0.1-beta.1", "version": "0.0.3",
"description": "ibiz full-dynamic-vue 苏研通用", "description": "ibiz full-dynamic-vue 苏研通用",
"author": "chitanda", "author": "chitanda",
"license": "MIT", "license": "MIT",
...@@ -23,18 +23,19 @@ ...@@ -23,18 +23,19 @@
"publish:npm": "npm run build && npm publish --access public" "publish:npm": "npm run build && npm publish --access public"
}, },
"dependencies": { "dependencies": {
"@ibiz-template/command": "0.0.1-syui.1", "@ibiz-template/command": "^0.0.1-syui.1",
"@ibiz-template/controller": "0.0.1-syui.3", "@ibiz-template/controller": "^0.0.1-syui.3",
"@ibiz-template/core": "0.0.1-syui.3", "@ibiz-template/core": "^0.0.1-syui.3",
"@ibiz-template/model": "0.0.1-syui.3", "@ibiz-template/model": "^0.0.1-syui.3",
"@ibiz-template/runtime": "0.0.1-syui.3", "@ibiz-template/runtime": "^0.0.1-syui.3",
"@ibiz-template/service": "0.0.1-syui.3", "@ibiz-template/service": "^0.0.1-syui.3",
"@ibiz-template/theme": "0.0.1-syui.4", "@ibiz-template/theme": "^0.0.1-syui.7",
"@ibiz-template/vue-util": "0.0.1-syui.3", "@ibiz-template/vue-util": "^0.0.1-syui.3",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"axios": "^1.1.3", "axios": "^1.1.3",
"core-js": "3", "core-js": "3",
"dayjs": "^1.11.6", "dayjs": "^1.11.6",
"html2canvas": "^1.4.1",
"js-base64": "^3.7.4", "js-base64": "^3.7.4",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"pluralize": "^8.0.0", "pluralize": "^8.0.0",
...@@ -42,8 +43,7 @@ ...@@ -42,8 +43,7 @@
"qx-util": "^0.4.8", "qx-util": "^0.4.8",
"ramda": "^0.28.0", "ramda": "^0.28.0",
"vue": "^2.7.14", "vue": "^2.7.14",
"vue-router": "^3.6.5", "vue-router": "^3.6.5"
"html2canvas": "^1.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"@ibiz-template/command": "^0.0.1-beta.50", "@ibiz-template/command": "^0.0.1-beta.50",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册