Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
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
徐俊
yn-science-front
Commits
b0dd6179
Commit
b0dd6179
authored
5 months ago
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
3cf03229
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
info.vue
src/views/basicSetting/person/info.vue
+1
-1
infoEdit.vue
src/views/basicSetting/unit/components/infoEdit.vue
+3
-3
index.vue
src/views/report/expert/index.vue
+1
-1
No files found.
src/views/basicSetting/person/info.vue
View file @
b0dd6179
...
...
@@ -90,7 +90,7 @@ import infoEdit from '@/views/basicSetting/person/components/infoEdit'
import
moment
from
'moment'
export
default
{
name
:
'per
sonInfo
'
,
name
:
'per
InfoEdit
'
,
components
:
{
infoEdit
},
...
...
This diff is collapsed.
Click to expand it.
src/views/basicSetting/unit/components/infoEdit.vue
View file @
b0dd6179
...
...
@@ -11,7 +11,7 @@
</a-form-model-item>
</a-col>
</a-row>
<a-row>
<
!--
<
a-row>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"required"
>
单位类型
</div>
</a-col>
...
...
@@ -20,7 +20,7 @@
<base-select
v-model=
"formData.unitType"
:type=
"6"
:isAll=
"true"
/>
</a-form-model-item>
</a-col>
</a-row>
</a-row>
-->
<a-row>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"required"
>
单位地址
</div>
...
...
@@ -274,7 +274,7 @@ export default {
return
{
rules
:
{
unitName
:
[{
required
:
true
,
message
:
'*'
}],
unitType
:
[{
required
:
true
,
message
:
'*'
}],
//
unitType: [{ required: true, message: '*' }],
unitAddress
:
[{
required
:
true
,
message
:
'*'
}],
linkName
:
[{
required
:
true
,
message
:
'*'
}],
telephone
:
[{
required
:
true
,
message
:
'*'
}],
...
...
This diff is collapsed.
Click to expand it.
src/views/report/expert/index.vue
View file @
b0dd6179
...
...
@@ -88,7 +88,7 @@ import expertEdit from './components/expertEdit';
import
expertImport
from
'./components/expertImport'
;
export
default
{
name
:
'expert
Manager
'
,
name
:
'expert
Report
'
,
components
:
{
expertView
,
expertEdit
,
expertImport
},
data
()
{
return
{
...
...
This diff is collapsed.
Click to expand it.
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