Commit 347af5d7 authored by 周毅's avatar 周毅

调整页面显示

parent 53108326
......@@ -40,10 +40,12 @@
// 定义样式变量
let cellStyle;
switch (row.zt) {
case 'W':
cellStyle = 'color:#dcc40e';
case 'SW':
case 'WW':
cellStyle = 'color:#199fe8';
break;
case 'D':
case 'SD':
case 'WD':
cellStyle = 'color:#11b95c';
break;
case 'C':
......
......@@ -43,7 +43,7 @@
let cellStyle;
switch (row.zt) {
case 'W':
cellStyle = 'color:#dcc40e';
cellStyle = 'color:#199fe8';
break;
case 'D':
cellStyle = 'color:#11b95c';
......@@ -245,7 +245,7 @@
type: 'warning'
}).then(res => {
ctx.$refs.TablePager.loading = true
this.$post('lxyl/wcs/wcsTask/start', {
this.$post('lxyl/wcs/wcsTask/execute', {
id: ctx.singleItem.id
}).then(res => {
if (res.success) {
......
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