Commit 0c53934d authored by 黄奎's avatar 黄奎

页面修改

parent d0962ce7
......@@ -38,7 +38,7 @@
<li>
<input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')"
@click="resetPageIndex(),getData()" />
<input type="button" class="normalBtn" @click="outerVisible=true" :value="$t('pub.addBtn')" />
<input type="button" class="normalBtn" @click="outerVisible=true,clearMsg()" :value="$t('pub.addBtn')" />
</li>
</ul>
</div>
......@@ -68,7 +68,7 @@
</el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" :content="$t('system.table_delete')" placement="top-start">
<el-button type="danger" icon="el-icon-delete" circle @click="deletelist(scope.row)"></el-button>
<el-button type="danger" icon="el-icon-delete" circle @click="deleteData(scope.row)"></el-button>
</el-tooltip>
</template>
</el-table-column>
......@@ -244,7 +244,7 @@
);
},
//删除广告
deletelist(item) {
deleteData(item) {
var that = this;
that.Confirm("是否删除?", function () {
that.apipost(
......@@ -322,5 +322,4 @@
},
}
}
</script>
</script>
\ No newline at end of file
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