mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
表单特殊处理checkbox和radio没有value属性的情况
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<script setup>
|
||||
import CommonTableColumn from '@/components/common-table/common-table-column.vue'
|
||||
|
||||
/**
|
||||
* @typedef {TableProps} CommonTableProps
|
||||
* @property {[CommonTableColumn]} columns
|
||||
*/
|
||||
import CommonTableColumn from '@/components/common-table/common-table-column.vue'
|
||||
|
||||
/**
|
||||
* @type CommonTableProps
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user