|
@@ -457,7 +457,6 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="remark" :label="$t('bei-zhu')" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
- <template slot-scope="scope">
|
|
|
<template v-if="user.companyId == 4811 && scope.row.status == 4">
|
|
|
<span style="color: red">
|
|
|
<span style="font-size:12px;">{{ scope.row.remark }}</span>
|
|
@@ -466,7 +465,6 @@
|
|
|
<template v-else>
|
|
|
<span style="font-size:12px;">{{ scope.row.remark }}</span>
|
|
|
</template>
|
|
|
- </template>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="status" :label="$t('state.states')" width="80">
|