qinxianzhangyao
2023-09-13 fb0f5d7ac6dabbfe9a1246ca07348d13a622d96c
src/views/system/tijian/index.vue
@@ -354,7 +354,10 @@
                    <el-table-column prop="proName" label="项目" width="180">
                    </el-table-column>
                    <el-table-column prop="proType" label="性别" width="180">
                      <template slot-scope="scope">
                      <template slot-scope="scope" v-if="scope.row.proType == ''">
                        {{ scope.row.proType == '' ? "全部" : ""}}
                      </template>
                      <template slot-scope="scope" v-else>
                        <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.proType" />
                      </template>
                    </el-table-column>
@@ -377,9 +380,12 @@
                <el-table-column prop="proName" label="项目" width="180">
                </el-table-column>
                <el-table-column prop="proType" label="性别" width="180">
                  <template slot-scope="scope">
                    <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.proType" />
                  </template>
                  <template slot-scope="scope" v-if="scope.row.proType == ''">
                        {{ scope.row.proType == '' ? "全部" : ""}}
                      </template>
                      <template slot-scope="scope" v-else>
                        <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.proType" />
                      </template>
                </el-table-column>
                <el-table-column prop="ysPrice" label="应收金额">
                </el-table-column>
@@ -400,7 +406,10 @@
                    <el-table-column prop="proName" label="项目" width="180">
                    </el-table-column>
                    <el-table-column prop="proType" label="性别" width="180">
                      <template slot-scope="scope">
                      <template slot-scope="scope" v-if="scope.row.proType == ''">
                        {{ scope.row.proType == '' ? "全部" : ""}}
                      </template>
                      <template slot-scope="scope" v-else>
                        <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.proType" />
                      </template>
                    </el-table-column>