优化
This commit is contained in:
parent
941e570b51
commit
a30f37e383
@ -1,4 +1,3 @@
|
||||
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 发起考核
|
||||
|
||||
0
src/views/kpi/tablePrint/index.vue
Normal file
0
src/views/kpi/tablePrint/index.vue
Normal file
@ -2,16 +2,18 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view></router-view>
|
||||
<div @dblclick="handleClick" class="hide">
|
||||
<div @dblclick="handleClick"
|
||||
class="hide">
|
||||
</div>
|
||||
<div v-if="isNodd && isShow" class="login">
|
||||
<el-input
|
||||
style="width:400px;"
|
||||
<div v-if="isNodd && isShow"
|
||||
class="login">
|
||||
<el-input style="width:400px;"
|
||||
placeholder="请输入内容"
|
||||
v-model="input"
|
||||
clearable>
|
||||
</el-input>
|
||||
<el-button @click="handleLogin" type="primary">登 陆</el-button>
|
||||
<el-button @click="handleLogin"
|
||||
type="primary">登 陆</el-button>
|
||||
<div style="margin:20px 0;">token : {{token}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user