Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
portalhtml
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
rex
portalhtml
Commits
f0ccf46b
Commit
f0ccf46b
authored
Oct 14, 2021
by
qinj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮disabled
parent
ffe3632f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/customers/citypotenial-list/index.vue
+3
-3
index.vue
src/views/customers/potential-list/index.vue
+1
-1
No files found.
src/views/customers/citypotenial-list/index.vue
View file @
f0ccf46b
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
>
>
<template
v-slot:ExtLockRsp_SDK=
"
{ formData }">
<template
v-slot:ExtLockRsp_SDK=
"
{ formData }">
<!-- 插槽内容有el-form-item组件包裹 -->
<!-- 插槽内容有el-form-item组件包裹 -->
<el-select
v-model=
"formData.ExtLockRsp_SDK"
:disabled=
"formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
multiple
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-select
v-model=
"formData.ExtLockRsp_SDK"
:disabled=
"
!
formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
multiple
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-option
<el-option
v-for=
"item in province"
v-for=
"item in province"
:key=
"item.AccountID"
:key=
"item.AccountID"
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</
template
>
</
template
>
<
template
v-slot:ExtLockCity_SDK=
"{ formData }"
>
<
template
v-slot:ExtLockCity_SDK=
"{ formData }"
>
<!-- 插槽内容有el-form-item组件包裹 -->
<!-- 插槽内容有el-form-item组件包裹 -->
<el-select
v-model=
"formData.ExtLockCity_SDK"
:disabled=
"formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
multiple
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-select
v-model=
"formData.ExtLockCity_SDK"
:disabled=
"
!
formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
multiple
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-option
<el-option
v-for=
"item in apptions"
v-for=
"item in apptions"
:key=
"item.Code"
:key=
"item.Code"
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
</
template
>
</
template
>
<
template
v-slot:ExtChannelType_SDK=
"{ formData }"
>
<
template
v-slot:ExtChannelType_SDK=
"{ formData }"
>
<!-- 插槽内容有el-form-item组件包裹 -->
<!-- 插槽内容有el-form-item组件包裹 -->
<el-select
v-model=
"formData.ExtChannelType_SDK"
:disabled=
"formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-select
v-model=
"formData.ExtChannelType_SDK"
:disabled=
"
!
formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-option
<el-option
v-for=
"item in cOptions"
v-for=
"item in cOptions"
:key=
"item.id"
:key=
"item.id"
...
...
src/views/customers/potential-list/index.vue
View file @
f0ccf46b
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
>
>
<template
v-slot:ExtLockCity_SDK=
"
{ formData }">
<template
v-slot:ExtLockCity_SDK=
"
{ formData }">
<!-- 插槽内容有el-form-item组件包裹 -->
<!-- 插槽内容有el-form-item组件包裹 -->
<el-select
v-model=
"formData.ExtLockCity_SDK"
:disabled=
"formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
multiple
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-select
v-model=
"formData.ExtLockCity_SDK"
:disabled=
"
!
formData.ExtProcessNode_SDK==2"
style=
"width: 91%"
multiple
filterable
placeholder=
"请选择"
no-match-text=
"无匹配数据"
>
<el-option
<el-option
v-for=
"item in province"
v-for=
"item in province"
:key=
"item.Code"
:key=
"item.Code"
...
...
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