Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
9ffa5e63
Commit
9ffa5e63
authored
Jun 28, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函显示
parent
78639211
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
118 additions
and
0 deletions
+118
-0
Detail.vue
src/views/Docpan/Detail.vue
+77
-0
DocRouter.js
src/views/Docpan/DocRouter.js
+8
-0
Show.vue
src/views/Docpan/Show.vue
+33
-0
No files found.
src/views/Docpan/Detail.vue
0 → 100644
View file @
9ffa5e63
<
template
>
<div>
<!--
<el-form>
<el-col
:span=
"12"
>
<el-form-item
label=
"Per Medium"
>
<c-select
v-model=
"model.didgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.avbby0"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Send Message to"
prop=
""
>
<c-input
v-model=
"model.didgrp.rec.tenmaxday"
:readnoly=
true
placeholder=
"请输入"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Form Set"
prop=
""
>
<c-input
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-form-item>
<el-col
:span=
"24"
>
<el-col
:span=
"16"
>
<c-input
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
<el-col
:span=
"4"
>
<c-input
style=
"margin-left:20px"
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"16"
>
<c-input
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
<el-col
:span=
"4"
>
<c-input
style=
"margin-left:20px"
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"16"
>
<c-input
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
<el-col
:span=
"4"
>
<c-input
style=
"margin-left:20px"
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"16"
>
<c-input
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
<el-col
:span=
"4"
>
<c-input
style=
"margin-left:20px"
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-col>
</el-col>
</el-col>
</el-form>
-->
</div>
</
template
>
<
script
>
import
CodeTable
from
"~/config/CodeTable"
import
Ditopn
from
"~/model/Ditopn"
export
default
{
data
(){
return
{
model
:
new
Ditopn
().
data
,
codes
:{
avbby0
:
CodeTable
.
avbby0
,
},
}
},
// methods:{...Event},
created
:
function
(){
}
}
</
script
>
<
style
>
</
style
>
src/views/Docpan/DocRouter.js
0 → 100644
View file @
9ffa5e63
import
Show
from
"./Show"
import
Detail
from
"./Detail"
const
BusRouter
=
[
{
path
:
'show'
,
component
:
Show
},
{
path
:
'detail'
,
component
:
Detail
},
]
export
default
BusRouter
\ No newline at end of file
src/views/Docpan/Show.vue
0 → 100644
View file @
9ffa5e63
<
template
>
<div>
<div
class=
"title"
>
面函列表
</div>
<div>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 16}"
placeholder="请输入原因"
v-model="model">
</c-input>
</div>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
export
default
{
data
(){
return
{
model
:
this
.
$route
.
query
.
model
,
}
},
mounted
()
{
console
.
log
(
this
.
$router
);
}
}
</
script
>
<
style
scoped
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment