ci: 国际化
This commit is contained in:
@@ -13,5 +13,3 @@ export function throttle(func: Function) {
|
||||
export function handle_select(e: Event): void {
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -190,7 +190,6 @@ onMounted(() => {
|
||||
@click.stop="rowClick(data)"
|
||||
@dblclick.stop="rowDoubleClick(data)"
|
||||
>
|
||||
|
||||
<td v-if="checkbox" class="layui-table-col-special">
|
||||
<div class="layui-table-cell laytable-cell-checkbox">
|
||||
<LayCheckbox
|
||||
@@ -223,7 +222,6 @@ onMounted(() => {
|
||||
</div>
|
||||
</td>
|
||||
</template>
|
||||
|
||||
</template>
|
||||
</template>
|
||||
</tr>
|
||||
@@ -247,4 +245,4 @@ onMounted(() => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -13,5 +13,5 @@ export function S4() {
|
||||
* @param null 无参
|
||||
* */
|
||||
export function guid() {
|
||||
return (S4() + S4() + S4() + S4() + S4() + S4() + S4() + S4());
|
||||
}
|
||||
return S4() + S4() + S4() + S4() + S4() + S4() + S4() + S4();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user