修改微信库
This commit is contained in:
parent
7e8ff17ce5
commit
4a214d068a
@ -83,18 +83,7 @@
|
||||
>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="danger"
|
||||
plain
|
||||
icon="el-icon-delete"
|
||||
size="mini"
|
||||
:disabled="multiple"
|
||||
@click="handleDelete"
|
||||
v-hasPermi="['manage:script:remove']"
|
||||
>删除</el-button
|
||||
>
|
||||
</el-col>
|
||||
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button
|
||||
type="warning"
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
:data="templateList"
|
||||
@selection-change="handleSelectionChange"
|
||||
>
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column type="index" width="55" align="center" label="序号"/>
|
||||
>
|
||||
<el-table-column
|
||||
label="微信模版名称"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user