Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
30c180b4
Commit
30c180b4
authored
Jan 23, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 界面修改
parent
e37bd62e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
28 deletions
+22
-28
src/views/details/project.vue
+0
-0
src/views/resources/page/account.vue
+22
-28
No files found.
src/views/details/project.vue
View file @
30c180b4
This diff is collapsed.
Click to expand it.
src/views/resources/page/account.vue
View file @
30c180b4
...
...
@@ -9,7 +9,8 @@
<label
class=
"five"
>
项目名称:
</label>
<el-input
placeholder=
"请输入企业名称"
v-model=
"project_name"
>
</el-input>
</li>
<li>
<!--
<li></li>
-->
<!--
<li>
<label
class=
"five"
>
项目所在地:
</label>
<el-select
v-model=
"district"
clearable
placeholder=
"请选择"
>
<el-option
v-for=
"item in options7"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -22,18 +23,22 @@
<el-option
v-for=
"item in options8"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</li>
-->
<li>
<label
class=
"br five "
>
投资方
<br
/>
所在地:
</label>
<el-cascader
v-model=
"investor_district"
:options=
"options6"
:props=
"
{
value: 'value',
label: 'label',
checkStrictly: true,
}"
placeholder=""
>
</el-cascader>
</li>
<li
style=
"display: flex;align-items: center;"
>
<label
class=
"four"
>
所属行业:
</label>
<!--
<el-select
v-model=
"industry"
clearable
placeholder=
"请选择"
>
<el-option
v-for=
"item in options"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
-->
<el-cascader
v-model=
"industry"
:options=
"options_industry"
...
...
@@ -59,19 +64,8 @@
<label
class=
"five"
>
投资方名称:
</label>
<el-input
placeholder=
"请输入"
v-model=
"investor_name"
>
</el-input>
</li>
<li>
<label
class=
"br five "
>
投资方
<br
/>
所在地:
</label>
<el-cascader
v-model=
"investor_district"
:options=
"options6"
:props=
"
{
value: 'value',
label: 'label',
checkStrictly: true,
}"
placeholder=""
>
</el-cascader>
</li>
<!--
<li></li>
-->
<li>
<label
class=
"five"
>
项目进展:
</label>
<el-select
v-model=
"project_progress"
clearable
placeholder=
"请选择"
>
...
...
@@ -152,20 +146,20 @@
:label=
"'项目' + '\r\n' + '所在地'"
>
</el-table-column>
<el-table-column
<
!-- <
el-table-column
:show-overflow-tooltip="true"
prop="development_area"
class-name="long-text"
:label="'所属' + '\r\n' + '开发区'"
>
</el-table-column>
<el-table-column
</el-table-column>
-->
<
!-- <
el-table-column
:show-overflow-tooltip="true"
prop="attract_name"
class-name="long-text"
:label="'引资方' + '\r\n' + '名称'"
>
</el-table-column>
</el-table-column>
-->
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"investor_name"
...
...
@@ -752,7 +746,7 @@ export default {
justify-content
:
space-between
;
align-items
:
center
;
li
{
flex
:
0
0
18
%
;
flex
:
0
0
20
%
;
display
:
flex
;
justify-content
:
flex-start
;
font-size
:
16px
;
...
...
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