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
82deacd8
authored
2023-10-23 14:08:56 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:发证信息模块代码的整理
1 parent
d3a0f98b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
src/views/workflow/components/sfxx.vue
src/views/workflow/components/spyj.vue
src/views/workflow/components/sfxx.vue
View file @
82deacd
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-06 09:09:45
* @LastEditTime: 2023-
10-23 14:08:31
-->
<
template
>
<div
class=
'sfxx'
>
...
...
@@ -67,7 +67,6 @@
</div>
</template>
<
script
>
export
default
{
components
:
{},
data
()
{
...
...
src/views/workflow/components/spyj.vue
View file @
82deacd
<!--
* @Description: 审批意见
* @Autor: renchao
* @LastEditTime: 2023-10-23 14:0
5:37
* @LastEditTime: 2023-10-23 14:0
8:24
-->
<
template
>
<div
class=
"spyj"
v-Loading=
"loading"
>
...
...
@@ -59,7 +59,6 @@
<el-button
type=
"primary"
:disabled=
"shows"
@
click=
"onSubmit()"
>
保存
</el-button>
</div>
</div>
<!--
<el-empty
v-if=
"isNoData"
description=
"暂无数据"
></el-empty>
-->
</div>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment