ソースを参照

盲票销售订单经销商若为空则显示”--“

DELL 3 年 前
コミット
abdc55994d

+ 5 - 1
src/views/business/marketing/add.vue

@@ -1,5 +1,9 @@
 <template>
-  <div>1111</div>
+  <div>1111
+
+  222
+  </div>
+
 </template>
 
 <script>

+ 1 - 0
src/views/business/marketing/index.vue

@@ -60,6 +60,7 @@
       <el-table-column label="状态" prop="status">
         <template slot-scope="{row}">
           <el-tag :type="JSON.parse(row.status).value === 'on' ? 'success' : 'info'">{{ JSON.parse(row.status).desc }}</el-tag>
+
         </template>
       </el-table-column>
       <el-table-column fixed="right" align="right" label="操作" width="240">