Commit b5398f33 by 吕明尚

修改门店状态显示

parent c98895b9
......@@ -120,7 +120,7 @@
<el-table-column label="联系人" align="center" prop="manager"/>
<el-table-column label="联系电话" align="center" prop="phone"/>
<el-table-column label="设备分组" align="center" prop="deviceGroup"/>
<el-table-column label="状态" align="center" prop="status">
<el-table-column align="center" label="状态" prop="status" width="100px">
<template slot-scope="scope">
<dict-tag :options="dict.type.store_status" :value="scope.row.status"/>
</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