4b339df0 by tianhaohao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents a9e2d713 efc87d57
......@@ -126,7 +126,7 @@ export const asyncRoutes = [
component: () => import('@/views/ywbl/ybx/ybx.vue'),
name: 'ybx',
meta: { title: '已办箱' }
}, {
}, {
path: 'ycsl',
id: '24',
parentId: '2',
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-21 09:55:21
* @LastEditTime: 2024-01-22 14:59:51
*/
//流程环节操作按钮
export function getForm (tabName) {
let form;
if (tabName == 0) return
switch (tabName) {
case "zdjbxx":
form = require("@/views/registerBook/zdjbxx.vue");
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-12 09:41:27
* @LastEditTime: 2024-01-22 14:56:43
*/
/**
* @description: 流程环节操作按钮
......@@ -10,6 +10,7 @@
*/
export function getForm (tabName) {
let form;
if (tabName == 0) return
switch (tabName) {
case "tdsyqslxx":
form = require("@/views/ywbl/slsqxx/tdsyq/slxx.vue");
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-22 11:02:34
* @LastEditTime: 2024-01-22 14:57:22
-->
<template>
<div class="container">
......