Commit 7d70f0dc by panziyi

Gitset修改

parent f0991555
......@@ -297,7 +297,9 @@ export default {
],
"bopmod.szflg":[
{type: "string", required: true, message: "必输项"},
],
......
......@@ -2,7 +2,7 @@
<div class="eibs-tab">
<el-col :span="11">
<c-col :span="24">
<el-form-item label="Cover Message MT 202" label-width="400px" style="margin-left:-120px">
<el-form-item label="Cover Message MT 202" label-width="200px" >
</el-form-item>
</c-col>
......
......@@ -2,7 +2,7 @@
<div class="eibs-tab">
<el-col :span="11">
<c-col :span="24">
<el-form-item label="Details for Message MT 756" label-width="400px" style="margin-left:-120px">
<el-form-item label="Details for Message MT 756" label-width="200px" >
</el-form-item>
</c-col>
<c-col :span="24">
......
......@@ -3,7 +3,7 @@
<!-- S0000012 : 申报类型 -->
<c-col :span="12" style="margin-top: 20px">
<c-col :span="20">
<el-form-item label="申报类型">
<el-form-item label="申报类型" prop="bopmod.szflg">
<c-select
v-model="model.bopmod.szflg"
style="width: 100%"
......
......@@ -208,13 +208,13 @@ const ReviewRouter = [
{ path: "Cptcan", component: ReviewCptcan, name: "ReviewCptcan", meta: { title: "复核-Cptcan" } },
{ path: "Cptrep", component: ReviewCptrep, name: "ReviewCptrep", meta: { title: "复核-Cptrep" } },
{ path: "getcrq", component: ReviewBctacc, name: "ReviewGetcrq", meta: { title: "复核-Getcrq" } },
{ path: "getcan", component: ReviewBctame, name: "ReviewGetcan", meta: { title: "复核-Getcan" } },
{ path: "gitcrq", component: ReviewBctcan, name: "ReviewGitcrq", meta: { title: "复核-Gitcrq" } },
{ path: "gitcan", component: ReviewBctdav, name: "ReviewGitcan", meta: { title: "复核-Gitcan" } },
{ path: "gitset", component: ReviewBctdor, name: "ReviewGitset", meta: { title: "复核-Gitset" } },
{ path: "gitcrj", component: ReviewBctrad, name: "ReviewGitcrj", meta: { title: "复核-Gitcrj" } },
{ path: "gctcan", component: ReviewBctsel, name: "ReviewGctcan", meta: { title: "复核-Gctcan" } },
{ path: "getcrq", component: ReviewGetcrq, name: "ReviewGetcrq", meta: { title: "复核-Getcrq" } },
{ path: "getcan", component: ReviewGetcan, name: "ReviewGetcan", meta: { title: "复核-Getcan" } },
{ path: "gitcrq", component: ReviewGitcrq, name: "ReviewGitcrq", meta: { title: "复核-Gitcrq" } },
{ path: "gitcan", component: ReviewGitcan, name: "ReviewGitcan", meta: { title: "复核-Gitcan" } },
{ path: "gitset", component: ReviewGitset, name: "ReviewGitset", meta: { title: "复核-Gitset" } },
{ path: "gitcrj", component: ReviewGitcrj, name: "ReviewGitcrj", meta: { title: "复核-Gitcrj" } },
{ path: "gctcan", component: ReviewGctcan, name: "ReviewGctcan", meta: { title: "复核-Gctcan" } },
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment