|
@@ -128,11 +128,7 @@ onMounted(() => {
|
|
|
@keyup.enter="SearchInput"
|
|
@keyup.enter="SearchInput"
|
|
|
>
|
|
>
|
|
|
<template #prefix>
|
|
<template #prefix>
|
|
|
- <span class="iconfont_icon">
|
|
|
|
|
- <svg class="iconfont icon_search" aria-hidden="true">
|
|
|
|
|
- <use xlink:href="#icon-icon_search_b"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+ <span class="font_family icon-icon_search_b"></span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-input>
|
|
</el-input>
|
|
|
</div>
|
|
</div>
|
|
@@ -143,7 +139,7 @@ onMounted(() => {
|
|
|
<div class="SettingTable">
|
|
<div class="SettingTable">
|
|
|
<vxe-grid
|
|
<vxe-grid
|
|
|
ref="tableRef"
|
|
ref="tableRef"
|
|
|
- :style="{ border: 'none'}"
|
|
|
|
|
|
|
+ :style="{ border: 'none' }"
|
|
|
v-bind="tableData"
|
|
v-bind="tableData"
|
|
|
:height="containerHeight"
|
|
:height="containerHeight"
|
|
|
>
|
|
>
|
|
@@ -153,19 +149,11 @@ onMounted(() => {
|
|
|
<div class="empty-text">No data</div>
|
|
<div class="empty-text">No data</div>
|
|
|
</template>
|
|
</template>
|
|
|
<template #action="{ row }">
|
|
<template #action="{ row }">
|
|
|
- <el-button
|
|
|
|
|
- class="el-button--blue"
|
|
|
|
|
- @click="handleClickDetail(row)"
|
|
|
|
|
- style="height: 24px"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <el-button class="el-button--blue" @click="handleClickDetail(row)" style="height: 24px">
|
|
|
<span class="font_family icon-icon_edoc_b"></span>
|
|
<span class="font_family icon-icon_edoc_b"></span>
|
|
|
<span style="font-size: 12px">Details</span>
|
|
<span style="font-size: 12px">Details</span>
|
|
|
</el-button>
|
|
</el-button>
|
|
|
- <el-button
|
|
|
|
|
- class="el-button--blue"
|
|
|
|
|
- style="height: 24px"
|
|
|
|
|
- @click="handleClickSchedule(row)"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <el-button class="el-button--blue" style="height: 24px" @click="handleClickSchedule(row)">
|
|
|
<span class="font_family icon-icon_time_b"></span>
|
|
<span class="font_family icon-icon_time_b"></span>
|
|
|
<span style="font-size: 12px">Schedule</span>
|
|
<span style="font-size: 12px">Schedule</span>
|
|
|
</el-button>
|
|
</el-button>
|
|
@@ -252,4 +240,4 @@ onMounted(() => {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|