Commit 572b3595 authored by 王晓铜's avatar 王晓铜

更新详情页面样式

parent 65b48f9b
...@@ -80,13 +80,13 @@ ...@@ -80,13 +80,13 @@
<el-table-column label="分支名称"> <el-table-column label="分支名称">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-model="scope.row.branch" filterable placeholder="请选择分支" clearable <el-select v-model="scope.row.branch" filterable placeholder="请选择分支" clearable
@focus="focusevent(scope.row.serviceName)" style="width:680px"> @focus="focusevent(scope.row.serviceName)" style="width:650px">
<el-option v-for="item2 in serviceBranchList" :key="item2.name" :label="item2.name" <el-option v-for="item2 in serviceBranchList" :key="item2.name" :label="item2.name"
:value="item2.name"></el-option> :value="item2.name"></el-option>
</el-select> </el-select>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="开发负责人" width="190"> <el-table-column label="开发负责人" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.developer"></el-input> <el-input v-model="scope.row.developer"></el-input>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment