|
@@ -11,9 +11,9 @@
|
|
|
style="width: 100%">
|
|
|
</el-cascader>
|
|
|
</el-form-item>
|
|
|
- <el-form-item v-if="!disabled" class="form-item-readonly">
|
|
|
- <el-button type="primary" size="small" round @click="handleSubmit">保存</el-button>
|
|
|
+ <el-form-item v-if="!disabled" class="form-item-readonly text-right">
|
|
|
<el-button size="small" round @click="handleCancel">取消</el-button>
|
|
|
+ <el-button type="primary" size="small" round @click="handleSubmit">保存</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div v-else class="f-yellow">
|