Merge remote-tracking branch 'websoft/master'

# Conflicts:
#	src/views/business/components/waybill-import-dialog.vue
This commit is contained in:
2026-08-14 02:50:07 +08:00
43 changed files with 140 additions and 75 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export default {
viewBtn: true,
selection: true,
labelWidth: 'auto',
searchLabelWidth: 160,
searchLabelWidth: 88,
menuWidth: 180,
dialogWidth: 900,
dialogClickModal: false,
+3 -3
View File
@@ -164,7 +164,7 @@ export default {
viewBtn: true,
selection: true,
labelWidth: 'auto',
searchLabelWidth: 160,
searchLabelWidth: 88,
menuWidth: 180,
dialogWidth: 900,
dialogClickModal: false,
@@ -277,7 +277,7 @@ export default {
label: '规则值',
prop: 'scopeValue',
span: 24,
minRows: 5,
minRows: 2,
type: 'textarea',
display: false,
hide: true,
@@ -488,7 +488,7 @@ export default {
label: '规则值',
prop: 'scopeValue',
span: 24,
minRows: 5,
minRows: 2,
type: 'textarea',
display: true,
hide: true,
+3 -3
View File
@@ -206,7 +206,7 @@ export default {
searchIndex: 8,
searchMenuPosition: 'right',
labelWidth: 'auto',
searchLabelWidth: 160,
searchLabelWidth: 88,
border: true,
index: true,
viewBtn: true,
@@ -270,7 +270,7 @@ export default {
label: '请求阈值',
prop: 'limitCount',
type: 'number',
minRows: 1,
minRows: 2,
value: 100,
hide: true,
labelTip: '单个时间窗口内允许通过的最大请求数,超出后触发限流并返回 429',
@@ -280,7 +280,7 @@ export default {
label: '时间窗口',
prop: 'limitPeriod',
type: 'number',
minRows: 1,
minRows: 2,
value: 1,
hide: true,
labelTip: '限流统计周期的数值,与时间单位组合使用,如时间窗口 1 + 时间单位分钟表示每分钟一个周期',
+1 -1
View File
@@ -249,7 +249,7 @@ export default {
selection: true,
viewBtn: true,
labelWidth: 'auto',
searchLabelWidth: 160,
searchLabelWidth: 88,
menuWidth: 240,
dialogWidth: 600,
dialogClickModal: false,
+1 -1
View File
@@ -239,7 +239,7 @@ export default {
tip: false,
searchShow: true,
labelWidth: 'auto',
searchLabelWidth: 160,
searchLabelWidth: 88,
searchMenuSpan: 24,
searchIcon: true,
searchIndex: 4,
+1 -1
View File
@@ -397,7 +397,7 @@ export default {
labelWidth: '108px',
tip: false,
searchShow: true,
searchLabelWidth: 160,
searchLabelWidth: 88,
searchIcon: true,
searchIndex: 4,
searchMenuSpan: 24,
+1 -1
View File
@@ -291,7 +291,7 @@ export default {
label: '区划备注',
prop: 'remark',
type: 'textarea',
minRows: 6,
minRows: 2,
span: 24,
},
],
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<business-crud-page :api="api" :config="config" :crud-option="option" :menu-width="245" />
<business-crud-page :api="api" :config="config" :crud-option="option" :menu-width="252" />
</template>
<script>
+1 -1
View File
@@ -103,7 +103,7 @@ export default {
value: 1,
span: 24,
width: 120,
searchLabelWidth: 160,
searchLabelWidth: 88,
row: true,
dicUrl: '/blade-system/dict/dictionary?code=oss',
props: {
+1 -1
View File
@@ -102,7 +102,7 @@ export default {
value: 1,
span: 24,
width: 100,
searchLabelWidth: 160,
searchLabelWidth: 88,
row: true,
dicUrl: '/blade-system/dict/dictionary?code=sms',
props: {
+1 -1
View File
@@ -152,7 +152,7 @@ export default {
prop: 'remark',
type: 'textarea',
span: 24,
minRows: 6,
minRows: 2,
hide: true,
},
],
+2 -2
View File
@@ -87,7 +87,7 @@ export default {
value: 1,
span: 24,
width: 120,
searchLabelWidth: 160,
searchLabelWidth: 88,
row: true,
gridRow: true,
dicUrl: '/blade-system/dict/dictionary?code=datasource_category',
@@ -110,7 +110,7 @@ export default {
label: 'YAML',
prop: 'shardingConfig',
span: 24,
minRows: 5,
minRows: 2,
hide: true,
display: false,
gridRow: true,
+2 -2
View File
@@ -89,7 +89,7 @@ export default {
value: 1,
span: 24,
width: 120,
searchLabelWidth: 160,
searchLabelWidth: 88,
row: true,
gridRow: true,
display: false,
@@ -113,7 +113,7 @@ export default {
label: 'YAML',
prop: 'shardingConfig',
span: 24,
minRows: 5,
minRows: 2,
hide: true,
display: false,
gridRow: true,
+1 -1
View File
@@ -1350,7 +1350,7 @@ export default {
align-items: center;
gap: 8px;
order: -1;
margin-right: auto;
margin-right: 12px;
min-width: 0;
:deep(.el-check-tag) {
+4 -2
View File
@@ -44,7 +44,7 @@
批量删除
</el-button>
</template>
<template #expireStatus-search>
<template #search-menu>
<div class="transport-ship-page__expiry-tags">
<el-check-tag
v-for="item in expiryTagOptions"
@@ -1051,7 +1051,9 @@ export default {
flex-wrap: wrap;
align-items: center;
gap: 8px;
width: 100%;
order: -1;
margin-right: 12px;
min-width: 0;
:deep(.el-check-tag) {
margin: 0;
+4 -2
View File
@@ -41,7 +41,7 @@
>批量删除
</el-button>
</template>
<template #expireStatus-search>
<template #search-menu>
<div class="transport-vehicle-page__expiry-tags">
<el-check-tag
v-for="item in expiryTagOptions"
@@ -1195,7 +1195,9 @@ export default {
flex-wrap: wrap;
align-items: center;
gap: 8px;
width: 100%;
order: -1;
margin-right: 12px;
min-width: 0;
:deep(.el-check-tag) {
margin: 0;
+1 -1
View File
@@ -41,7 +41,7 @@ export default {
label: '个性签名',
prop: 'textarea',
type: 'textarea',
minRows: 8,
minRows: 2,
row: true,
},
],
+1 -1
View File
@@ -112,7 +112,7 @@ export default {
label: '个性签名',
prop: 'textarea',
type: 'textarea',
minRows: 8,
minRows: 2,
span: 24,
overHidden: true,
row: true,
+2 -2
View File
@@ -193,7 +193,7 @@ export default {
dialogWidth: 960,
labelPosition: 'right',
labelWidth: 'auto',
searchLabelWidth: 160,
searchLabelWidth: 88,
tip: false,
searchShow: true,
searchMenuSpan: 24,
@@ -346,7 +346,7 @@ export default {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 5,
minRows: 2,
span: 24,
hide: true,
placeholder: '请输入',
+2 -2
View File
@@ -180,7 +180,7 @@ export default {
dialogWidth: 960,
labelPosition: 'right',
labelWidth: 'auto',
searchLabelWidth: 160,
searchLabelWidth: 88,
tip: false,
searchShow: true,
searchMenuSpan: 24,
@@ -333,7 +333,7 @@ export default {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 5,
minRows: 2,
span: 24,
hide: true,
placeholder: '请输入',