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
0eb963ce
authored
2023-10-09 10:55:55 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
a461b796
f67e0fd1
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
97 additions
and
109 deletions
src/components/LbTable/lb-table.vue
src/components/Popup/index.vue
src/views/printdjb/components/cfdj.vue
src/views/printdjb/components/diyaq.vue
src/views/printdjb/components/diyiq.vue
src/views/printdjb/components/fdcq2.vue
src/views/registerBook/cfdj.vue
src/views/registerBook/components/clxx/index.vue
src/views/registerBook/diyaq.vue
src/views/registerBook/diyiq.vue
src/views/registerBook/djbfm.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/fdcq2.vue
src/views/registerBook/jsydsyq.vue
src/views/registerBook/ldsyq.vue
src/views/registerBook/nydsyq.vue
src/views/registerBook/sllmsyq.vue
src/views/registerBook/tdsyq.vue
src/views/registerBook/ygdj.vue
src/views/registerBook/yydj.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/components/LbTable/lb-table.vue
View file @
0eb963c
...
...
@@ -381,4 +381,7 @@
/
deep
/
.el-radio__label
{
display
:
none
;
}
/
deep
/
.el-table
.cell
{
line-height
:
16px
;
}
</
style
>
...
...
src/components/Popup/index.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
08-11 16:48:17
* @LastEditTime: 2023-
10-09 10:21:32
-->
<
template
>
<transition
name=
"msgbox-fade"
v-if=
"myShow"
>
...
...
@@ -14,7 +14,7 @@
</div>
<svg-icon
icon-class=
'close'
class=
"closeStyle"
@
click=
"onCancel"
/>
</div>
<div
class=
"mask-content"
ref=
'contentRef'
:style=
"
{ 'height': contentHeight }"
>
<div
class=
"mask-content"
ref=
'contentRef'
>
<component
:is=
"editItem"
ref=
'childRef'
@
loading=
'loadingFn'
:key=
"key"
:formData=
'formData'
/>
</div>
<div
class=
"ls-mask-footer"
v-if=
'btnShow'
>
...
...
src/views/printdjb/components/cfdj.vue
View file @
0eb963c
...
...
@@ -94,7 +94,10 @@
};
},
created
()
{
this
.
loadData
();
this
.
loadData
()
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -102,9 +105,6 @@
* @author: renchao
*/
loadData
()
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getCfdjList
({
bdcdyid
:
this
.
bdcdyid
,
qllx
:
this
.
qllx
,
...
...
src/views/printdjb/components/diyaq.vue
View file @
0eb963c
...
...
@@ -102,7 +102,10 @@
};
},
created
()
{
this
.
loadData
();
this
.
loadData
()
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -110,9 +113,6 @@
* @author: renchao
*/
loadData
()
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getDiyaqList
({
bdcdyid
:
this
.
bdcdyid
,
qllx
:
this
.
qllx
,
...
...
src/views/printdjb/components/diyiq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
08-25 17:12:43
* @LastEditTime: 2023-
10-09 10:35:11
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -96,7 +96,10 @@
};
},
created
()
{
this
.
loadData
();
this
.
loadData
()
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -104,9 +107,7 @@
* @author: renchao
*/
loadData
()
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getDiyiqList
({
bdcdyid
:
this
.
bdcdyid
,
qllx
:
this
.
qllx
,
...
...
src/views/printdjb/components/fdcq2.vue
View file @
0eb963c
...
...
@@ -103,7 +103,10 @@
};
},
created
()
{
this
.
loadData
();
this
.
loadData
()
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -111,9 +114,6 @@
* @author: renchao
*/
loadData
()
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getFdcq2List
({
bdcdyid
:
this
.
bdcdyid
,
qllx
:
this
.
qllx
,
...
...
src/views/registerBook/cfdj.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-22 09:49:24
* @LastEditTime: 2023-
10-09 10:50:50
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -34,6 +34,9 @@
},
created
()
{
this
.
loadData
();
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -41,9 +44,6 @@
* @author: renchao
*/
loadData
(
checkList
=
[])
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getCfdjList
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
qllx
:
this
.
propsParam
.
qllx
,
...
...
@@ -63,10 +63,9 @@
}
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/components/clxx/index.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-19 09:47:05
* @LastEditTime: 2023-
10-09 10:18:46
-->
<
template
>
<div
class=
"clxx"
>
<!-- 材料预览 -->
<div
class=
"clyl-box"
>
<div
class=
"menu-tree"
>
<!--
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"viewDetail"
style=
"width: 100%; margin-top: 10px"
v-if=
"tableData.length > 0"
>
申请材料目录
</el-button>
-->
<div
class=
"item"
>
材料目录(
{{
tableData
.
length
}}
)
<div
style=
"margin-top: 10px"
>
...
...
src/views/registerBook/diyaq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-22 09:50:12
* @LastEditTime: 2023-
10-09 10:44:26
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -34,6 +34,9 @@
},
created
()
{
this
.
loadData
();
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -41,9 +44,6 @@
* @author: renchao
*/
loadData
(
checkList
=
[])
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getDiyaqList
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
qllx
:
this
.
propsParam
.
qllx
,
...
...
@@ -57,10 +57,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/diyiq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:50:28
* @LastEditTime: 2023-
10-09 10:44:45
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -33,13 +33,13 @@
};
},
created
()
{
this
.
loadData
();
},
methods
:
{
loadData
(
checkList
=
[])
{
this
.
loadData
()
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
loadData
(
checkList
=
[])
{
getDiyiqList
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
qllx
:
this
.
propsParam
.
qllx
,
...
...
@@ -53,10 +53,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/djbfm.vue
View file @
0eb963c
...
...
@@ -67,12 +67,11 @@
if
(
res
.
code
===
200
)
{
this
.
info
=
res
.
result
;
}
})
;
}
,
}
,
}
;
})
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.djbfm
{
width
:
100%
;
...
...
src/views/registerBook/fdcq1.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-21 11:05:33
* @LastEditTime: 2023-
10-09 10:35:56
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -149,7 +149,10 @@
};
},
created
()
{
this
.
loadData
();
this
.
loadData
()
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -186,9 +189,6 @@
* @author: miaofang
*/
loadData
()
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getFdcq1List
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
qllx
:
this
.
propsParam
.
qllx
,
...
...
src/views/registerBook/fdcq2.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:49:44
* @LastEditTime: 2023-
10-09 10:46:18
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -32,7 +32,10 @@
};
},
created
()
{
this
.
loadData
();
this
.
loadData
()
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -40,9 +43,6 @@
* @author: miaofang
*/
loadData
(
checkList
=
[])
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getFdcq2List
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
qllx
:
this
.
propsParam
.
qllx
,
...
...
@@ -55,10 +55,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/jsydsyq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:49:31
* @LastEditTime: 2023-
10-09 10:46:58
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -53,10 +53,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/ldsyq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:53:54
* @LastEditTime: 2023-
10-09 10:48:11
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -62,13 +62,12 @@
item
.
qy
=
getDictLeabel
(
item
.
qy
,
"A52"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
;
})
}
}
}
...
...
src/views/registerBook/nydsyq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:53:31
* @LastEditTime: 2023-
10-09 10:52:16
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -65,10 +65,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/sllmsyq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:53:19
* @LastEditTime: 2023-
10-09 10:48:55
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -55,16 +55,15 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
}
}
});
}
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
src/views/registerBook/tdsyq.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-18 13:06:4
2
* @LastEditTime: 2023-
10-09 10:54:1
2
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -63,10 +63,9 @@
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/ygdj.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:52:50
* @LastEditTime: 2023-
10-09 10:49:37
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -57,10 +57,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/registerBook/yydj.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-22 09:52:37
* @LastEditTime: 2023-
10-09 10:53:14
-->
<
template
>
<div
class=
"djxxTable"
>
<djbDetail
:title=
"title"
:shows=
"shows"
:propsParam=
"propsParam"
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
</
template
>
...
...
@@ -56,10 +56,9 @@
item
.
dybdclx
=
getDictLeabel
(
item
.
dybdclx
,
"A27"
);
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
}
else
{
this
.
emptycolNum
=
0
;
this
.
$refs
.
djbDetail
.
emptycolNum
=
0
}
}
})
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
0eb963c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-26 15:16:04
* @LastEditTime: 2023-
10-09 09:50:37
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -75,6 +75,7 @@
v-model=
"ruleForm.zdjbxx.qlxz"
noOptionsText=
"暂无数据"
:default-expand-level=
"1"
:disabled=
"!viewEdit"
placeholder=
""
:normalizer=
"normalizer"
:show-count=
"true"
...
...
Please
register
or
sign in
to post a comment