Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
d0a3fa80
Commit
d0a3fa80
authored
Feb 10, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
窗口可放大缩小
parent
d633d5c0
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
27 additions
and
27 deletions
+27
-27
index.vue
src/components/CommonModal/UserModal/index.vue
+1
-1
index.vue
src/components/TenantModal/index.vue
+1
-1
index.vue
src/views/business-approval/by-stages-apply/index.vue
+1
-1
index.vue
src/views/business-approval/reduction-apply/index.vue
+1
-1
index.vue
src/views/business-approval/repair-approve/index.vue
+1
-1
index.vue
src/views/business-approval/repayment-approve/index.vue
+1
-1
allocationModal.vue
...s/property/case-allocation/components/allocationModal.vue
+1
-1
allocationModal.vue
src/views/property/case-back/components/allocationModal.vue
+1
-1
index.vue
src/views/property/case-back/index.vue
+1
-1
repairModal.vue
src/views/property/case-detail/components/repairModal.vue
+1
-1
returnModal.vue
src/views/property/case-detail/components/returnModal.vue
+1
-1
caseModal.vue
src/views/property/case-manage/components/caseModal.vue
+1
-1
allocationModal.vue
...views/property/case-return/components/allocationModal.vue
+1
-1
index.vue
src/views/property/case-return/index.vue
+1
-1
caseDetailModal.vue
src/views/property/import/components/caseDetailModal.vue
+1
-1
errorModal.vue
src/views/property/import/components/errorModal.vue
+1
-1
AllocationUserModal.vue
...views/system/ManageOrg/components/AllocationUserModal.vue
+1
-1
ManageOrgFormModal.vue
src/views/system/ManageOrg/components/ManageOrgFormModal.vue
+1
-1
AccountFormModal.vue
...iews/system/accountManage/components/AccountFormModal.vue
+1
-1
MenuFormModal.vue
src/views/system/menuMange/components/MenuFormModal.vue
+1
-1
AllocationUserModal.vue
.../system/platformManage/components/AllocationUserModal.vue
+1
-1
platformFormModal.vue
...ws/system/platformManage/components/platformFormModal.vue
+1
-1
AllocationMenuModal.vue
...iews/system/roleManage/components/AllocationMenuModal.vue
+1
-1
AllocationUserModal.vue
...iews/system/roleManage/components/AllocationUserModal.vue
+1
-1
RoleFormModal.vue
src/views/system/roleManage/components/RoleFormModal.vue
+1
-1
AllocationUserModal.vue
...ws/system/tenantManage/components/AllocationUserModal.vue
+1
-1
TenantFormModal.vue
src/views/system/tenantManage/components/TenantFormModal.vue
+1
-1
No files found.
src/components/CommonModal/UserModal/index.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
@
hide=
"onHide"
title=
"用户选择"
...
...
src/components/TenantModal/index.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
v-model=
"showModal"
title=
"调解中心选择"
show-footer
>
<vxe-modal
resize
v-model=
"showModal"
title=
"调解中心选择"
show-footer
>
<div
v-for=
"tenant in tenantList"
:key=
"tenant.code"
...
...
src/views/business-approval/by-stages-apply/index.vue
View file @
d0a3fa80
...
...
@@ -113,7 +113,7 @@
</div>
</
template
>
</ProTable>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"审批提示"
height=
"282"
...
...
src/views/business-approval/reduction-apply/index.vue
View file @
d0a3fa80
...
...
@@ -90,7 +90,7 @@
</div>
</
template
>
</ProTable>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"审批提示"
height=
"282"
...
...
src/views/business-approval/repair-approve/index.vue
View file @
d0a3fa80
...
...
@@ -13,7 +13,7 @@
<el-button
type=
"primary"
>
批量修复上传
</el-button>
-->
</
template
>
</ProTable>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"审批提示"
height=
"282"
...
...
src/views/business-approval/repayment-approve/index.vue
View file @
d0a3fa80
...
...
@@ -13,7 +13,7 @@
<el-button
type=
"primary"
>
批量修复上传
</el-button>
-->
</
template
>
</ProTable>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"审批提示"
height=
"282"
...
...
src/views/property/case-allocation/components/allocationModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"案件分派"
@
hide=
"onHide"
...
...
src/views/property/case-back/components/allocationModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"案件分派"
@
hide=
"onHide"
...
...
src/views/property/case-back/index.vue
View file @
d0a3fa80
...
...
@@ -12,7 +12,7 @@
</
template
>
</ProTable>
</div>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"提示"
height=
"242"
...
...
src/views/property/case-detail/components/repairModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"修复申请"
@
hide=
"onHide"
...
...
src/views/property/case-detail/components/returnModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
:title=
"currentType"
@
hide=
"onHide"
...
...
src/views/property/case-manage/components/caseModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"案件分派"
@
hide=
"onHide"
...
...
src/views/property/case-return/components/allocationModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"案件分派"
@
hide=
"onHide"
...
...
src/views/property/case-return/index.vue
View file @
d0a3fa80
...
...
@@ -12,7 +12,7 @@
</
template
>
</ProTable>
</div>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"提示"
height=
"242"
...
...
src/views/property/import/components/caseDetailModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"案件明细"
@
hide=
"onHide"
...
...
src/views/property/import/components/errorModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
title=
"检查结果"
@
hide=
"onHide"
...
...
src/views/system/ManageOrg/components/AllocationUserModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
@
hide=
"onHide"
title=
"分配成员"
...
...
src/views/system/ManageOrg/components/ManageOrgFormModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
:title=
"modalTitle"
@
hide=
"onHide"
...
...
src/views/system/accountManage/components/AccountFormModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
:title=
"modalTitle"
@
hide=
"onHide"
...
...
src/views/system/menuMange/components/MenuFormModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
:title=
"modalTitle"
@
hide=
"onHide"
...
...
src/views/system/platformManage/components/AllocationUserModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
@
hide=
"onHide"
title=
"分配成员"
...
...
src/views/system/platformManage/components/platformFormModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
:title=
"modalTitle"
@
hide=
"onHide"
...
...
src/views/system/roleManage/components/AllocationMenuModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
@
hide=
"onHide"
title=
"菜单权限分配"
...
...
src/views/system/roleManage/components/AllocationUserModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
@
hide=
"onHide"
title=
"分配成员"
...
...
src/views/system/roleManage/components/RoleFormModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
:title=
"modalTitle"
@
hide=
"onHide"
...
...
src/views/system/tenantManage/components/AllocationUserModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
@
hide=
"onHide"
title=
"分配成员"
...
...
src/views/system/tenantManage/components/TenantFormModal.vue
View file @
d0a3fa80
<
template
>
<vxe-modal
<vxe-modal
resize
v-model=
"showModal"
:title=
"modalTitle"
@
hide=
"onHide"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment