refactor: ♻️ 演示界面统一至demo下,精简删除demo目录即可
Former-commit-id: cef5e36eb0e60299d1a72b9a12c9ea8d93a77244
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<div style="margin-bottom: 15px">Your roles: {{ roles }}</div>
|
||||
<div class="mb-[15px]">Your roles: {{ roles }}</div>
|
||||
Switch roles:
|
||||
<el-radio-group v-model="switchRoles">
|
||||
<el-radio-button label="EDITOR" />
|
||||
@@ -216,7 +216,7 @@ export function export_json_to_excel({
|
||||
wch: 10,
|
||||
};
|
||||
} else if (val.toString().charCodeAt(0) > 255) {
|
||||
/*再判断是否为中文*/
|
||||
/*再判断是否为中文*/
|
||||
return {
|
||||
wch: val.toString().length * 2,
|
||||
};
|
||||
Reference in New Issue
Block a user