style:增加注释
Showing
19 changed files
with
110 additions
and
15 deletions
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-07-13 16:42:17 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div> | 7 | <div> |
3 | <el-form :model="ruleForm" ref="ruleForm" label-width="100px"> | 8 | <el-form :model="ruleForm" ref="ruleForm" label-width="100px"> |
... | @@ -26,9 +31,9 @@ | ... | @@ -26,9 +31,9 @@ |
26 | </template> | 31 | </template> |
27 | 32 | ||
28 | <script> | 33 | <script> |
29 | import { getUuid, judgeSort, realMove, findParents, removeTreeListItem } from '@/utils/operation' | 34 | import { getUuid, judgeSort, realMove, findParents, removeTreeListItem } from '@/utils/operation' |
30 | import { editDictNode, getChildDictList } from '@/api/user' | 35 | import { editDictNode, getChildDictList } from '@/api/user' |
31 | export default { | 36 | export default { |
32 | props: { | 37 | props: { |
33 | formData: { | 38 | formData: { |
34 | type: Object, | 39 | type: Object, |
... | @@ -315,13 +320,13 @@ export default { | ... | @@ -315,13 +320,13 @@ export default { |
315 | this.keyList = id | 320 | this.keyList = id |
316 | } | 321 | } |
317 | } | 322 | } |
318 | } | 323 | } |
319 | </script> | 324 | </script> |
320 | <style rel="stylesheet/scss" lang="scss" scoped> | 325 | <style rel="stylesheet/scss" lang="scss" scoped> |
321 | @import "~@/styles/dialogBoxheader.scss"; | 326 | @import "~@/styles/dialogBoxheader.scss"; |
322 | 327 | ||
323 | /deep/.el-radio { | 328 | /deep/.el-radio { |
324 | margin-right: 5px !important; | 329 | margin-right: 5px !important; |
325 | } | 330 | } |
326 | </style> | 331 | </style> |
327 | 332 | ... | ... |
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-07-13 16:31:56 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="from-clues"> | 7 | <div class="from-clues"> |
3 | <!-- 表单部分 --> | 8 | <!-- 表单部分 --> |
... | @@ -33,11 +38,11 @@ | ... | @@ -33,11 +38,11 @@ |
33 | </div> | 38 | </div> |
34 | </template> | 39 | </template> |
35 | <script> | 40 | <script> |
36 | import table from "@/utils/mixin/table" | 41 | import table from "@/utils/mixin/table" |
37 | import { getQlxxDictList, getChildDictList, refreshDictCache } from "@/api/user.js" | 42 | import { getQlxxDictList, getChildDictList, refreshDictCache } from "@/api/user.js" |
38 | import { datas, sendThis } from "./dictionaries" | 43 | import { datas, sendThis } from "./dictionaries" |
39 | import editDialog from "./components/editDialog.vue" | 44 | import editDialog from "./components/editDialog.vue" |
40 | export default { | 45 | export default { |
41 | name: "dictionaries", | 46 | name: "dictionaries", |
42 | components: { | 47 | components: { |
43 | editDialog | 48 | editDialog |
... | @@ -109,8 +114,8 @@ export default { | ... | @@ -109,8 +114,8 @@ export default { |
109 | this.$popupDialog("字典信息", "system/dictionaries/components/editDialog", this.details) | 114 | this.$popupDialog("字典信息", "system/dictionaries/components/editDialog", this.details) |
110 | } | 115 | } |
111 | } | 116 | } |
112 | } | 117 | } |
113 | </script> | 118 | </script> |
114 | <style scoped lang="scss"> | 119 | <style scoped lang="scss"> |
115 | @import "~@/styles/public.scss"; | 120 | @import "~@/styles/public.scss"; |
116 | </style> | 121 | </style> | ... | ... |
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-07-13 16:42:26 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <el-form ref="ruleForm" :model="ruleForm" label-width="100px" :rules="rules"> | 7 | <el-form ref="ruleForm" :model="ruleForm" label-width="100px" :rules="rules"> |
3 | <el-row> | 8 | <el-row> | ... | ... |
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-07-13 16:31:05 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="from-clues"> | 7 | <div class="from-clues"> |
3 | <!-- 表单部分 --> | 8 | <!-- 表单部分 --> |
... | @@ -198,7 +203,7 @@ | ... | @@ -198,7 +203,7 @@ |
198 | "/djbworkFrameview?bsmSlsq=" + | 203 | "/djbworkFrameview?bsmSlsq=" + |
199 | item.bsmSlsq + | 204 | item.bsmSlsq + |
200 | "&bestepid=" + | 205 | "&bestepid=" + |
201 | item.bestepid+ | 206 | item.bestepid + |
202 | "&bsmBusiness=" + | 207 | "&bsmBusiness=" + |
203 | "&viewtype=1" | 208 | "&viewtype=1" |
204 | ); | 209 | ); | ... | ... |
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-07-13 15:23:28 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="from-clues"> | 7 | <div class="from-clues"> |
3 | <el-tabs type="card" v-model="activeName" @tab-click="handleTabClick" v-if="!isJump"> | 8 | <el-tabs type="card" v-model="activeName" @tab-click="handleTabClick" v-if="!isJump"> | ... | ... |
-
Please register or sign in to post a comment