Commit 7d23f43b by member

修改卡券状态

parent 9eb5e8a8
* dev
dev-lxy
hotfix
master
test
remotes/origin/dev
remotes/origin/dev-lxy
remotes/origin/dev-sy
remotes/origin/hotfix
remotes/origin/master
remotes/origin/memberTag
remotes/origin/test
......@@ -125,6 +125,7 @@
<span v-if="scope.row.status === 5">已使用</span>
<span v-if="scope.row.status === 6">已到期</span>
<span v-if="scope.row.status === 7">已销毁</span>
<span v-if="scope.row.status === 8">已占用</span>
</template>
</el-table-column>
<el-table-column
......
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