hd-idevvue3 3.0.0 → 3.0.1
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/README.md +22 -191
- package/dist/index.html +17 -0
- package/package.json +13 -9
- package/pnpm-lock.yaml +5593 -0
- package/src/App.vue +15 -0
- package/src/assets/sound/notify.wav +0 -0
- package/src/demo/demo.vue +43 -0
- package/src/demo/dropdemo.vue +43 -0
- package/src/demo/extsets.vue +107 -0
- package/src/demo/formedit.vue +145 -0
- package/src/demo/hightquery.vue +169 -0
- package/src/demo/inlineedit.vue +88 -0
- package/src/demo/selfdrop.vue +41 -0
- package/src/demo//350/241/214/345/206/205/347/272/247/350/201/224.txt +2 -0
- package/src/directive/el-dragDialog/drag.js +124 -0
- package/src/directive/el-dragDialog/index.js +13 -0
- package/src/errorLog.js +14 -0
- package/src/hdcom/BigGrid.js +173 -0
- package/src/hdcom/BillShow.vue +90 -0
- package/src/hdcom/BillUpload.vue +253 -0
- package/src/hdcom/BtnRight.vue +98 -0
- package/src/hdcom/ErrHint.vue +30 -0
- package/src/hdcom/ExtendColumn.vue +108 -0
- package/src/hdcom/ExtendCommon.js +29 -0
- package/src/hdcom/ExtendForm.vue +114 -0
- package/src/hdcom/FacePicUpload.vue +71 -0
- package/src/hdcom/FaceRecTest.vue +104 -0
- package/src/hdcom/GridChart.vue +194 -0
- package/src/hdcom/GridExField.vue +281 -0
- package/src/hdcom/GridShow.vue +238 -0
- package/src/hdcom/HdAside.vue +178 -0
- package/src/hdcom/HdBtn.vue +113 -0
- package/src/hdcom/HdButton.vue +137 -0
- package/src/hdcom/HdComFaceRec.vue +58 -0
- package/src/hdcom/HdComGrid.vue +776 -0
- package/src/hdcom/HdComQuery.vue +273 -0
- package/src/hdcom/HdComQueryDetail.vue +161 -0
- package/src/hdcom/HdComSortDetail.vue +155 -0
- package/src/hdcom/HdDatePicker.vue +78 -0
- package/src/hdcom/HdDialog.vue +63 -0
- package/src/hdcom/HdDrop.vue +163 -0
- package/src/hdcom/HdFileUpload.vue +148 -0
- package/src/hdcom/HdFilterBox.vue +90 -0
- package/src/hdcom/HdFooter.vue +149 -0
- package/src/hdcom/HdForm.vue +278 -0
- package/src/hdcom/HdFormBtn.vue +89 -0
- package/src/hdcom/HdFormItem.vue +35 -0
- package/src/hdcom/HdGctosGrid +0 -0
- package/src/hdcom/HdGrid.vue +825 -0
- package/src/hdcom/HdGridEditBtn.vue +44 -0
- package/src/hdcom/HdGridExt.js +219 -0
- package/src/hdcom/HdGridSel.vue +223 -0
- package/src/hdcom/HdHeader.vue +148 -0
- package/src/hdcom/HdHotKey.vue +81 -0
- package/src/hdcom/HdInputHint.vue +49 -0
- package/src/hdcom/HdMain.vue +43 -0
- package/src/hdcom/HdMessage.vue +192 -0
- package/src/hdcom/HdNum.vue +69 -0
- package/src/hdcom/HdPopSel.vue +58 -0
- package/src/hdcom/HdRightMenu.vue +61 -0
- package/src/hdcom/HdSel/SelGridFieldcod.vue +36 -0
- package/src/hdcom/HdTableColumn.vue +334 -0
- package/src/hdcom/HdTempSave.vue +140 -0
- package/src/hdcom/HdTree.vue +86 -0
- package/src/hdcom/HdTreeTable/eval.js +32 -0
- package/src/hdcom/HdTreeTable/index.vue +174 -0
- package/src/hdcom/ImportExcel.vue +143 -0
- package/src/hdcom/PdfShow.vue +266 -0
- package/src/hdcom/index.js +80 -0
- package/src/idev.common.js +72 -0
- package/src/index.js +13 -0
- package/src/utils/HdQuery.js +54 -0
- package/src/utils/comutils.js +98 -0
- package/src/utils/utils.js +105 -0
- package/src/vendor/Blob.js +179 -0
- package/src/vendor/Export2Excel.js +220 -0
- package/src/vendor/Export2Zip.js +22 -0
- package/src/views/layout/AppMain.vue +32 -0
- package/src/views/layout/HdLayout.vue +78 -0
- package/src/views/layout/header/ElasticSearch.vue +225 -0
- package/src/views/layout/header/HZRecorder.js +231 -0
- package/src/views/layout/header/HeaderSearch.vue +198 -0
- package/src/views/layout/header/Levelbar.vue +49 -0
- package/src/views/layout/header/MainHeader.vue +271 -0
- package/src/views/layout/header/Navbar.vue +105 -0
- package/src/views/layout/header/ScrollPane.vue +81 -0
- package/src/views/layout/header/TagsView.vue +210 -0
- package/src/views/layout/header/VocRec.vue +97 -0
- package/src/views/layout/header/changepswform.vue +96 -0
- package/src/views/layout/index.js +12 -0
- package/src/views/layout/menu/Hamburger.vue +45 -0
- package/src/views/layout/menu/HdMenu.vue +167 -0
- package/src/views/layout/menu/css/menu.css +288 -0
- package/src/views/layout/menu/index.vue +25 -0
- package/src/views/privilege/commsg/commsg.vue +78 -0
- package/src/views/privilege/commsg/commsgOrgn.vue +42 -0
- package/src/views/privilege/commsg/commsgRole.vue +149 -0
- package/src/views/privilege/commsg/commsgform.vue +160 -0
- package/src/views/privilege/commsg/commsgiframe.vue +33 -0
- package/src/views/privilege/commsg/commsgto.vue +120 -0
- package/src/views/privilege/commsg/commsgtoform.vue +108 -0
- package/src/views/privilege/commsg/commsgtrans.vue +155 -0
- package/src/views/privilege/exfield/comexcolumn.vue +71 -0
- package/src/views/privilege/exfield/comexcolumnform.vue +101 -0
- package/src/views/privilege/exfield/comexfield.vue +31 -0
- package/src/views/privilege/exfield/comexfieldform.vue +94 -0
- package/src/views/privilege/exfield/comexfieldsub.vue +72 -0
- package/src/views/privilege/index.js +42 -0
- package/src/views/privilege/menu/comMenu.vue +41 -0
- package/src/views/privilege/menu/menu.vue +133 -0
- package/src/views/privilege/menu/menuinfo.vue +56 -0
- package/src/views/privilege/menu/rolelist.vue +47 -0
- package/src/views/privilege/menu/userlist.vue +49 -0
- package/src/views/privilege/mobile/authmobileupdate.vue +69 -0
- package/src/views/privilege/mobile/authmobileupdateform.vue +90 -0
- package/src/views/privilege/orgDept/authOrgn.vue +96 -0
- package/src/views/privilege/orgDept/authorgnform.vue +145 -0
- package/src/views/privilege/orgDept/orgDept.vue +37 -0
- package/src/views/privilege/orgDept/orgTree.vue +88 -0
- package/src/views/privilege/orgDept/orgnselect.vue +134 -0
- package/src/views/privilege/personDept/authuser.vue +123 -0
- package/src/views/privilege/personDept/authuserform.vue +154 -0
- package/src/views/privilege/personDept/facerec.vue +117 -0
- package/src/views/privilege/personDept/orgncascader.vue +125 -0
- package/src/views/privilege/personDept/personDept.vue +31 -0
- package/src/views/privilege/quartz/comquartzjob.vue +65 -0
- package/src/views/privilege/quartz/comquartzjobform.vue +99 -0
- package/src/views/privilege/quartz/comquartzlog.vue +59 -0
- package/src/views/privilege/role/btnRole.vue +117 -0
- package/src/views/privilege/role/menuRole.vue +64 -0
- package/src/views/privilege/role/orgnRole.vue +56 -0
- package/src/views/privilege/role/role.vue +67 -0
- package/src/views/privilege/role/rolelist.vue +67 -0
- package/src/views/privilege/role/roleselect.vue +57 -0
- package/src/views/privilege/search/comsearch.vue +105 -0
- package/src/views/privilege/search/menu.vue +52 -0
- package/src/views/privilege/syscode/syscode.vue +103 -0
- package/src/views/privilege/syscode/sysfield.vue +66 -0
- package/src/views/privilege/syscode/sysfieldframe.vue +30 -0
- package/src/views/privilege/syslog/menulog.vue +52 -0
- package/src/views/privilege/syslog/syslog.vue +115 -0
- package/src/views/privilege/syslog/syslogconfig.vue +61 -0
- package/src/views/privilege/syslog/syslogform.vue +83 -0
- package/src/views/privilege/syslog/syslogframe.vue +26 -0
- package/src/views/privilege/userRole/userRole.vue +122 -0
- package/src/views/privilege.zip +0 -0
- package/vite.config.js +118 -0
- package/.babelrc +0 -17
- package/.editorconfig +0 -14
- package/.eslintignore +0 -3
- package/.npminstall.done +0 -1
- package/.postcssrc.js +0 -8
- package/LICENSE +0 -21
- package/Listening +0 -28
- package/build/build.js +0 -70
- package/build/check-versions.js +0 -45
- package/build/config.js +0 -81
- package/build/dev-client.js +0 -9
- package/build/dev-server.js +0 -93
- package/build/utils.js +0 -78
- package/build/vue-loader.conf.js +0 -12
- package/build/webpack.common.js +0 -37
- package/build/webpack.component.js +0 -36
- package/build/webpack.prod.conf.js +0 -38
- package/components.json +0 -8
- package/conf.js +0 -42
- package/config/dev.env.js +0 -6
- package/config/index.js +0 -43
- package/config/prod.env.js +0 -6
- package/config/sit.env.js +0 -6
- package/favicon.ico +0 -0
- package/jsdoc-vue.js +0 -12
- package/lib/0.index.js +0 -12573
- package/lib/1.index.js +0 -6
- package/lib/2.index.js +0 -2
- package/lib/idev.common.js +0 -1
- package/lib/idv8.common.js +0 -1
- package/lib/index.js +0 -49170
- package/lib/js/ErrHint.js +0 -1
- package/lib/js/HdAside.js +0 -1
- package/lib/js/HdBtn.js +0 -1
- package/lib/js/HdButton.js +0 -1
- package/lib/js/HdComFaceRec.js +0 -1
- package/lib/js/HdComGrid.js +0 -1
- package/lib/js/HdDatePicker.js +0 -1
- package/lib/js/HdDialog.js +0 -1
- package/lib/js/HdDrop.js +0 -1
- package/lib/js/HdFileUpload.js +0 -1
- package/lib/js/HdFooter.js +0 -1
- package/lib/js/HdForm.js +0 -1
- package/lib/js/HdFormBtn.js +0 -1
- package/lib/js/HdFormItem.js +0 -1
- package/lib/js/HdGrid.js +0 -1
- package/lib/js/HdGridEditBtn.js +0 -1
- package/lib/js/HdGridSel.js +0 -1
- package/lib/js/HdHeader.js +0 -1
- package/lib/js/HdHotkey.js +0 -1
- package/lib/js/HdLayout.js +0 -1
- package/lib/js/HdMain.js +0 -1
- package/lib/js/HdMessage.js +0 -1
- package/lib/js/HdNum.js +0 -1
- package/lib/js/HdPopSel.js +0 -1
- package/lib/js/HdSearch.js +0 -1
- package/lib/js/HdTableColumn.js +0 -1
- package/lib/js/HdTempSave.js +0 -1
- package/lib/js/HdTree.js +0 -1
- package/lib/js/HdTreeTable.js +0 -1
- package/lib/js/authmobileupdate.js +0 -1
- package/lib/js/comexfield.js +0 -1
- package/lib/js/commsg.js +0 -1
- package/lib/js/commsgto.js +0 -1
- package/lib/js/comquartzjob.js +0 -1
- package/lib/js/comquartzlog.js +0 -1
- package/lib/js/comsearch.js +0 -1
- package/lib/js/menu.js +0 -1
- package/lib/js/menuinfo.js +0 -1
- package/lib/js/orgDept.js +0 -1
- package/lib/js/orgTree.js +0 -1
- package/lib/js/personDept.js +0 -1
- package/lib/js/role.js +0 -1
- package/lib/js/sysfieldframe.js +0 -1
- package/lib/js/syslog.js +0 -1
- package/lib/js/syslogframe.js +0 -1
- package/lib/js/userRole.js +0 -1
- package/npminstall-debug.log +0 -200
- package/ytgvue.rar +0 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-container>
|
|
3
|
+
<el-aside style="border-right: 1px solid #eee" width="260px">
|
|
4
|
+
<hd-tree :data="data" @node-click="handleNodeClick" node-key="id"></hd-tree>
|
|
5
|
+
</el-aside>
|
|
6
|
+
<el-main>
|
|
7
|
+
|
|
8
|
+
<hd-com-grid :hdQuery="hdQuery" ref="grid" url="/webresources/login/privilege/SysLog/" visualScroll
|
|
9
|
+
:pageSizes="[100,500,1000,5000,10000]" @row-dblclick="row=>this.$refs.syslogform.show(row.logId)">
|
|
10
|
+
<div class="filter-container" slot="query">
|
|
11
|
+
<el-input @keyup.enter.native="$refs.grid.doQuery()" class="filter-item" :placeholder="$t('实体名、修改人')"
|
|
12
|
+
style="width: 200px;"
|
|
13
|
+
v-model="hdQuery.query.anyQuery">
|
|
14
|
+
</el-input>
|
|
15
|
+
<el-button @click="$refs.grid.doRemoveAll()" class="filter-item" keyType="del" ref="del"
|
|
16
|
+
type="danger">{{$t('删除')}}
|
|
17
|
+
</el-button>
|
|
18
|
+
</div>
|
|
19
|
+
<el-table-column align="center" fixed="right" label="操作" width="60px">
|
|
20
|
+
<template slot-scope="scope">
|
|
21
|
+
<hd-btn @click.stop="$refs.grid.doRemove(scope.row)" hint="删除" icon="el-icon-delete">
|
|
22
|
+
{{$t('删除')}}
|
|
23
|
+
</hd-btn>
|
|
24
|
+
<hd-btn @click.stop="$refs.syslogform.show(scope.row.logId)" hint="查看" icon="el-icon-search">
|
|
25
|
+
{{$t('查看')}}
|
|
26
|
+
</hd-btn>
|
|
27
|
+
</template>
|
|
28
|
+
</el-table-column>
|
|
29
|
+
<!-- <el-table-column label="详细" type="expand">
|
|
30
|
+
<template slot-scope="props">
|
|
31
|
+
|
|
32
|
+
<div style="width: 800px;word-wrap:break-word;">{{ props.row.logContent }}</div>
|
|
33
|
+
|
|
34
|
+
</template>
|
|
35
|
+
</el-table-column>-->
|
|
36
|
+
<el-table-column align="left" header-align="center" label="实体名" prop="entityName" sortable
|
|
37
|
+
width="350px">
|
|
38
|
+
</el-table-column>
|
|
39
|
+
<el-table-column align="left" header-align="center" label="菜单名" prop="menuName" sortable
|
|
40
|
+
width="100px">
|
|
41
|
+
</el-table-column>
|
|
42
|
+
<el-table-column align="left" header-align="center" label="修改人" prop="recNam" sortable
|
|
43
|
+
width="140px">
|
|
44
|
+
</el-table-column>
|
|
45
|
+
<el-table-column align="left" header-align="center" label="日志类型" prop="logTypeStr" sortable
|
|
46
|
+
width="100px">
|
|
47
|
+
</el-table-column>
|
|
48
|
+
<el-table-column align="left" header-align="center" label="ip及路径" prop="userIp" sortable
|
|
49
|
+
width="180px">
|
|
50
|
+
</el-table-column>
|
|
51
|
+
|
|
52
|
+
</hd-com-grid>
|
|
53
|
+
</el-main>
|
|
54
|
+
<syslogform ref="syslogform"></syslogform>
|
|
55
|
+
</el-container>
|
|
56
|
+
</template>
|
|
57
|
+
<script>
|
|
58
|
+
|
|
59
|
+
import Syslogform from "./syslogform";
|
|
60
|
+
|
|
61
|
+
export default {
|
|
62
|
+
components: {Syslogform},
|
|
63
|
+
data() {
|
|
64
|
+
return {
|
|
65
|
+
data: [],
|
|
66
|
+
parentId: '', // 选中的树节点
|
|
67
|
+
hdQuery: new HdQuery(this)
|
|
68
|
+
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
mounted() {
|
|
72
|
+
this.doQuery()
|
|
73
|
+
// this.$refs.grid.doEdit = function () { 重写doEdit
|
|
74
|
+
// console.info(this.$options.name)
|
|
75
|
+
// }
|
|
76
|
+
},
|
|
77
|
+
methods: {
|
|
78
|
+
doQuery() {
|
|
79
|
+
this.$http.post('/webresources/login/privilege/AuthPrivilege/getAllTree').then(response => {
|
|
80
|
+
this.data = response.data
|
|
81
|
+
})
|
|
82
|
+
},
|
|
83
|
+
doListQuery() {
|
|
84
|
+
this.hdQuery.query.menuId = this.parentId
|
|
85
|
+
this.$refs.grid.doQuery()
|
|
86
|
+
},
|
|
87
|
+
handleNodeClick(obj) {
|
|
88
|
+
this.parentId = obj.id
|
|
89
|
+
this.doListQuery()
|
|
90
|
+
},
|
|
91
|
+
doEdit(row) {
|
|
92
|
+
if (!row && !this.parentId) { // 新增
|
|
93
|
+
this.$message({
|
|
94
|
+
type: 'error',
|
|
95
|
+
message: this.$t('未选择数据')
|
|
96
|
+
})
|
|
97
|
+
return false
|
|
98
|
+
}
|
|
99
|
+
// 调用父组件的
|
|
100
|
+
this.$refs.grid.doEdit(row)
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
computed: {// 给外层v-model赋值
|
|
104
|
+
validate() {
|
|
105
|
+
return {text: [{message: this.$t('权限名必填'), required: true}, {max: 50, message: this.$t('名称长度不能超过50个字符')}]}
|
|
106
|
+
},
|
|
107
|
+
findUrl() { // 因为查询的路径和默认的不一致,如果代码生成器生成其实不需要写
|
|
108
|
+
return '/webresources/login/privilege/AuthPrivilege/find'
|
|
109
|
+
},
|
|
110
|
+
findoneUrl() { // 需要关联节点,所以需要写url,普通列表也不需要写
|
|
111
|
+
return '/webresources/login/privilegeVue/findone?parentId=' + this.parentId
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
</script>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-container>
|
|
3
|
+
<el-main>
|
|
4
|
+
<hd-com-grid ref="grid" :hdQuery="hdQuery" url="/webresources/login/privilege/SysLogConfigVue"
|
|
5
|
+
noCopy="codeId">
|
|
6
|
+
<div class="filter-container" slot="query">
|
|
7
|
+
<el-input @keyup.enter.native="$refs.grid.doQuery()" suffix-icon="el-icon-search"
|
|
8
|
+
style="width: 200px;float:right;"
|
|
9
|
+
class="filter-item" :placeholder="$t('名称、代码')"
|
|
10
|
+
v-model="hdQuery.query.anyQuery">
|
|
11
|
+
</el-input>
|
|
12
|
+
<el-button class="filter-item" @click="$refs.grid.doEdit('')" type="primary" keyType="add">{{$t('新增')}}
|
|
13
|
+
</el-button>
|
|
14
|
+
<el-button class="filter-item" @click="$refs.grid.doRemoveAll()" type="danger" keyType="del">{{$t('删除')}}
|
|
15
|
+
</el-button>
|
|
16
|
+
<el-button class="filter-item" @click="$refs.grid.doSaveAll()" type="danger" keyType="save">{{$t('保存')}}
|
|
17
|
+
</el-button>
|
|
18
|
+
</div>
|
|
19
|
+
<el-table-column width="60px" align="center" label="操作" fixed="right">
|
|
20
|
+
<template slot-scope="scope">
|
|
21
|
+
<hd-btn icon="el-icon-edit" hint="编辑" @click.stop="$refs.grid.doEdit(scope.row)" v-if="!scope.row.isEdit">
|
|
22
|
+
</hd-btn>
|
|
23
|
+
<hd-btn hint="撤销" @click.stop="$refs.grid.doCancel(scope.row,scope.$index)" v-if="scope.row.isEdit">
|
|
24
|
+
<svg-icon icon-class="undo"/>
|
|
25
|
+
</hd-btn>
|
|
26
|
+
<hd-btn icon="el-icon-check" hint="保存" @click.stop="$refs.grid.doSave(scope.row)" v-if="scope.row.isEdit">
|
|
27
|
+
</hd-btn>
|
|
28
|
+
<hd-btn icon="el-icon-delete" hint="删除" @click.stop="$refs.grid.doRemove(scope.row)"
|
|
29
|
+
v-if="!scope.row.isEdit">
|
|
30
|
+
</hd-btn>
|
|
31
|
+
</template>
|
|
32
|
+
</el-table-column>
|
|
33
|
+
<el-table-column width="120px" align="left" header-align="center" label="名称" prop="entyName" sortable
|
|
34
|
+
:rules="$r(1,0,36)">
|
|
35
|
+
</el-table-column>
|
|
36
|
+
<el-table-column width="420px" align="left" header-align="center" label="实体Code" prop="entyCode" sortable
|
|
37
|
+
:rules="$r(1,0,150)">
|
|
38
|
+
</el-table-column>
|
|
39
|
+
<el-table-column align="center" label="开启日志" prop="isLog" sortable input="el-switch" width="100px"
|
|
40
|
+
:inputProp='{activeValue:"1", inactiveValue:"0"}' :inputFormat='$ckFt'>
|
|
41
|
+
</el-table-column>
|
|
42
|
+
</hd-com-grid>
|
|
43
|
+
</el-main>
|
|
44
|
+
</el-container>
|
|
45
|
+
</template>
|
|
46
|
+
<script>
|
|
47
|
+
export default {
|
|
48
|
+
data() {
|
|
49
|
+
return {
|
|
50
|
+
hdQuery: new HdQuery(this)
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
// mounted() {
|
|
54
|
+
// this.doQuery()
|
|
55
|
+
// },
|
|
56
|
+
props: {},
|
|
57
|
+
methods: {},
|
|
58
|
+
computed: {// 给外层v-model赋值
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
</script>
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-dialog title="编辑" :visible.sync="visible" width='60%'>
|
|
3
|
+
<el-form label-width="100px" :model="hdform" ref="hdform">
|
|
4
|
+
<el-row>
|
|
5
|
+
|
|
6
|
+
<el-col :span="8" :xs="16">
|
|
7
|
+
<el-form-item label = "实体名" prop="entityName" :rules="$r(0,0,256)">
|
|
8
|
+
<el-input type="text" v-model="hdform.entityName" ></el-input>
|
|
9
|
+
</el-form-item>
|
|
10
|
+
</el-col>
|
|
11
|
+
<el-col :span="8" :xs="16">
|
|
12
|
+
<el-form-item label = "菜单名" prop="menuName">
|
|
13
|
+
<el-input type="text" v-model="hdform.menuName" ></el-input>
|
|
14
|
+
</el-form-item>
|
|
15
|
+
</el-col>
|
|
16
|
+
<el-col :span="8" :xs="16">
|
|
17
|
+
<el-form-item label = "日志类型" prop="logTypeStr" >
|
|
18
|
+
<el-input type="text" v-model="hdform.logTypeStr" ></el-input>
|
|
19
|
+
</el-form-item>
|
|
20
|
+
</el-col>
|
|
21
|
+
<el-col :span="24" :xs="16">
|
|
22
|
+
<el-form-item label = "日志内容" prop="logContent" >
|
|
23
|
+
<el-input type="textarea" :rows="10" v-model="hdform.logContent" ></el-input>
|
|
24
|
+
</el-form-item>
|
|
25
|
+
</el-col>
|
|
26
|
+
<el-col :span="16" :xs="16">
|
|
27
|
+
<el-form-item label = "ip及路径" prop="userIp" >
|
|
28
|
+
<el-input type="text" v-model="hdform.userIp" ></el-input>
|
|
29
|
+
</el-form-item>
|
|
30
|
+
</el-col>
|
|
31
|
+
<el-col :span="8" :xs="16">
|
|
32
|
+
<el-form-item label = "创建人" prop="recNam" >
|
|
33
|
+
<el-input type="text" v-model="hdform.recNam" ></el-input>
|
|
34
|
+
</el-form-item>
|
|
35
|
+
</el-col>
|
|
36
|
+
<el-col :span="8" :xs="16">
|
|
37
|
+
<el-form-item label = "创建时间" prop="recTim" >
|
|
38
|
+
<el-input type="text" v-model="hdform.recTim" ></el-input>
|
|
39
|
+
</el-form-item>
|
|
40
|
+
</el-col>
|
|
41
|
+
<el-col :span="8" :xs="16">
|
|
42
|
+
<el-form-item label = "修改人" prop="updNam" >
|
|
43
|
+
<el-input type="text" v-model="hdform.updNam" ></el-input>
|
|
44
|
+
</el-form-item>
|
|
45
|
+
</el-col>
|
|
46
|
+
<el-col :span="8" :xs="16">
|
|
47
|
+
<el-form-item label = "修改时间" prop="updTim">
|
|
48
|
+
<el-input type="text" v-model="hdform.updTim" ></el-input>
|
|
49
|
+
</el-form-item>
|
|
50
|
+
</el-col>
|
|
51
|
+
</el-row>
|
|
52
|
+
</el-form>
|
|
53
|
+
</el-dialog>
|
|
54
|
+
|
|
55
|
+
</template>
|
|
56
|
+
|
|
57
|
+
<script>
|
|
58
|
+
export default {
|
|
59
|
+
name: 'syslogform',
|
|
60
|
+
data() {
|
|
61
|
+
return {
|
|
62
|
+
hdform: {},
|
|
63
|
+
visible: false,
|
|
64
|
+
tsLoading: false,
|
|
65
|
+
loading: false
|
|
66
|
+
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
methods: {
|
|
70
|
+
show(logId) { // 换为本表主键
|
|
71
|
+
//弹窗重复使用时,清除校验项目
|
|
72
|
+
if (this.$refs['hdform'])
|
|
73
|
+
this.$refs['hdform'].resetFields()
|
|
74
|
+
this.visible = true
|
|
75
|
+
this.$http.get('/webresources/login/privilege/SysLog/findone?logId=' + logId).then(response => {
|
|
76
|
+
const data = response.data
|
|
77
|
+
this.hdform = data
|
|
78
|
+
})
|
|
79
|
+
},
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
</script>
|
|
83
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-container>
|
|
3
|
+
<el-aside width="70%" title="实体">
|
|
4
|
+
<syslogconfig></syslogconfig>
|
|
5
|
+
</el-aside>
|
|
6
|
+
<el-main>
|
|
7
|
+
<menulog></menulog>
|
|
8
|
+
</el-main>
|
|
9
|
+
|
|
10
|
+
</el-container>
|
|
11
|
+
</template>
|
|
12
|
+
<script>
|
|
13
|
+
import syslogconfig from './syslogconfig'
|
|
14
|
+
import menulog from './menulog'
|
|
15
|
+
|
|
16
|
+
export default {
|
|
17
|
+
components: {
|
|
18
|
+
syslogconfig, menulog
|
|
19
|
+
},
|
|
20
|
+
data() {
|
|
21
|
+
return {}
|
|
22
|
+
},
|
|
23
|
+
methods: {}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
</script>
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-container>
|
|
3
|
+
<el-aside width="50%">
|
|
4
|
+
<hd-com-grid :hdQuery="hdUserQuery" @row-click="rowClick" ckHide ref="pergrid"
|
|
5
|
+
url="/webresources/login/privilege/AuthUser">
|
|
6
|
+
<div class="filter-container" slot="query">
|
|
7
|
+
<el-input :placeholder="$t('姓名、账号')" @keyup.enter.native="$refs.pergrid.doQuery()" class="filter-item"
|
|
8
|
+
style="width: 180px;" v-model="hdUserQuery.query.name"></el-input>
|
|
9
|
+
<orgnselect :idVal.sync="hdUserQuery.query.orgnId" :placeholder="$t('选择部门')"
|
|
10
|
+
:txtVal.sync="hdUserQuery.query.orgnName" class="filter-item"
|
|
11
|
+
style="width:150px;display: inline-block"></orgnselect>
|
|
12
|
+
<roleselect :idVal.sync="hdUserQuery.query.roleId" :placeholder="$t('选择角色')"
|
|
13
|
+
:txtVal.sync="hdUserQuery.query.roleIdStr" class="filter-item"
|
|
14
|
+
style="width:150px;display: inline-block"></roleselect>
|
|
15
|
+
<el-button @click="$refs.pergrid.doQuery()" class="filter-item" keyType="query">{{$t('搜索')}}</el-button>
|
|
16
|
+
</div>
|
|
17
|
+
<el-table-column align="center" label="姓名" prop="name" sortable width="120px">
|
|
18
|
+
</el-table-column>
|
|
19
|
+
<el-table-column align="center" label="账号" prop="account" sortable width="120px">
|
|
20
|
+
</el-table-column>
|
|
21
|
+
<el-table-column :input="require('../orgDept/orgnselect').default" :inputFormat="(result, row)=>row.orgnName"
|
|
22
|
+
align="center" label="部门名称"
|
|
23
|
+
prop="orgnId" sortable
|
|
24
|
+
width="120px">
|
|
25
|
+
</el-table-column>
|
|
26
|
+
</hd-com-grid>
|
|
27
|
+
</el-aside>
|
|
28
|
+
<el-main>
|
|
29
|
+
<hd-com-grid :hdQuery="hdRoleQuery" :summary-method="getSummaries" ckHide
|
|
30
|
+
findUrl="/webresources/login/privilege/AuthRole/findRoleByUserId" notInit
|
|
31
|
+
ref="rolegrid"
|
|
32
|
+
show-summary url="/webresources/login/privilege/AuthRole/">
|
|
33
|
+
<el-table-column align="center" fixed="right" label="授权" prop="fix_btn" width="90">
|
|
34
|
+
<template slot-scope="scope">
|
|
35
|
+
<el-switch :active-value=true :inactive-value=false @change="updateUserRole(scope.row)"
|
|
36
|
+
v-model="scope.row.checked"></el-switch>
|
|
37
|
+
</template>
|
|
38
|
+
</el-table-column>
|
|
39
|
+
<div class="filter-container" slot="query">
|
|
40
|
+
<el-input :placeholder="$t('角色')" @keyup.enter.native="$refs.rolegrid.doQuery()" class="filter-item"
|
|
41
|
+
style="width: 180px;" v-model="hdRoleQuery.query.anyQuery"></el-input>
|
|
42
|
+
<el-radio-group @change="$refs.rolegrid.doQuery()" class="filter-item" size="mini"
|
|
43
|
+
v-model="hdRoleQuery.query.alreadyAuth">
|
|
44
|
+
<el-radio-button label="1">{{$t('已授权')}}</el-radio-button>
|
|
45
|
+
<el-radio-button label="0">{{$t('全部')}}</el-radio-button>
|
|
46
|
+
</el-radio-group>
|
|
47
|
+
<el-button @click="$refs.rolegrid.doQuery()" class="filter-item" keyType="query">搜索</el-button>
|
|
48
|
+
|
|
49
|
+
{{$t('该账号已授权')}}<span style="color:red;font-size: 18px">{{roleAuthNum}}</span>{{$t('个角色')}}
|
|
50
|
+
</div>
|
|
51
|
+
<el-table-column align="center" label="角色" prop="name" sortable width="120px"></el-table-column>
|
|
52
|
+
<el-table-column align="center" label="描述" prop="description" sortable width="120px"></el-table-column>
|
|
53
|
+
</hd-com-grid>
|
|
54
|
+
</el-main>
|
|
55
|
+
</el-container>
|
|
56
|
+
</template>
|
|
57
|
+
<script>
|
|
58
|
+
import orgnselect from '../orgDept/orgnselect'
|
|
59
|
+
import roleselect from '../role/roleselect'
|
|
60
|
+
|
|
61
|
+
export default {
|
|
62
|
+
components: {
|
|
63
|
+
orgnselect, roleselect
|
|
64
|
+
},
|
|
65
|
+
data() {
|
|
66
|
+
return {
|
|
67
|
+
hdUserQuery: new HdQuery(this),
|
|
68
|
+
hdRoleQuery: new HdQuery(this, 100),
|
|
69
|
+
userId: '',
|
|
70
|
+
roleFindUrl: '',
|
|
71
|
+
roleAuthNum: 0//已授权角色数
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
mounted() {
|
|
75
|
+
// this.doQuery()
|
|
76
|
+
},
|
|
77
|
+
methods: {
|
|
78
|
+
rowClick(row) {
|
|
79
|
+
// 显示loading框
|
|
80
|
+
this.userId = row.userId
|
|
81
|
+
this.hdRoleQuery.add('userId', row.userId)
|
|
82
|
+
this.findRoleAuthNum()
|
|
83
|
+
this.$refs.rolegrid.doQuery().then(() => {
|
|
84
|
+
//summary有时候显示不了,调用el-table的doLayout方法对el-table封装了2层,所以需要3个refs
|
|
85
|
+
this.$refs.rolegrid.$refs.hdgrid.$refs.ingrid.doLayout()
|
|
86
|
+
})
|
|
87
|
+
},
|
|
88
|
+
findRoleAuthNum() {
|
|
89
|
+
this.$http.post('/webresources/login/privilege/AuthRole/findRoleAuthNum', this.hdRoleQuery).then(response => {
|
|
90
|
+
this.roleAuthNum = response.data
|
|
91
|
+
})
|
|
92
|
+
},
|
|
93
|
+
updateUserRole(row) {
|
|
94
|
+
if (row.checked) {
|
|
95
|
+
this.$http.get(`/webresources/login/privilege/AuthRole/addRoleUser/${row.roleId}/${this.userId}`).then(response => {
|
|
96
|
+
this.roleAuthNum = this.roleAuthNum + 1
|
|
97
|
+
})
|
|
98
|
+
} else {
|
|
99
|
+
this.$http.get(`/webresources/login/privilege/AuthRole/removeRoleUser/${row.roleId}/${this.userId}`).then(response => {
|
|
100
|
+
this.roleAuthNum = this.roleAuthNum - 1
|
|
101
|
+
})
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
getSummaries(param) {
|
|
105
|
+
const {columns, data} = param;
|
|
106
|
+
const sums = [];
|
|
107
|
+
columns.forEach((column, index) => {
|
|
108
|
+
if (column.property == 'name') {
|
|
109
|
+
sums[index] = '已授权';
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
if (column.property == 'fix_btn') {
|
|
113
|
+
sums[index] = this.roleAuthNum
|
|
114
|
+
return;
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
return sums;
|
|
118
|
+
},
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
</script>
|
|
Binary file
|
package/vite.config.js
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { fileURLToPath, URL } from 'node:url'
|
|
2
|
+
|
|
3
|
+
import { defineConfig } from 'vite'
|
|
4
|
+
import vue from '@vitejs/plugin-vue'
|
|
5
|
+
import requireTransform from 'vite-plugin-require-transform';
|
|
6
|
+
|
|
7
|
+
import AutoImport from 'unplugin-auto-import/vite';
|
|
8
|
+
|
|
9
|
+
import postcssImport from 'postcss-import'
|
|
10
|
+
import autoprefixer from 'autoprefixer'
|
|
11
|
+
|
|
12
|
+
// https://vitejs.dev/config/
|
|
13
|
+
export default defineConfig({
|
|
14
|
+
plugins: [vue(),
|
|
15
|
+
requireTransform({
|
|
16
|
+
fileRegex: /.js$|.vue$/
|
|
17
|
+
}),
|
|
18
|
+
AutoImport({
|
|
19
|
+
imports: ['vue', 'vue-router']
|
|
20
|
+
})],
|
|
21
|
+
server: {
|
|
22
|
+
proxy: {
|
|
23
|
+
'/webresources/login/com/ComQuartzJob': 'http://localhost:8087/',
|
|
24
|
+
'/webresources/login/com/ComQuartzLog': 'http://localhost:8087/',
|
|
25
|
+
'/webresources': 'http://localhost:8080/',
|
|
26
|
+
'/interface': 'http://localhost:8086',
|
|
27
|
+
'/business': 'http://localhost:8081',
|
|
28
|
+
'/bct': 'http://localhost:8082',
|
|
29
|
+
'/lt': 'http://localhost:8083',
|
|
30
|
+
'/group': 'http://localhost:8084',
|
|
31
|
+
'/report': 'http://localhost:8085',
|
|
32
|
+
'/prs': 'http://localhost:8089',
|
|
33
|
+
// '/PrivilegeVueController': 'http://128.128.1.163:8080/',
|
|
34
|
+
'/PrivilegeVueController': 'http://localhost:8080/',
|
|
35
|
+
'/outernet': 'http://localhost:8080',
|
|
36
|
+
'/webroot/decision': {
|
|
37
|
+
target: 'http://128.128.1.77:8080/',
|
|
38
|
+
changeOrigin: true,
|
|
39
|
+
pathRewrite: { //当有统一path此处可不写,效果一样
|
|
40
|
+
'^/webroot/decision': '/decision' //重写接口
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
'/decision': 'http://128.128.1.77:8080/'
|
|
44
|
+
},
|
|
45
|
+
strictPort: true,
|
|
46
|
+
hrm: {
|
|
47
|
+
clientPort: 5173
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
resolve: {
|
|
51
|
+
extensions: ['.js', '.vue', '.json'],
|
|
52
|
+
alias: {
|
|
53
|
+
'~': fileURLToPath(new URL('./', import.meta.url)),
|
|
54
|
+
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
|
55
|
+
// 'idevvue$': 'X:/svn/HD_IDEV_FRAME/HD_IDEV_VUE_FRAME/lib/idv8.common.js',
|
|
56
|
+
'idevvue': fileURLToPath(new URL('./src/hdcom/idev.common.js', import.meta.url)),
|
|
57
|
+
// 'idevvue$': 'X:/svn/HD_IDEV_FRAME/HD_IDEV_VUE_FRAME/src/hdcom/index.js',
|
|
58
|
+
|
|
59
|
+
// 'idevvue$': 'idevvue/lib',
|
|
60
|
+
// 'idevvuejs': 'idevvue\\lib\\js',//按需加载
|
|
61
|
+
// 'idevvuejs': fileURLToPath(new URL('./src/views/privilege', import.meta.url)),//按需加载
|
|
62
|
+
|
|
63
|
+
// 'ytgvue$': 'ytgvue/lib',
|
|
64
|
+
// 'ytgvue$': '../../HD_YTG_GCTOS_WEB_PLUGIN/src',
|
|
65
|
+
'idevvuejs/HdLayout': fileURLToPath(new URL('./src/views/layout/HdLayout', import.meta.url)),
|
|
66
|
+
'idevvuejs/HdSearch': fileURLToPath(new URL('./src/views/layout/header/HeaderSearch', import.meta.url)),
|
|
67
|
+
'idevvuejs/sysfieldframe': fileURLToPath(new URL('./src/views/privilege/syscode/sysfieldframe', import.meta.url)),
|
|
68
|
+
'idevvuejs/menu': fileURLToPath(new URL('./src/views/privilege/menu/menu', import.meta.url)),
|
|
69
|
+
'idevvuejs/menuinfo': fileURLToPath(new URL('./src/views/privilege/menu/menuinfo', import.meta.url)),
|
|
70
|
+
'idevvuejs/userRole': fileURLToPath(new URL('./src/views/privilege/userRole/userRole', import.meta.url)),
|
|
71
|
+
'idevvuejs/role': fileURLToPath(new URL('./src/views/privilege/role/role', import.meta.url)),
|
|
72
|
+
'idevvuejs/orgDept': fileURLToPath(new URL('./src/views/privilege/orgDept/orgDept', import.meta.url)),
|
|
73
|
+
'idevvuejs/personDept': fileURLToPath(new URL('./src/views/privilege/personDept/personDept', import.meta.url)),
|
|
74
|
+
'idevvuejs/orgTree': fileURLToPath(new URL('./src/views/privilege/orgDept/orgTree.vue', import.meta.url)),
|
|
75
|
+
'idevvuejs/commsg': fileURLToPath(new URL('./src/views/privilege/commsg/commsg.vue', import.meta.url)),
|
|
76
|
+
'idevvuejs/commsgto': fileURLToPath(new URL('./src/views/privilege/commsg/commsgto.vue', import.meta.url)),
|
|
77
|
+
'idevvuejs/syslog': fileURLToPath(new URL('./src/views/privilege/syslog/syslog.vue', import.meta.url)),
|
|
78
|
+
'idevvuejs/syslogframe': fileURLToPath(new URL('./src/views/privilege/syslog/syslogframe.vue', import.meta.url)),
|
|
79
|
+
'idevvuejs/comquartzlog': fileURLToPath(new URL('./src/views/privilege/quartz/comquartzlog.vue', import.meta.url)),
|
|
80
|
+
'idevvuejs/comquartzjob': fileURLToPath(new URL('./src/views/privilege/quartz/comquartzjob.vue', import.meta.url)),
|
|
81
|
+
'idevvuejs/comsearch': fileURLToPath(new URL('./src/views/privilege/search/comsearch.vue', import.meta.url)),
|
|
82
|
+
'idevvuejs/authmobileupdate': fileURLToPath(new URL('./src/views/privilege/mobile/authmobileupdate.vue', import.meta.url)),
|
|
83
|
+
'idevvuejs/comexfield': fileURLToPath(new URL('./src/views/privilege/exfield/comexfield.vue', import.meta.url)),
|
|
84
|
+
|
|
85
|
+
'src': fileURLToPath(new URL('./src', import.meta.url)),
|
|
86
|
+
'assets': fileURLToPath(new URL('./src/assets', import.meta.url)),
|
|
87
|
+
'components': fileURLToPath(new URL('./src/components', import.meta.url)),
|
|
88
|
+
'views': fileURLToPath(new URL('./src/views', import.meta.url)),
|
|
89
|
+
'styles': fileURLToPath(new URL('./src/styles', import.meta.url)),
|
|
90
|
+
'api': fileURLToPath(new URL('./src/api', import.meta.url)),
|
|
91
|
+
'utils': fileURLToPath(new URL('./src/utils', import.meta.url)),
|
|
92
|
+
'store': fileURLToPath(new URL('./src/store', import.meta.url)),
|
|
93
|
+
'router': fileURLToPath(new URL('./src/router', import.meta.url)),
|
|
94
|
+
'mock': fileURLToPath(new URL('./src/mock', import.meta.url)),
|
|
95
|
+
'vendor': fileURLToPath(new URL('./src/vendor', import.meta.url)),
|
|
96
|
+
'static': fileURLToPath(new URL('./static', import.meta.url))
|
|
97
|
+
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
css: {
|
|
101
|
+
postcss: {
|
|
102
|
+
plugins: [
|
|
103
|
+
postcssImport,
|
|
104
|
+
autoprefixer({// 自动添加前缀
|
|
105
|
+
overrideBrowserslist: [
|
|
106
|
+
"Android 4.1",
|
|
107
|
+
"iOS 7.1",
|
|
108
|
+
"Chrome > 31",
|
|
109
|
+
"ff > 31",
|
|
110
|
+
"ie >= 8"
|
|
111
|
+
//'last 2 versions', // 所有主流浏览器最近2个版本
|
|
112
|
+
],
|
|
113
|
+
grid: true
|
|
114
|
+
})
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
})
|
package/.babelrc
DELETED
package/.editorconfig
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# http://editorconfig.org
|
|
2
|
-
root = true
|
|
3
|
-
|
|
4
|
-
[*]
|
|
5
|
-
charset = utf-8
|
|
6
|
-
indent_style = space
|
|
7
|
-
indent_size = 2
|
|
8
|
-
end_of_line = lf
|
|
9
|
-
insert_final_newline = true
|
|
10
|
-
trim_trailing_whitespace = true
|
|
11
|
-
|
|
12
|
-
[*.md]
|
|
13
|
-
insert_final_newline = false
|
|
14
|
-
trim_trailing_whitespace = false
|
package/.eslintignore
DELETED
package/.npminstall.done
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Fri Apr 13 2018 19:15:48 GMT+0800 (中国标准时间)
|
package/.postcssrc.js
DELETED
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2017 PanJiaChen
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
package/Listening
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
�������
|
|
2
|
-
|
|
3
|
-
AT ��������ض����ں�ʱ����������ͳ���
|
|
4
|
-
Ҫʹ�� AT ����ƻ�����������������С�
|
|
5
|
-
|
|
6
|
-
AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
|
|
7
|
-
AT [\\computername] time [/INTERACTIVE]
|
|
8
|
-
[ /EVERY:date[,...] | /NEXT:date[,...]] "command"
|
|
9
|
-
|
|
10
|
-
\\computername ָ��Զ�̼���������ʡ�����������
|
|
11
|
-
��ƻ��ڱ��ؼ�������������
|
|
12
|
-
id ָ�����Ѽƻ������ʶ��š�
|
|
13
|
-
/delete ɾ��ij���Ѽƻ���������ʡ�� id��
|
|
14
|
-
������������Ѽƻ�������ᱻɾ����
|
|
15
|
-
/yes ����Ҫ��һ��ȷ��ʱ����ɾ��������ҵ
|
|
16
|
-
������һ��ʹ�á�
|
|
17
|
-
time ָ�����������ʱ�䡣
|
|
18
|
-
/interactive ������ҵ������ʱ���뵱ʱ��¼���û�
|
|
19
|
-
����������
|
|
20
|
-
/every:date[,...] ָ����ÿ�ܻ�ÿ�µ��ض������������
|
|
21
|
-
���ʡ�����ڣ���Ĭ��Ϊ��ÿ�µ�
|
|
22
|
-
��������
|
|
23
|
-
/next:date[,...] ָ������һ��ָ������(�磬������)��
|
|
24
|
-
��������ʡ�����ڣ���Ĭ��Ϊ��ÿ
|
|
25
|
-
�µı������С�
|
|
26
|
-
"command" �����е� Windows NT �����������
|
|
27
|
-
����
|
|
28
|
-
|