mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
后端【修复】:修复后端发票管理列表,状态名称错误的问题。
This commit is contained in:
@@ -188,7 +188,7 @@
|
|||||||
if (data.status === 1) {
|
if (data.status === 1) {
|
||||||
return "<button type=\"button\" class=\"layui-btn layui-btn-danger layui-btn-xs\">未开票</button>";
|
return "<button type=\"button\" class=\"layui-btn layui-btn-danger layui-btn-xs\">未开票</button>";
|
||||||
} else if (data.status === 2) {
|
} else if (data.status === 2) {
|
||||||
return "<button type=\"button\" class=\"layui-btn layui-btn-xs\">已开发 </button>";
|
return "<button type=\"button\" class=\"layui-btn layui-btn-xs\">已开票</button>";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user