Commit 65dae22b authored by zhengke's avatar zhengke

修改

parent e7914d57
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
</script> </script>
<style> <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/common.css";
@import "./assets/css/zkcss.css"; @import "./assets/css/zkcss.css";
html, html,
......
...@@ -163,6 +163,13 @@ ...@@ -163,6 +163,13 @@
alt="" alt=""
class="platform-img" 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 <button
type="button" type="button"
class="el-button el-button--success" class="el-button el-button--success"
......
...@@ -305,6 +305,12 @@ ...@@ -305,6 +305,12 @@
src="../../assets/img/userman/wx.png" src="../../assets/img/userman/wx.png"
alt="" 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> <span>{{ item.UserName }}({{ item.UserId }})</span>
</div> </div>
<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