|
@@ -147,10 +147,12 @@
|
|
|
:scroll="{ y: 580 }"
|
|
:scroll="{ y: 580 }"
|
|
|
>
|
|
>
|
|
|
<template #name="{ record }">
|
|
<template #name="{ record }">
|
|
|
- <icon-file style="color: #0960bd;margin-right: 4px;" />
|
|
|
|
|
- <span style="color: #0960bd;cursor: pointer" @click="fileClick">
|
|
|
|
|
- {{record.name}}
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+<!-- <icon-file style="color: #0960bd;margin-right: 4px;" />-->
|
|
|
|
|
+ <icon-file style="margin-right: 4px;" />
|
|
|
|
|
+<!-- <span style="color: #0960bd;cursor: pointer" @click="fileClick">-->
|
|
|
|
|
+<!-- {{record.name}}-->
|
|
|
|
|
+<!-- </span>-->
|
|
|
|
|
+ {{record.name}}
|
|
|
</template>
|
|
</template>
|
|
|
<template #staue="{ record }">
|
|
<template #staue="{ record }">
|
|
|
<a-switch :model-value="record.staue"/>
|
|
<a-switch :model-value="record.staue"/>
|