Commit 7f91987e by zhangmeng

积分商城

parent bfded56f
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/integral-mall/static/css/app.e951e0db63f550331163a90fb7e092b7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/integral-mall/static/js/manifest.003beacb9c9ae622c7f2.js></script><script type=text/javascript src=/integral-mall/static/js/vendor.468b1a0927c2f59e9881.js></script><script type=text/javascript src=/integral-mall/static/js/app.4442a5d19abf3f60b806.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/integral-mall/static/css/app.83e601e6706306d2b179b491198c1e92.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/integral-mall/static/js/manifest.003beacb9c9ae622c7f2.js></script><script type=text/javascript src=/integral-mall/static/js/vendor.468b1a0927c2f59e9881.js></script><script type=text/javascript src=/integral-mall/static/js/app.51dd4ddd738b3a3dbd3e.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -42,7 +42,8 @@
</el-table-column>
<el-table-column label="显示状态" align="center" prop="proShowStatus" width="120">
<template slot-scope="scope" >
<i class="iconfont icon-erjicaidan-jiesuanguanli" :class="scope.row.proShowStatus == 1 ?'warning-color':'gray'"></i>
<span v-if="scope.row.proShowStatus == 1">显示</span>
<span v-else>不显示</span>
</template>
</el-table-column>
<el-table-column label="操作" align="left" width="140px">
......
......@@ -75,7 +75,8 @@
</el-table-column>
<el-table-column label="显示状态" align="center" prop="proShowStatus" width="120">
<template slot-scope="scope" >
<i class="iconfont icon-erjicaidan-jiesuanguanli" :class="scope.row.proShowStatus == 1 ?'warning-color':'gray'"></i>
<span v-if="scope.row.proShowStatus == 1">显示</span>
<span v-else>不显示</span>
</template>
</el-table-column>
<el-table-column label="操作" align="left" width="140px" fixed="right">
......
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