Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enterprise-serevice-platform-web
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
张伯涛
enterprise-serevice-platform-web
Commits
ed883f0c
Commit
ed883f0c
authored
Oct 27, 2022
by
YangAo
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
58413 bug 修复
parent
66b37ce2
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
398 additions
and
198 deletions
+398
-198
policy-direct.js
src/store/modules/policy-direct.js
+20
-0
policyRecommendation.vue
src/views/PolicyDirect/components/policyRecommendation.vue
+369
-189
policySearchDetails.vue
src/views/PolicyDirect/components/policySearchDetails.vue
+1
-1
policySubscription.vue
src/views/PolicyDirect/components/policySubscription.vue
+8
-8
No files found.
src/store/modules/policy-direct.js
View file @
ed883f0c
...
...
@@ -13,12 +13,32 @@ const state = () => ({
},
{
prop
:
'policyIllustrationType'
,
key
:
'policy_illustration'
},
{
prop
:
'enterpriseType'
,
key
:
'enterprise_type'
},
{
prop
:
'enterpriseField'
,
key
:
'enterprise_field'
},
{
prop
:
'enterpriseQualifications'
,
key
:
'enterprise_qualifications'
},
{
prop
:
'enterpriseAblity'
,
key
:
'enterprise_ablity'
},
{
prop
:
'enterpriseNature'
,
key
:
'enterprise_nature'
}],
// 字典数据
policyTypeOptions
:
[],
// 政策类型
policyLevelOptions
:
[],
// 政策级别
industryTypeOptions
:
[],
// 产业类型
policyIllustrationTypeOptions
:
[],
// 政策图解类型
enterpriseTypeOptions
:
[],
// 企业类型
enterpriseFieldOptions
:
[],
// 企业所属领域
enterpriseQualificationsOptions
:
[],
// 企业资质
enterpriseAblityOptions
:
[],
// 企业技术能力
enterpriseNatureOptions
:
[],
// 企业性质
orderTypeOptions
:
[{
dictValue
:
0
,
dictLabel
:
'不排序'
...
...
src/views/PolicyDirect/components/policyRecommendation.vue
View file @
ed883f0c
This diff is collapsed.
Click to expand it.
src/views/PolicyDirect/components/policySearchDetails.vue
View file @
ed883f0c
...
...
@@ -196,7 +196,7 @@
</el-row>
</div>
<div
class=
"title-tips"
>
定性指标
</div>
<div
class=
"no-data-image"
>
<div
v-if=
"info.qualitativeIndicators === undefined || info.qualitativeIndicators === null || info.qualitativeIndicators.trim() === ''"
class=
"no-data-image"
>
<el-image
:src=
"ZanWuShuJu"
/>
</div>
<div
...
...
src/views/PolicyDirect/components/policySubscription.vue
View file @
ed883f0c
...
...
@@ -414,6 +414,8 @@ export default {
// 打开订阅添加弹窗
addSubscription
()
{
let
tempSelectTabIdList
=
[]
this
.
resetAddForm
()
if
(
!
this
.
addOrUpdate
)
{
// 确认当前已选择 tab id
if
(
this
.
editOpen
)
{
// 如果处于编辑状态, 则获取编辑状态下的id
...
...
@@ -422,8 +424,6 @@ export default {
// 其他情况从信息中获取
tempSelectTabIdList
=
this
.
info
.
tabIdList
}
this
.
resetAddForm
()
if
(
!
this
.
addOrUpdate
)
{
// 缓存被选择的id (生成需要显示的选项信息)
this
.
addSubscriptionIdSelect
=
tempSelectTabIdList
// eslint-disable-next-line prefer-const
...
...
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