style:受理信息
Showing
6 changed files
with
3 additions
and
2 deletions
... | @@ -3,7 +3,7 @@ export function getForm (tabName) { | ... | @@ -3,7 +3,7 @@ export function getForm (tabName) { |
3 | let form; | 3 | let form; |
4 | switch (tabName) { | 4 | switch (tabName) { |
5 | case "slxx": | 5 | case "slxx": |
6 | form = require("@/views/workflow/components/slxx.vue"); | 6 | form = require("@/views/ywbl/jsydsyq/slxx.vue"); |
7 | break; | 7 | break; |
8 | case "slxxCfdj": | 8 | case "slxxCfdj": |
9 | form = require("@/views/workflow/components/slxxCfdj.vue"); | 9 | form = require("@/views/workflow/components/slxxCfdj.vue"); | ... | ... |
src/views/ywbl/fwsyq/1.vue
deleted
100644 → 0
File mode changed
src/views/ywbl/fwsyq/slxx.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ywbl/jsydsyq/1.vue
deleted
100644 → 0
File mode changed
1 | <template> | 1 | <template> |
2 | <!-- 受理信息 --> | ||
2 | <div class="slxx"> | 3 | <div class="slxx"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" :label-position="flag ? 'top' : ''" :inline="flag" | 4 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" :label-position="flag ? 'top' : ''" :inline="flag" |
4 | label-width="120px"> | 5 | label-width="120px"> |
... | @@ -162,7 +163,7 @@ | ... | @@ -162,7 +163,7 @@ |
162 | </div> | 163 | </div> |
163 | </template> | 164 | </template> |
164 | <script> | 165 | <script> |
165 | import InformationTable from "./InformationTable"; | 166 | import InformationTable from "@/views/workflow/components/InformationTable"; |
166 | import { Init, fristReg } from "@/api/jsydsyqFlow.js"; | 167 | import { Init, fristReg } from "@/api/jsydsyqFlow.js"; |
167 | import { mapGetters } from "vuex"; | 168 | import { mapGetters } from "vuex"; |
168 | export default { | 169 | export default { | ... | ... |
src/views/ywbl/jsydysq/1.vue
deleted
100644 → 0
File mode changed
-
Please register or sign in to post a comment