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

调整页面显示

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