【更新】优化代码

pull/286/head
xuyuxiang 2025-09-23 20:35:18 +08:00 committed by 就是那个锅
parent bd8377d73e
commit 658ca1236f
6 changed files with 0 additions and 6 deletions

View File

@ -113,7 +113,6 @@
const selectedRowKeys = ref([]) const selectedRowKeys = ref([])
// //
const options = { const options = {
// columns needTotal: true
alert: { alert: {
show: false, show: false,
clear: () => { clear: () => {

View File

@ -192,7 +192,6 @@
const selectedRowKeys = ref([]) const selectedRowKeys = ref([])
// //
const options = { const options = {
// columns needTotal: true
alert: { alert: {
show: false, show: false,
clear: () => { clear: () => {

View File

@ -70,7 +70,6 @@
const selectedRowKeys = ref([]) const selectedRowKeys = ref([])
// //
const options = { const options = {
// columns needTotal: true
alert: { alert: {
show: false, show: false,
clear: () => { clear: () => {

View File

@ -184,7 +184,6 @@
const selectedRowKeys = ref([]) const selectedRowKeys = ref([])
// //
const options = { const options = {
// columns needTotal: true
alert: { alert: {
show: false, show: false,
clear: () => { clear: () => {

View File

@ -122,7 +122,6 @@ const columns = [
const selectedRowKeys = ref([]) const selectedRowKeys = ref([])
// //
const options = { const options = {
// columns needTotal: true
alert: { alert: {
show: false, show: false,
clear: () => { clear: () => {

View File

@ -220,7 +220,6 @@
const selectedRowKeys = ref([]) const selectedRowKeys = ref([])
// 列表选择配置 // 列表选择配置
const options = { const options = {
// columns数字类型字段加入 needTotal: true 可以勾选自动算账
alert: { alert: {
show: true, show: true,
clear: () => { clear: () => {