Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ac10c1b2
authored
2022-10-13 15:28:36 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
12
1 parent
8fd3ab4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
src/views/ywbl/jsydsyq/slxx.vue
src/views/ywbl/jsydsyq/slxx.vue
View file @
ac10c1b
...
...
@@ -75,11 +75,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利设定方式:"
prop=
"qlsdfs"
>
<el-select
disabled
v-model=
"ruleForm.qlsdfs"
filterable
clearable
placeholder=
"请选择权利设定方式"
>
<el-option
v-for=
"item in qlsdfsOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利设定方式:"
prop=
"qlsdfs"
>
<el-input
disabled
v-model=
"ruleForm.qlsdfsmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -189,8 +186,6 @@ export default {
data
()
{
return
{
disabled
:
true
,
tdytOption
:
[],
qlsdfsOption
:
[],
czrOptions
:
[],
ruleForm
:
{
ywh
:
""
,
...
...
Please
register
or
sign in
to post a comment