|
|
@@ -42,20 +42,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" min-width="80" align="center">
|
|
|
- <template v-slot="scope">
|
|
|
- <div class="df aic jcsa">
|
|
|
- <!-- <el-switch
|
|
|
- v-model="scope.row.status"
|
|
|
- active-color="#13ce66"
|
|
|
- inactive-color="#ff4949"
|
|
|
- active-text="启用"
|
|
|
- inactive-text="禁用"
|
|
|
- :active-value="1"
|
|
|
- :inactive-value="0"
|
|
|
- /> -->
|
|
|
- <el-button disabled size="small" type="danger">删除</el-button>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
+ <el-button disabled size="small" type="danger">删除</el-button>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<div style="width: 100%; text-align: right; margin-top: 43px">
|