Merge branch 'ymf' of e.coding.net:g-cphe0354/cashier/cashier-web into gyq
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<div class="head-container">
|
||||
<div v-loading="loading" class="table_list">
|
||||
<div v-for="item in tableList" :key="item.id" class="item"
|
||||
:style="{ 'background-color': status[item.status].type }">
|
||||
:style="{ 'background-color': status[item.status] ? status[item.status].type : '' }">
|
||||
<div class="new-top flex u-row-between">
|
||||
<div class="u-flex u-flex-1 u-p-r-10">
|
||||
<span class="name u-line-1" style="max-width: 50px">
|
||||
|
||||
Reference in New Issue
Block a user