This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
v-model:filter="searchForm"
|
||||
:items="searchFormItems"
|
||||
:show-expand="false"
|
||||
label-width="85"
|
||||
@reset="handleReset"
|
||||
@search="handleSearch"
|
||||
></ArtSearchBar>
|
||||
@@ -113,7 +112,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
style="margin-left: 8px; font-size: 12px; color: var(--el-text-color-secondary)"
|
||||
>单位:元</span
|
||||
>
|
||||
</ElFormItem>
|
||||
@@ -138,7 +137,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
style="margin-left: 8px; font-size: 12px; color: var(--el-text-color-secondary)"
|
||||
>单位:元</span
|
||||
>
|
||||
</ElFormItem>
|
||||
@@ -156,7 +155,7 @@
|
||||
>
|
||||
<ElCard shadow="hover">
|
||||
<div style="display: flex; gap: 12px; align-items: flex-start">
|
||||
<div style=" display: flex;flex: 1; flex-direction: column; gap: 12px">
|
||||
<div style="display: flex; flex: 1; flex-direction: column; gap: 12px">
|
||||
<!-- 第一行:比较运算符和阈值 -->
|
||||
<div style="display: flex; gap: 12px">
|
||||
<div style="flex: 1">
|
||||
@@ -308,7 +307,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
style="margin-left: 8px; font-size: 12px; color: var(--el-text-color-secondary)"
|
||||
>单位:元</span
|
||||
>
|
||||
</ElFormItem>
|
||||
@@ -362,7 +361,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
style="margin-left: 8px; font-size: 12px; color: var(--el-text-color-secondary)"
|
||||
>单位:月</span
|
||||
>
|
||||
</ElFormItem>
|
||||
@@ -438,6 +437,16 @@
|
||||
placeholder: '请输入系列名称'
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '是否启用',
|
||||
prop: 'enable_one_time_commission',
|
||||
type: 'select',
|
||||
config: {
|
||||
clearable: true,
|
||||
placeholder: '是否启用一次性佣金'
|
||||
},
|
||||
options: ENABLE_STATUS_OPTIONS
|
||||
},
|
||||
{
|
||||
label: '状态',
|
||||
prop: 'status',
|
||||
@@ -447,16 +456,6 @@
|
||||
placeholder: '请选择状态'
|
||||
},
|
||||
options: STATUS_SELECT_OPTIONS
|
||||
},
|
||||
{
|
||||
label: '一次性佣金',
|
||||
prop: 'enable_one_time_commission',
|
||||
type: 'select',
|
||||
config: {
|
||||
clearable: true,
|
||||
placeholder: '请选择'
|
||||
},
|
||||
options: ENABLE_STATUS_OPTIONS
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user