| | |
| | | </el-row> |
| | | </el-form> |
| | | |
| | | <el-button-group style="margin-left: 20px; margin-top: 20px"> |
| | | <el-radio-group |
| | | v-model="type" |
| | | |
| | | style="margin: 12px 6px" |
| | | > |
| | | <!-- @input="radioChange" --> |
| | | <el-radio-button label="0">已检未结账人员</el-radio-button> |
| | | <el-radio-button label="1">未检人员</el-radio-button> |
| | | <el-radio-button label="2">全部人员</el-radio-button> |
| | | </el-radio-group> |
| | | |
| | | <!-- <el-button-group style="margin-left: 20px; margin-top: 20px"> |
| | | <el-button type="primary" size="mini">已检未结账人员</el-button> |
| | | <el-button type="primary" size="mini">未检人员</el-button> |
| | | <el-button type="primary" size="mini">全部人员</el-button> |
| | | </el-button-group> |
| | | </el-button-group> --> |
| | | |
| | | <el-row :gutter="20"> |
| | | <el-col :span="12" :xs="24" style="padding: 0px 20px"> |
| | |
| | | return { |
| | | // 绑定单选按钮 |
| | | tjStatus: "0", |
| | | type:"0", |
| | | formInline: { |
| | | payer: "", |
| | | price: "", |