style:发证信息模块代码的整理
Showing
2 changed files
with
2 additions
and
4 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-06 09:09:45 | 4 | * @LastEditTime: 2023-10-23 14:08:31 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class='sfxx'> | 7 | <div class='sfxx'> |
... | @@ -67,7 +67,6 @@ | ... | @@ -67,7 +67,6 @@ |
67 | </div> | 67 | </div> |
68 | </template> | 68 | </template> |
69 | <script> | 69 | <script> |
70 | |||
71 | export default { | 70 | export default { |
72 | components: {}, | 71 | components: {}, |
73 | data () { | 72 | data () { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 审批意见 | 2 | * @Description: 审批意见 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-23 14:05:37 | 4 | * @LastEditTime: 2023-10-23 14:08:24 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="spyj" v-Loading="loading"> | 7 | <div class="spyj" v-Loading="loading"> |
... | @@ -59,7 +59,6 @@ | ... | @@ -59,7 +59,6 @@ |
59 | <el-button type="primary" :disabled="shows" @click="onSubmit()">保存</el-button> | 59 | <el-button type="primary" :disabled="shows" @click="onSubmit()">保存</el-button> |
60 | </div> | 60 | </div> |
61 | </div> | 61 | </div> |
62 | <!-- <el-empty v-if="isNoData" description="暂无数据"></el-empty> --> | ||
63 | </div> | 62 | </div> |
64 | </template> | 63 | </template> |
65 | <script> | 64 | <script> | ... | ... |
-
Please register or sign in to post a comment