|
@@ -17,7 +17,7 @@
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
<el-col :span="0.5" style="float:right;" v-show='1'>
|
|
|
- 当前状态{{description}}
|
|
|
+ <span style="margin-right:10px;">当前状态 {{description}}</span>
|
|
|
<el-button @click="cancel">取消</el-button>
|
|
|
<el-button @click="removeRelation">清除</el-button>
|
|
|
<el-button @click="removeAll">清除所有</el-button>
|