25543
This commit is contained in:
		| @@ -309,13 +309,13 @@ | |||||||
|             </el-form-item> |             </el-form-item> | ||||||
|             <el-form-item label="任职日期" prop="partyStartDate"> |             <el-form-item label="任职日期" prop="partyStartDate"> | ||||||
|               <el-date-picker |               <el-date-picker | ||||||
|                   size="small" |                 size="small" | ||||||
|                   v-model="form.partyStartDate" |                 v-model="form.partyStartDate" | ||||||
|                   type="date" |                 type="date" | ||||||
|                   placeholder="选择日期" |                 placeholder="选择日期" | ||||||
|                   style="width: 100%" |                 style="width: 100%" | ||||||
|                   format="yyyy-MM-dd" |                 format="yyyy-MM-dd" | ||||||
|                   :value-format="'yyyy-MM-dd' + ' 00:00:00'" |                 :value-format="'yyyy-MM-dd'" | ||||||
|               > |               > | ||||||
|               </el-date-picker> |               </el-date-picker> | ||||||
|             </el-form-item> |             </el-form-item> | ||||||
|   | |||||||
| @@ -40,6 +40,7 @@ | |||||||
|       <ai-search-bar> |       <ai-search-bar> | ||||||
|         <template slot="left"> |         <template slot="left"> | ||||||
|           <el-button type="primary" icon="iconfont iconAdd" @click="isShow = true" :disabled="!ids.length">批量打标签</el-button> |           <el-button type="primary" icon="iconfont iconAdd" @click="isShow = true" :disabled="!ids.length">批量打标签</el-button> | ||||||
|  |           <!-- <el-button type="primary" icon="iconfont iconDelete" @click="onConfirm(1)" :disabled="!ids.length">批量移除群标签</el-button> --> | ||||||
|         </template> |         </template> | ||||||
|         <template slot="right"> |         <template slot="right"> | ||||||
|           <el-button type="primary" icon="iconfont iconResetting" @click="update" :loading="btnLoading">更新数据</el-button> |           <el-button type="primary" icon="iconfont iconResetting" @click="update" :loading="btnLoading">更新数据</el-button> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user