Parcourir la source

table表单调整

wangxy il y a 2 ans
Parent
commit
c64001b16e

+ 16 - 0
src/views/management/RegistrationManagement/components/Table.vue

@@ -11,6 +11,22 @@
                 fixed
                 width="55">
         </el-table-column>
+      <el-table-column
+          prop="chenghu"
+          label="称呼"
+          width="160">
+      </el-table-column>
+      <el-table-column
+          prop="type"
+          label="报价类型"
+          width="160">
+        <template slot-scope="scope">
+          <span v-if="scope.row.type == 1">动画类课程</span>
+          <span v-if="scope.row.type == 2">视频类课程</span>
+          <span v-if="scope.row.type == 3">H5类课程</span>
+          <span v-if="scope.row.type == 4 ">PPT美化与制作</span>
+        </template>
+      </el-table-column>
         <el-table-column
                 prop="phone"
                 label="手机号"