|
@@ -50,8 +50,8 @@
|
50
|
50
|
:src="$api.showImageUrl + row.vpath"
|
51
|
51
|
/>
|
52
|
52
|
</div>
|
53
|
|
- <template slot-scope="{ row }" slot="wlevel">
|
54
|
|
- <span>{{ row.wlevel === 2 ? "区域" : "学校" }}</span>
|
|
53
|
+ <template slot-scope="{ row }" slot="wlevelSlot">
|
|
54
|
+ <div>{{ row.wlevel === 2 ? "区域" : "学校" }}</div>
|
55
|
55
|
</template>
|
56
|
56
|
<template slot-scope="{ row }" slot="actionSlot">
|
57
|
57
|
<div class="action_list">
|
|
@@ -345,8 +345,8 @@ export default {
|
345
|
345
|
},
|
346
|
346
|
{
|
347
|
347
|
title: "归属",
|
348
|
|
- minWidth: 100,
|
349
|
|
- slot: "wlevel",
|
|
348
|
+ width: 70,
|
|
349
|
+ slot: "wlevelSlot",
|
350
|
350
|
align: "center"
|
351
|
351
|
},
|
352
|
352
|
{
|