Commit 4871791d authored by honghy's avatar honghy Committed by wux

短信节点模板字段宽度调整

parent 356c0591
...@@ -111,28 +111,28 @@ ...@@ -111,28 +111,28 @@
{{ scope.row.isOrders == 0 ?'':'' }} {{ scope.row.isOrders == 0 ?'':'' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="模板1" align="center" prop="templateIdOne"> <el-table-column label="模板1" align="center" prop="templateIdOne" width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdOne))"> <el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdOne))">
{{ scope.row.templateIdOne!=null?smsTemplateMap.get(scope.row.templateIdOne)!=null?smsTemplateMap.get(scope.row.templateIdOne).name:'':'' }} {{ scope.row.templateIdOne!=null?smsTemplateMap.get(scope.row.templateIdOne)!=null?smsTemplateMap.get(scope.row.templateIdOne).name:'':'' }}
</el-link> </el-link>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="模板2" align="center" prop="templateIdTwo"> <el-table-column label="模板2" align="center" prop="templateIdTwo" width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdTwo))"> <el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdTwo))">
{{ scope.row.templateIdTwo!=null?smsTemplateMap.get(scope.row.templateIdTwo)!=null?smsTemplateMap.get(scope.row.templateIdTwo).name:'':'' }} {{ scope.row.templateIdTwo!=null?smsTemplateMap.get(scope.row.templateIdTwo)!=null?smsTemplateMap.get(scope.row.templateIdTwo).name:'':'' }}
</el-link> </el-link>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="模板3" align="center" prop="templateIdThree"> <el-table-column label="模板3" align="center" prop="templateIdThree" width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdThree))"> <el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdThree))">
{{ scope.row.templateIdThree!=null?smsTemplateMap.get(scope.row.templateIdThree)!=null?smsTemplateMap.get(scope.row.templateIdThree).name:'':'' }} {{ scope.row.templateIdThree!=null?smsTemplateMap.get(scope.row.templateIdThree)!=null?smsTemplateMap.get(scope.row.templateIdThree).name:'':'' }}
</el-link> </el-link>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="模板4" align="center" prop="templateIdFour"> <el-table-column label="模板4" align="center" prop="templateIdFour" width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdFour))"> <el-link type="primary" @click="look(smsTemplateMap.get(scope.row.templateIdFour))">
{{ scope.row.templateIdFour!=null?smsTemplateMap.get(scope.row.templateIdFour)!=null?smsTemplateMap.get(scope.row.templateIdFour).name:'':'' }} {{ scope.row.templateIdFour!=null?smsTemplateMap.get(scope.row.templateIdFour)!=null?smsTemplateMap.get(scope.row.templateIdFour).name:'':'' }}
......
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