Commit 3da968ce authored by renjintao's avatar renjintao

indexworkhour

parent cf20974b
......@@ -5,7 +5,7 @@
(item.status==7?'card_border4':(item.status==-1?'card_border5':''))))">
<p slot="title">
{{item.mesCode}}
<state code="orderList.workHourStatus" ref="state" class="fr" :value="item.workHourStatus" type="text"></state>
<state code="orderList.workHourStatus" ref="state" class="fr" :value="item.subWorkHourStatus" type="text"></state>
</p>
<p class="order_tit">{{item.productName}}</p>
<p>
......
......@@ -51,7 +51,7 @@ export default {
inputId: null,
asc: false,
ascTitle: "时间正序排序",
statu: 0,
statu: -9,
refresh: true
};
},
......
......@@ -137,7 +137,7 @@ export default {
},
SubmitState: {
op: "In",
value: "1",
value: "",
},
},
downUrl: fileUrlDown,
......
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