Commit 7a6ce5a1 authored by zhengke's avatar zhengke

修改

parent 0d434ca6
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<template> <template>
<div class="DiyPluglistDiv"> <div class="DiyPluglistDiv">
<div class="query-box"> <div class="query-box">
名称: <el-input type="text" style="width:234px;" size="small" v-model="msg.PlugName" clearable 名称: <el-input type="text" style="width:234px;" size="small" v-model="msg.Name" clearable
@keyup.enter.native="msg.pageIndex=1,getPageList()" @clear="msg.pageIndex=1,getPageList()"></el-input> @keyup.enter.native="msg.pageIndex=1,getPageList()" @clear="msg.pageIndex=1,getPageList()"></el-input>
<button type="button" class="normalBtn" <button type="button" class="normalBtn"
@click="plugTitle='新增diy插件',marketingPlugDialog=true,resetMsg()">新增</button> @click="plugTitle='新增diy插件',marketingPlugDialog=true,resetMsg()">新增</button>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<td>{{item.Name}}</td> <td>{{item.Name}}</td>
<td>{{item.Id}}</td> <td>{{item.Id}}</td>
<td> <td>
<img :src="item.Icon" style="width: 50px; height: 50px; display: block; padding-left:5px;"> <img :src="item.Icon" style="height: 30px; display: block; padding-left:5px;">
</td> </td>
<td> <td>
<el-switch v-model="item.Status" active-color="#409EFF" :active-value="0" :inactive-value="1" <el-switch v-model="item.Status" active-color="#409EFF" :active-value="0" :inactive-value="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment