Compare commits

..

No commits in common. "a47e184e9f789297e893af51a290104b82e02436" and "c614b21aefa93aa2f849ccec345e2fcd52f9615b" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -105,14 +105,7 @@
prop="pointTypeLabel"
label="点位类型"
width="100"
>
<template slot-scope="scope">
<el-tag size="small" :type="scope.row.pointTypeLabel === '普通点位' ? 'info' : 'warning'">
{{ scope.row.pointTypeLabel }}
</el-tag>
</template>
</el-table-column>
/>
<el-table-column
align="center"
prop="stage"

View File

@ -43,6 +43,7 @@
type="text"
tabindex="1"
auto-complete="on"
@blur="getCheck"
/>
</el-form-item>