mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-15 07:27:54 +00:00
Merge branch '6.x' of https://e.coding.net/shancool/cool-admin/front-next into 6.x
This commit is contained in:
commit
43c3e1cf11
@ -59,7 +59,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
if (col) {
|
if (col) {
|
||||||
if (col.formatter) {
|
if (col.formatter) {
|
||||||
e = col.formatter(e);
|
e[i] = col.formatter(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (col.dict) {
|
if (col.dict) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user