Commit 65dae22b authored by zhengke's avatar zhengke

修改

parent e7914d57
......@@ -54,7 +54,7 @@ export default {
</script>
<style>
@import "//at.alicdn.com/t/font_2077629_k0elxank7id.css";
@import "//at.alicdn.com/t/font_1769104_jv28qwhjime.css";
@import "./assets/css/common.css";
@import "./assets/css/zkcss.css";
html,
......
......@@ -163,6 +163,13 @@
alt=""
class="platform-img"
/>
<img
v-if="scope.row.Source == 2"
style="width: 30px; height: 30px"
src="../../assets/img/userman/alipay.png"
alt=""
class="platform-img"
/>
<button
type="button"
class="el-button el-button--success"
......
......@@ -305,6 +305,12 @@
src="../../assets/img/userman/wx.png"
alt=""
/>
<img
v-if="item.OrderSource == 2"
style="width:25px;height:25px;"
src="../../assets/img/userman/alipay.png"
alt=""
/>
<span>{{ item.UserName }}({{ item.UserId }})</span>
</div>
<div
......
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