no commit message

This commit is contained in:
ICEC
2020-07-07 23:02:11 +08:00
parent 3fd18cd592
commit c56d944ab7
2 changed files with 6 additions and 6 deletions

View File

@ -94,7 +94,11 @@
</el-table-column>
<el-table-column
prop="ChangeMould"
label="是否换模">
label="是否换模">
<template scope="scope">
<span v-if="scope.row.ChangeMould" style="color:red">换模中</span>
<span v-else style="color: #37B328"></span>
</template>
</el-table-column>
<el-table-column
prop="SoCode"