|
|
|
@ -6,15 +6,17 @@ |
|
|
|
<el-col :span="18" class="border padding"> |
|
|
|
<el-form-item label="" prop="name" label-width="0px"> |
|
|
|
<el-row> |
|
|
|
<span><span v-if="opType=='edit'" class="label-font-color">用例编号:</span> {{editForm.caseId}} </span><span class="label-font-color"><i class="el-icon-s-operation"></i>模块:</span><span>{{editForm.funcName}} <el-button type="text" @click="funcVisible=true">选择模块</el-button></span> |
|
|
|
<span><span v-if="opType!='add'" class="label-font-color">用例编号:</span> {{editForm.caseId}} </span><span class="label-font-color"><i class="el-icon-s-operation"></i>模块:</span><span>{{editForm.funcName}} <el-button type="text" @click="funcVisible=true">选择模块</el-button></span> |
|
|
|
</el-row> |
|
|
|
<my-input v-model="editForm.name"></my-input> |
|
|
|
<span v-if="opType!='add'"> |
|
|
|
<el-tag>{{editForm.createUsername}} 于 {{editForm.createTime}} 创建 </el-tag> |
|
|
|
<el-divider direction="vertical"></el-divider> |
|
|
|
<el-tag v-if="editForm.tagNames">{{editForm.tagNames?editForm.tagNames:''}} </el-tag> |
|
|
|
<el-button type="text" icon="el-icon-plus" @click="tagSelectVisible=true">标签</el-button> |
|
|
|
<el-divider direction="vertical"></el-divider> |
|
|
|
<el-button type="text" icon="el-icon-copy" @click="copyLink">拷贝链接(快速分享)</el-button> |
|
|
|
</span> |
|
|
|
</el-form-item> |
|
|
|
<el-row class="padding"> |
|
|
|
<el-col :span="6"> |
|
|
|
|