opt:优化

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-07-28 08:47:42 +08:00
parent b1d5976bcd
commit 92c00a502d
25 changed files with 415 additions and 180 deletions

View File

@@ -27,13 +27,13 @@
size="mini"
placeholder="全部"
class="filter-item"
@change="crud.toQuery"
@change="hand2"
>
<el-option
v-for="item in storlist"
:key="item.stor_id"
:label="item.stor_name"
:value="item.stor_id"
:value="item"
/>
</el-select>
</el-form-item>
@@ -280,6 +280,10 @@ export default {
create_modeFormat(row) {
return this.dict.label.ST_CREATE_MODE[row.create_mode]
},
hand2(value) {
debugger
this.crud.notify(value, CRUD.NOTIFICATION_TYPE.SUCCESS)
},
handleSelectionChange(val, row) {
if (val.length > 1) {
this.$refs.table.clearSelection()