Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
50468d0f
Commit
50468d0f
authored
Mar 15, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉部门
parent
f65a7a91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
edit.vue
src/views/daily/zdgzap/edit.vue
+4
-4
index.vue
src/views/daily/zdgzap/index.vue
+1
-1
No files found.
src/views/daily/zdgzap/edit.vue
View file @
50468d0f
...
@@ -15,19 +15,19 @@
...
@@ -15,19 +15,19 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
12
"
>
<el-col
:span=
"
24
"
>
<el-form-item
label=
"发布日期"
ref=
"fbrq"
prop=
"fbrq"
>
<el-form-item
label=
"发布日期"
ref=
"fbrq"
prop=
"fbrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.fbrq"
placeholder=
"选择日期"
>
v-model=
"form.fbrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<!--
<el-col
:span=
"12"
>
<el-form-item
label=
"发布部门"
ref=
"bmid"
prop=
"bmid"
>
<el-form-item
label=
"发布部门"
ref=
"bmid"
prop=
"bmid"
>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.bmid"
></el-input>
-->
<RelSelect
v-model=
"form.bmid"
:readonly=
"readonly"
style=
"width: 100%;"
src=
'jcsj/common/bm/queryBm'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}">
</RelSelect>
<RelSelect
v-model=
"form.bmid"
:readonly=
"readonly"
style=
"width: 100%;"
src=
'jcsj/common/bm/queryBm'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}">
</RelSelect>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
-->
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<!--
<el-col
:span=
"12"
>
<!--
<el-col
:span=
"12"
>
...
...
src/views/daily/zdgzap/index.vue
View file @
50468d0f
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
{
label
:
"标题"
,
prop
:
"title"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"标题"
,
prop
:
"title"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"发布日期"
,
prop
:
"fbrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"发布日期"
,
prop
:
"fbrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"发布部门"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
192
},
//
{label: "发布部门", prop: "bmName", fieldType: "ftString",width:192},
{
label
:
"附件数"
,
prop
:
"attachcount"
,
fieldType
:
"int"
},
{
label
:
"附件数"
,
prop
:
"attachcount"
,
fieldType
:
"int"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
...
...
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