Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
5f32090b
authored
2023-01-17 17:00:02 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:详情
1 parent
787da56b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
src/components/business/djtDjSlsq.vue
src/styles/element-ui.scss
src/components/business/djtDjSlsq.vue
View file @
5f32090
...
...
@@ -69,7 +69,7 @@
<p
class=
"label-detail"
>
(SQZSBS)
</p>
</span>
<el-select
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.SQZSBS"
placeholder=
"申请证书版式"
>
<el-option
v-for=
"item in dicData['A41']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
<el-option
v-for=
"item in dicData['A41']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE
-0
"
>
</el-option>
</el-select>
</el-form-item>
...
...
@@ -178,7 +178,7 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
prop=
"SFWTAJ"
>
<span
slot=
"label"
>
是否问题案件:
<br
/>
...
...
@@ -245,7 +245,7 @@ export default {
default
:
""
,
},
},
data
()
{
data
()
{
return
{
ruleForm
:
{
YSDM
:
""
,
...
...
@@ -271,7 +271,7 @@ export default {
};
},
methods
:
{
async
featchData
()
{
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
business
.
getDjtDjSlsqById
(
this
.
bsmSjsb
);
this
.
ruleForm
=
res
;
...
...
@@ -280,7 +280,7 @@ export default {
this
.
$refs
.
msg
.
messageShow
();
}
},
handleUpdateForm
()
{
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
)
=>
{
try
{
let
res
=
await
business
.
updateDjtDjSlsq
(
this
.
ruleForm
);
...
...
src/styles/element-ui.scss
View file @
5f32090
...
...
@@ -57,7 +57,8 @@
}
}
.el-icon-date
{
.el-icon-date
,
.el-icon-time
{
display
:
none
;
}
...
...
Please
register
or
sign in
to post a comment