style:登记薄材料信息弹窗功能的完善
Showing
4 changed files
with
8 additions
and
9 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-11 16:48:17 | 4 | * @LastEditTime: 2023-10-09 10:21:32 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <transition name="msgbox-fade" v-if="myShow"> | 7 | <transition name="msgbox-fade" v-if="myShow"> |
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | </div> | 14 | </div> |
15 | <svg-icon icon-class='close' class="closeStyle" @click="onCancel" /> | 15 | <svg-icon icon-class='close' class="closeStyle" @click="onCancel" /> |
16 | </div> | 16 | </div> |
17 | <div class="mask-content" ref='contentRef' :style="{ 'height': contentHeight }"> | 17 | <div class="mask-content" ref='contentRef'> |
18 | <component :is="editItem" ref='childRef' @loading='loadingFn' :key="key" :formData='formData' /> | 18 | <component :is="editItem" ref='childRef' @loading='loadingFn' :key="key" :formData='formData' /> |
19 | </div> | 19 | </div> |
20 | <div class="ls-mask-footer" v-if='btnShow'> | 20 | <div class="ls-mask-footer" v-if='btnShow'> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-19 09:47:05 | 4 | * @LastEditTime: 2023-10-09 10:18:46 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="clxx"> | 7 | <div class="clxx"> |
8 | <!-- 材料预览 --> | 8 | <!-- 材料预览 --> |
9 | <div class="clyl-box"> | 9 | <div class="clyl-box"> |
10 | <div class="menu-tree"> | 10 | <div class="menu-tree"> |
11 | <!-- <el-button | ||
12 | type="primary" | ||
13 | native-type="submit" | ||
14 | @click="viewDetail" | ||
15 | style="width: 100%; margin-top: 10px" v-if="tableData.length > 0">申请材料目录</el-button> --> | ||
16 | <div class="item"> | 11 | <div class="item"> |
17 | 材料目录({{ tableData.length }}) | 12 | 材料目录({{ tableData.length }}) |
18 | <div style="margin-top: 10px"> | 13 | <div style="margin-top: 10px"> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-26 15:16:04 | 4 | * @LastEditTime: 2023-10-09 09:50:37 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -75,6 +75,7 @@ | ... | @@ -75,6 +75,7 @@ |
75 | v-model="ruleForm.zdjbxx.qlxz" | 75 | v-model="ruleForm.zdjbxx.qlxz" |
76 | noOptionsText="暂无数据" | 76 | noOptionsText="暂无数据" |
77 | :default-expand-level="1" | 77 | :default-expand-level="1" |
78 | :disabled="!viewEdit" | ||
78 | placeholder="" | 79 | placeholder="" |
79 | :normalizer="normalizer" | 80 | :normalizer="normalizer" |
80 | :show-count="true" | 81 | :show-count="true" | ... | ... |
-
Please register or sign in to post a comment