Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 792ccee5
authored
Apr 10, 2024
by
peiqiQQQ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
ed3a6a9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
src/views/demandManagement/Detail.vue
src/views/demandManagement/Detail.vue
View file @
792ccee
...
...
@@ -22,6 +22,7 @@
<
script
>
import
Form
from
'@/components/Form.vue'
import
{
buildType
}
from
'@/utils/dictionary'
export
default
{
components
:
{
Form
,
},
props
:
{
...
...
@@ -74,9 +75,18 @@ export default {
disabled
:
true
,
},
{
label
:
'建设类型'
,
// label文字
prop
:
'buildType'
,
// 字段名
element
:
'el-select'
,
// 指定elementui组件
options
:
buildType
,
placeholder
:
''
,
disabled
:
true
,
},
{
label
:
'审核状态'
,
// label文字
prop
:
'approveState'
,
// 字段名
element
:
'el-select'
,
// 指定elementui组件
placeholder
:
''
,
options
:
[
{
label
:
'新建'
,
value
:
'1'
},
{
label
:
'审批中'
,
value
:
'2'
},
...
...
@@ -90,7 +100,7 @@ export default {
prop
:
'remark'
,
// 字段名
type
:
'textarea'
,
element
:
'el-input'
,
// 指定elementui组件
placeholder
:
'
请输入内容
'
,
// elementui组件属性
placeholder
:
''
,
// elementui组件属性
span
:
24
,
disabled
:
true
,
},
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment