系统业务类型 初始的数据不允许删除,并只允许admin修改

This commit is contained in:
chenjinsong
2018-04-08 11:10:53 +08:00
parent 915a8f2bbf
commit aaa5c8ba87
10 changed files with 403 additions and 367 deletions

View File

@@ -212,7 +212,7 @@ task_time=task time
#==========message begin=====================
required=This field is required\uff01
required=This field is required\uFF01
select=Please select
date_list=Date List
confirm_message=Are you sure?
@@ -240,11 +240,11 @@ hasnot_approved=It has not been approved and can not be operated on !
check_one=choose one please !
one_more=please choose at least one !
custom_columns=custom columns
maxlength_64=The maxlength is 64\uff01
maxlength_128=The maxlength is 128\uff01
maxlength_256=The maxlength is 256\uff01
maxlength_512=The maxlength is 512\uff01
maxlength_4000=The maxlength is 4000\uff01
maxlength_64=The maxlength is 64\uFF01
maxlength_128=The maxlength is 128\uFF01
maxlength_256=The maxlength is 256\uFF01
maxlength_512=The maxlength is 512\uFF01
maxlength_4000=The maxlength is 4000\uFF01
ok=ok
clear=clear
close=close
@@ -291,6 +291,8 @@ datebase_table=datebase table
fill_all=fill in all
describe=describe
back=back
initial_data_is_not_allowed_to_edit=initial data is not allowed to edit
initial_data_is_not_allowed_to_delete=initial data is not allowed to delete
#==========yewuliexingguanli end=====================
#==========youjianguankong begin=====================